Home
last modified time | relevance | path

Searched refs:SAMPLE_FLAG_SYNC_SAMPLE (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DVideoTrackTranscoderTests.cpp119 EXPECT_TRUE((flags & SAMPLE_FLAG_SYNC_SAMPLE) == 0); in TEST_F()
125 EXPECT_TRUE((flags & SAMPLE_FLAG_SYNC_SAMPLE) != 0); in TEST_F()
DMediaTrackTranscoderTests.cpp308 lastRealSampleWasSync = sample->info.flags & SAMPLE_FLAG_SYNC_SAMPLE; in TEST_P()
/frameworks/av/media/module/libmediatranscoding/transcoder/include/media/
DMediaSample.h35 SAMPLE_FLAG_SYNC_SAMPLE = 1, enumerator
/frameworks/av/media/module/libmediatranscoding/transcoder/
DPassthroughTrackTranscoder.cpp147 if (mStopRequest == STOP_ON_SYNC && info.flags & SAMPLE_FLAG_SYNC_SAMPLE) { in runTranscodeLoop()
DMediaSampleReaderNDK.cpp29 static_assert(SAMPLE_FLAG_SYNC_SAMPLE == AMEDIAEXTRACTOR_SAMPLE_FLAG_SYNC,
DVideoTrackTranscoder.cpp493 mLastSampleWasSync = sample->info.flags & SAMPLE_FLAG_SYNC_SAMPLE; in dequeueOutputSample()
/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
DMediaTrackTranscoderBenchmark.cpp150 (mSamples.size() >= targetBufferCount && info.flags & SAMPLE_FLAG_SYNC_SAMPLE)) { in selectTrack()