Lines Matching refs:mExtractor

136         int size = (int) mExtractor.getSampleSize();  in createSubFrames()
138 mExtractor.readSampleData(buffer, 0); in createSubFrames()
139 long pts = mExtractor.getSampleTime(); in createSubFrames()
140 int flags = mExtractor.getSampleFlags(); in createSubFrames()
342 mExtractor.release(); in setUp()
392 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSimpleDecode()
418 mExtractor.release(); in testSimpleDecode()
473 mExtractor.release(); in testFlush()
493 mExtractor.seekTo(0, mode); in testFlush()
515 mExtractor.seekTo(0, mode); in testFlush()
531 mExtractor.seekTo(pts, mode); in testFlush()
544 mExtractor.seekTo(pts, mode); in testFlush()
559 mExtractor.release(); in testFlush()
576 mExtractor.release(); in testFlushNative()
621 mExtractor.release(); in testReconfigure()
623 mExtractor.release(); in testReconfigure()
642 mExtractor.seekTo(startTs, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testReconfigure()
674 mExtractor.seekTo(startTs, mode); in testReconfigure()
691 mExtractor.seekTo(startTs, mode); in testReconfigure()
703 mExtractor.release(); in testReconfigure()
717 mExtractor.seekTo(seekTs, mode); in testReconfigure()
731 mExtractor.release(); in testReconfigure()
770 mExtractor.release(); in testOnlyEos()
786 mExtractor.release(); in testOnlyEosNative()
805 mExtractor.release(); in testSimpleDecodeQueueCSD()
832 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testSimpleDecodeQueueCSD()
862 mExtractor.release(); in testSimpleDecodeQueueCSD()
877 mExtractor.release(); in testSimpleDecodeQueueCSDNative()
880 mExtractor.release(); in testSimpleDecodeQueueCSDNative()
913 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testDecodePartialFrame()
934 mExtractor.release(); in testDecodePartialFrame()
956 mExtractor.seekTo(0, MediaExtractor.SEEK_TO_CLOSEST_SYNC); in testDefaultOutputColorFormat()