Searched refs:sampleFlags (Results 1 – 3 of 3) sorted by relevance
798 int sampleFlags = extractor.getSampleFlags(); in testProgramStreamExtraction() local800 codec.queueInputBuffer(bufIdx, 0, n, sampleTime, sampleFlags); in testProgramStreamExtraction()
288 uint32_t sampleFlags = AMediaExtractor_getSampleFlags(extractor); in getSeekablePoints() local289 if ((sampleFlags & AMEDIAEXTRACTOR_SAMPLE_FLAG_SYNC) != 0) { in getSeekablePoints()
906 int sampleFlags = extractor.getSampleFlags();907 if ((sampleFlags & MediaExtractor.SAMPLE_FLAG_SYNC) != 0) {