Home
last modified time | relevance | path

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

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