Searched refs:sampleFlags (Results 1 – 3 of 3) sorted by relevance
230 int sampleFlags = mExtractor.getSampleFlags(); in feedInputBuffer() local234 " sampleTime:" + sampleTime + " sampleFlags:" + sampleFlags); in feedInputBuffer()246 if ((sampleFlags & MediaExtractor.SAMPLE_FLAG_ENCRYPTED) != 0) { in feedInputBuffer()
279 uint32_t sampleFlags = AMediaExtractor_getSampleFlags(extractor); in getSeekablePoints() local280 if ((sampleFlags & AMEDIAEXTRACTOR_SAMPLE_FLAG_SYNC) != 0) { in getSeekablePoints()
723 int sampleFlags = extractor.getSampleFlags();724 if ((sampleFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) {