Loading media/codec2/hidl/1.0/vts/functional/common/media_c2_hidl_test_common.cpp +18 −16 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ void workDone( component->config(configParam, C2_DONT_BLOCK, &failures); ASSERT_EQ(failures.size(), 0u); } if (work->worklets.front()->output.flags != C2FrameData::FLAG_INCOMPLETE) { framesReceived++; eos = (work->worklets.front()->output.flags & C2FrameData::FLAG_END_OF_STREAM) != 0; Loading @@ -126,3 +127,4 @@ void workDone( queueCondition.notify_all(); } } } No newline at end of file Loading
media/codec2/hidl/1.0/vts/functional/common/media_c2_hidl_test_common.cpp +18 −16 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ void workDone( component->config(configParam, C2_DONT_BLOCK, &failures); ASSERT_EQ(failures.size(), 0u); } if (work->worklets.front()->output.flags != C2FrameData::FLAG_INCOMPLETE) { framesReceived++; eos = (work->worklets.front()->output.flags & C2FrameData::FLAG_END_OF_STREAM) != 0; Loading @@ -126,3 +127,4 @@ void workDone( queueCondition.notify_all(); } } } No newline at end of file