Searched refs:extractorFlags (Results 1 – 13 of 13) sorted by relevance
137 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local140 currEncrypted = (extractorFlags & MediaExtractor.SAMPLE_FLAG_ENCRYPTED) != 0; in enqueueInput()144 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_ENCRYPTED) != 0) { in enqueueInput()150 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()153 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
112 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local114 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_ENCRYPTED) != 0) { in enqueueInput()119 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()122 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
140 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local142 boolean currEncrypted = (extractorFlags & MediaExtractor.SAMPLE_FLAG_ENCRYPTED) != 0; in enqueueInput()152 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()155 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
210 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local212 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_ENCRYPTED) != 0) { in enqueueInput()217 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()220 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
156 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local158 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()161 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
118 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local121 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()124 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
109 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local112 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()115 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
211 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local213 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()216 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueInput()
288 int extractorFlags = mExtractor.getSampleFlags(); in enqueueDecoderInput() local290 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueDecoderInput()293 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in enqueueDecoderInput()
112 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local114 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()
161 int extractorFlags = mExtractor.getSampleFlags(); in enqueueDecoderInput() local163 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueDecoderInput()662 int extractorFlags = mExtractor.getSampleFlags(); in enqueueDecoderInput() local664 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueDecoderInput()
702 int extractorFlags = mExtractor.getSampleFlags(); in enqueueInput() local704 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in enqueueInput()
401 int extractorFlags = videoExtractor.getSampleFlags(); in primeVideoPipeline() local403 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) { in primeVideoPipeline()406 if ((extractorFlags & MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME) != 0) { in primeVideoPipeline()