/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ |
D | SefSlowMotionFlattenerTest.java | 50 int frameCount = 46; in processCurrentFrame_240fps_keepsExpectedFrames() local 71 int frameCount = 46; in processCurrentFrame_120fps_keepsExpectedFrames() local 93 int frameCount = 26; in processCurrentFrame_contiguousSegments_keepsExpectedFrames() local 114 int frameCount = 16; in processCurrentFrame_skipsSegmentsWithNoFrame() local 141 int frameCount = 16; in getCurrentFrameOutputTimeUs_240fps_outputsExpectedTimes() local 168 int frameCount = 16; in getCurrentFrameOutputTimeUs_120fps_outputsExpectedTimes() local 195 int frameCount = 16; in getCurrentFrameOutputTimeUs_contiguousSegments_outputsExpectedTimes() local 253 SefSlowMotionFlattener sefSlowMotionFlattener, int[] layerSequence, int frameCount) { in getKeptOutputLayers() 278 SefSlowMotionFlattener sefSlowMotionFlattener, int[] layerSequence, int frameCount) { in getOutputTimesUs()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ |
D | SefSlowMotionFlattenerTest.java | 50 int frameCount = 46; in processCurrentFrame_240fps_keepsExpectedFrames() local 71 int frameCount = 46; in processCurrentFrame_120fps_keepsExpectedFrames() local 93 int frameCount = 26; in processCurrentFrame_contiguousSegments_keepsExpectedFrames() local 114 int frameCount = 16; in processCurrentFrame_skipsSegmentsWithNoFrame() local 141 int frameCount = 16; in getCurrentFrameOutputTimeUs_240fps_outputsExpectedTimes() local 168 int frameCount = 16; in getCurrentFrameOutputTimeUs_120fps_outputsExpectedTimes() local 195 int frameCount = 16; in getCurrentFrameOutputTimeUs_contiguousSegments_outputsExpectedTimes() local 253 SefSlowMotionFlattener sefSlowMotionFlattener, int[] layerSequence, int frameCount) { in getKeptOutputLayers() 278 SefSlowMotionFlattener sefSlowMotionFlattener, int[] layerSequence, int frameCount) { in getOutputTimesUs()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
D | Sonic.java | 173 short[] buffer, int frameCount, int additionalFrameCount) { in ensureSpaceForAdditionalFrames() 190 private void copyToOutput(short[] samples, int positionFrames, int frameCount) { in copyToOutput() 202 int frameCount = Math.min(maxRequiredFrameCount, remainingInputToCopyFrameCount); in copyInputToOutput() local 211 int frameCount = maxRequiredFrameCount / skip; in downSampleInput() local 317 int frameCount = outputFrameCount - originalOutputFrameCount; in moveNewSamplesToPitchBuffer() local 329 private void removePitchFrames(int frameCount) { in removePitchFrames() 445 int frameCount = inputFrameCount; in changeSpeed() local 477 int frameCount, in overlapAdd()
|
D | ChannelMappingAudioProcessor.java | 74 int frameCount = (limit - position) / inputAudioFormat.bytesPerFrame; in queueInput() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
D | Sonic.java | 189 short[] buffer, int frameCount, int additionalFrameCount) { in ensureSpaceForAdditionalFrames() 206 private void copyToOutput(short[] samples, int positionFrames, int frameCount) { in copyToOutput() 218 int frameCount = min(maxRequiredFrameCount, remainingInputToCopyFrameCount); in copyInputToOutput() local 227 int frameCount = maxRequiredFrameCount / skip; in downSampleInput() local 333 int frameCount = outputFrameCount - originalOutputFrameCount; in moveNewSamplesToPitchBuffer() local 345 private void removePitchFrames(int frameCount) { in removePitchFrames() 461 int frameCount = inputFrameCount; in changeSpeed() local 495 int frameCount, in overlapAdd()
|
D | ChannelMappingAudioProcessor.java | 76 int frameCount = (limit - position) / inputAudioFormat.bytesPerFrame; in queueInput() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/ |
D | Sonic.java | 189 short[] buffer, int frameCount, int additionalFrameCount) { in ensureSpaceForAdditionalFrames() 206 private void copyToOutput(short[] samples, int positionFrames, int frameCount) { in copyToOutput() 218 int frameCount = min(maxRequiredFrameCount, remainingInputToCopyFrameCount); in copyInputToOutput() local 227 int frameCount = maxRequiredFrameCount / skip; in downSampleInput() local 333 int frameCount = outputFrameCount - originalOutputFrameCount; in moveNewSamplesToPitchBuffer() local 345 private void removePitchFrames(int frameCount) { in removePitchFrames() 461 int frameCount = inputFrameCount; in changeSpeed() local 495 int frameCount, in overlapAdd()
|
D | ChannelMappingAudioProcessor.java | 76 int frameCount = (limit - position) / inputAudioFormat.bytesPerFrame; in queueInput() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | SpriteAnimation.java | 32 public SpriteAnimation(int animationId, int frameCount) { in SpriteAnimation() 47 final int frameCount = frames.getCount(); in getFrame() local
|
D | Utils.java | 87 public final static float framesToTime(int framesPerSecond, int frameCount) { in framesToTime()
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | InterpolatorNatives.java | 10 public static native long nativeConstructor(int valueCount, int frameCount); in nativeConstructor() 14 public static native void nativeReset(long nativeInstance, int valueCount, int frameCount); in nativeReset()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeInterpolator.java | 17 protected static long nativeConstructor(int valueCount, int frameCount) { in nativeConstructor() 28 protected static void nativeReset(long nativeInstance, int valueCount, int frameCount) { in nativeReset()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/ |
D | FixedFrameRateEstimator.java | 139 private long frameCount; field in FixedFrameRateEstimator.Matcher 216 private static int getRecentFrameOutlierIndex(long frameCount) { in getRecentFrameOutlierIndex()
|
D | VideoRendererEventListener.java | 106 default void onVideoFrameProcessingOffset(long totalProcessingOffsetUs, int frameCount) {} in onVideoFrameProcessingOffset() 215 public void reportVideoFrameProcessingOffset(long totalProcessingOffsetUs, int frameCount) { in reportVideoFrameProcessingOffset()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/ |
D | FixedFrameRateEstimator.java | 139 private long frameCount; field in FixedFrameRateEstimator.Matcher 216 private static int getRecentFrameOutlierIndex(long frameCount) { in getRecentFrameOutlierIndex()
|
D | VideoRendererEventListener.java | 104 default void onVideoFrameProcessingOffset(long totalProcessingOffsetUs, int frameCount) {} in onVideoFrameProcessingOffset() 213 public void reportVideoFrameProcessingOffset(long totalProcessingOffsetUs, int frameCount) { in reportVideoFrameProcessingOffset()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | VisualSampleEntry.java | 68 private int frameCount = 1; field in VisualSampleEntry 126 public void setFrameCount(int frameCount) { in setFrameCount()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/ |
D | VideoRendererEventListener.java | 94 long totalProcessingOffsetUs, int frameCount, Format format) {} in onVideoFrameProcessingOffset() 186 long totalProcessingOffsetUs, int frameCount, Format format) { in reportVideoFrameProcessingOffset()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | FrameCountTest.java | 77 int frameCount = reply.getNextValueAsInt(); in testFrameCount001() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/ |
D | RandomizedMp3Decoder.java | 62 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(headerDataBigEndian); in process() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/ |
D | RandomizedMp3Decoder.java | 62 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(headerDataBigEndian); in process() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | ThisObjectTest.java | 88 int frameCount = jdwpGetFrameCount(mainThread); in testThisObjectTest001() local
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifHeader.java | 15 int frameCount = 0; field in GifHeader
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
D | C2Mp3TimestampTracker.java | 75 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(sampleHeaderData); in updateAndGetPresentationTimeUs() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
D | C2Mp3TimestampTracker.java | 75 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(sampleHeaderData); in updateAndGetPresentationTimeUs() local
|