Home
last modified time | relevance | path

Searched refs:SAMPLE_FLAG_END_OF_STREAM (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DVideoTrackTranscoderTests.cpp120 EXPECT_TRUE((flags & SAMPLE_FLAG_END_OF_STREAM) == 0); in TEST_F()
126 EXPECT_TRUE((flags & SAMPLE_FLAG_END_OF_STREAM) == 0); in TEST_F()
129 if (!(flags & SAMPLE_FLAG_END_OF_STREAM)) { in TEST_F()
201 if (samples.size() == 4 || sample->info.flags & SAMPLE_FLAG_END_OF_STREAM) { in TEST_F()
DMediaTrackTranscoderTests.cpp119 mGotEndOfStream = (sample->info.flags & SAMPLE_FLAG_END_OF_STREAM) != 0; in drainOutputSamples()
304 if ((lastSampleWasEos = sample->info.flags & SAMPLE_FLAG_END_OF_STREAM)) { in TEST_P()
DMediaSampleReaderNDKTests.cpp115 EXPECT_TRUE((info.flags & SAMPLE_FLAG_END_OF_STREAM) != 0); in readSamplesAsync()
118 ASSERT_TRUE((info.flags & SAMPLE_FLAG_END_OF_STREAM) == 0); in readSamplesAsync()
DPassthroughTrackTranscoderTests.cpp175 if (sample->info.flags & SAMPLE_FLAG_END_OF_STREAM) { in TEST_F()
DMediaSampleWriterTests.cpp265 return newSample(0, SAMPLE_FLAG_END_OF_STREAM, 0, 0, nullptr); in newSampleEos()
/frameworks/av/media/module/libmediatranscoding/transcoder/include/media/
DMediaSampleWriter.h181 const bool lhsEos = lhs.second->info.flags & SAMPLE_FLAG_END_OF_STREAM; in operator()
182 const bool rhsEos = rhs.second->info.flags & SAMPLE_FLAG_END_OF_STREAM; in operator()
DMediaSample.h37 SAMPLE_FLAG_END_OF_STREAM = 4, enumerator
/frameworks/av/media/module/libmediatranscoding/transcoder/
DMediaTrackTranscoder.cpp83 sample->info.flags = SAMPLE_FLAG_END_OF_STREAM; in start()
DMediaSampleWriter.cpp297 if (sample->info.flags & SAMPLE_FLAG_END_OF_STREAM) { in runWriterLoop()
DMediaSampleReaderNDK.cpp409 info->flags = SAMPLE_FLAG_END_OF_STREAM; in getSampleInfoForTrack()
DVideoTrackTranscoder.cpp33 static_assert(SAMPLE_FLAG_END_OF_STREAM == AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM,
/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
DMediaTrackTranscoderBenchmark.cpp189 info->flags = SAMPLE_FLAG_END_OF_STREAM; in getSampleInfoForTrack()