Searched refs:extractorFlags (Results 1 – 2 of 2) sorted by relevance
242 int extractorFlags = mExtractor.getSampleFlags(); in enqueueDecoderInput() local244 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueDecoderInput()247 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueDecoderInput()
908 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local910 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()913 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()