Searched refs:SAMPLE_FLAG_END_OF_STREAM (Results 1 – 12 of 12) sorted by relevance
120 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()
119 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()
115 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()
175 if (sample->info.flags & SAMPLE_FLAG_END_OF_STREAM) { in TEST_F()
265 return newSample(0, SAMPLE_FLAG_END_OF_STREAM, 0, 0, nullptr); in newSampleEos()
181 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()
37 SAMPLE_FLAG_END_OF_STREAM = 4, enumerator
83 sample->info.flags = SAMPLE_FLAG_END_OF_STREAM; in start()
297 if (sample->info.flags & SAMPLE_FLAG_END_OF_STREAM) { in runWriterLoop()
409 info->flags = SAMPLE_FLAG_END_OF_STREAM; in getSampleInfoForTrack()
33 static_assert(SAMPLE_FLAG_END_OF_STREAM == AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM,
189 info->flags = SAMPLE_FLAG_END_OF_STREAM; in getSampleInfoForTrack()