Lines Matching refs:mExtractor

96         int size = (int) mExtractor.getSampleSize();  in createSubFrames()
98 mExtractor.readSampleData(buffer, 0); in createSubFrames()
99 long pts = mExtractor.getSampleTime(); in createSubFrames()
100 int flags = mExtractor.getSampleFlags(); in createSubFrames()
232 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSimpleDecode()
281 mExtractor.release(); in testSimpleDecode()
293 mExtractor.release(); in testFlush()
321 mExtractor.seekTo(0, mode); in testFlush()
343 mExtractor.seekTo(0, mode); in testFlush()
357 mExtractor.seekTo(pts, mode); in testFlush()
370 mExtractor.seekTo(pts, mode); in testFlush()
393 mExtractor.release(); in testFlush()
419 mExtractor.release(); in testReconfigure()
421 mExtractor.release(); in testReconfigure()
449 mExtractor.seekTo(startTs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testReconfigure()
487 mExtractor.seekTo(startTs, mode); in testReconfigure()
513 mExtractor.seekTo(startTs, mode); in testReconfigure()
534 mExtractor.release(); in testReconfigure()
549 mExtractor.seekTo(seekTs, mode); in testReconfigure()
571 mExtractor.release(); in testReconfigure()
618 mExtractor.release(); in testOnlyEos()
639 mExtractor.release(); in testSimpleDecodeQueueCSD()
669 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSimpleDecodeQueueCSD()
718 mExtractor.release(); in testSimpleDecodeQueueCSD()
729 mExtractor.release(); in testSimpleDecodeQueueCSDNative()
735 mExtractor.release(); in testSimpleDecodeQueueCSDNative()
768 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testDecodePartialFrame()
789 mExtractor.release(); in testDecodePartialFrame()