Home
last modified time | relevance | path

Searched defs:frameCount (Results 1 – 25 of 87) sorted by relevance

1234

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/
DSefSlowMotionFlattenerTest.java50 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/
DSefSlowMotionFlattenerTest.java50 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/
DSonic.java173 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()
DChannelMappingAudioProcessor.java74 int frameCount = (limit - position) / inputAudioFormat.bytesPerFrame; in queueInput() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
DSonic.java189 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()
DChannelMappingAudioProcessor.java76 int frameCount = (limit - position) / inputAudioFormat.bytesPerFrame; in queueInput() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
DSonic.java189 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()
DChannelMappingAudioProcessor.java76 int frameCount = (limit - position) / inputAudioFormat.bytesPerFrame; in queueInput() local
/external/replicaisland/src/com/replica/replicaisland/
DSpriteAnimation.java32 public SpriteAnimation(int animationId, int frameCount) { in SpriteAnimation()
47 final int frameCount = frames.getCount(); in getFrame() local
DUtils.java87 public final static float framesToTime(int framesPerSecond, int frameCount) { in framesToTime()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DInterpolatorNatives.java10 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/
DShadowNativeInterpolator.java17 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/
DFixedFrameRateEstimator.java139 private long frameCount; field in FixedFrameRateEstimator.Matcher
216 private static int getRecentFrameOutlierIndex(long frameCount) { in getRecentFrameOutlierIndex()
DVideoRendererEventListener.java106 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/
DFixedFrameRateEstimator.java139 private long frameCount; field in FixedFrameRateEstimator.Matcher
216 private static int getRecentFrameOutlierIndex(long frameCount) { in getRecentFrameOutlierIndex()
DVideoRendererEventListener.java104 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/
DVisualSampleEntry.java68 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/
DVideoRendererEventListener.java94 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/
DFrameCountTest.java77 int frameCount = reply.getNextValueAsInt(); in testFrameCount001() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/
DRandomizedMp3Decoder.java62 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(headerDataBigEndian); in process() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/robolectricutils/src/main/java/com/google/android/exoplayer2/robolectric/
DRandomizedMp3Decoder.java62 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(headerDataBigEndian); in process() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DThisObjectTest.java88 int frameCount = jdwpGetFrameCount(mainThread); in testThisObjectTest001() local
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeader.java15 int frameCount = 0; field in GifHeader
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DC2Mp3TimestampTracker.java75 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(sampleHeaderData); in updateAndGetPresentationTimeUs() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DC2Mp3TimestampTracker.java75 int frameCount = MpegAudioUtil.parseMpegAudioFrameSampleCount(sampleHeaderData); in updateAndGetPresentationTimeUs() local

1234