Home
last modified time | relevance | path

Searched refs:mEos (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/webm/
DWebmFrame.cpp46 mEos(true) { in WebmFrame()
54 mEos(false) { in WebmFrame()
74 if (this->mEos) { in operator <()
77 if (other.mEos) { in operator <()
DWebmFrame.h30 const bool mEos; member
DWebmFrameThread.cpp223 if (videoFrame->mEos && audioFrame->mEos) { in run()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurface.cpp48 DefineParam(mEos, C2_PARAMKEY_INPUT_SURFACE_EOS) in Interface()
50 .withFields({C2F(mEos, value).oneOf({true, false})}) in Interface()
60 bool eos() const { return mEos->value; } in eos()
63 std::shared_ptr<C2InputSurfaceEosTuning> mEos; member in android::hardware::media::c2::V1_0::utils::InputSurface::Interface
/frameworks/av/media/codec2/hidl/1.0/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp67 mEos = false; in SetUp()
103 mWorkQueue, mEos, mCsd, mFramesReceived); in handleWorkDone()
108 bool mEos; member in __anon899a80290111::Codec2ComponentHidlTest
240 mEos = false; in TEST_P()
249 if (flags == C2FrameData::FLAG_END_OF_STREAM) ASSERT_EQ(mEos, true); in TEST_P()
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp97 mEos = (work->worklets.front()->output.flags & C2FrameData::FLAG_END_OF_STREAM) != in handleWorkDone()
100 (int)work->worklets.front()->output.ordinal.frameIndex.peeku(), mEos); in handleWorkDone()
DBenchmarkC2Common.h106 : mEos(false), in BenchmarkC2Common()
124 bool mEos; variable
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp112 mEos = false; in SetUp()
178 mQueueCondition, mWorkQueue, mEos, mCsd, in handleWorkDone()
194 bool mEos; member in __anon236960070111::Codec2VideoEncHidlTest
517 ASSERT_EQ(mEos, true); in TEST_F()
688 mEos = false; in TEST_P()
714 ASSERT_EQ(mEos, true); in TEST_P()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp122 mEos = false; in SetUp()
188 mQueueCondition, mWorkQueue, mEos, mCsd, in handleWorkDone()
207 bool mEos; member in __anon79ad909d0111::Codec2VideoDecHidlTest
491 if (!mEos) { in TEST_P()
666 ASSERT_EQ(mEos, true); in TEST_F()
707 ASSERT_EQ(mEos, true); in TEST_F()
871 if (!mEos) { in TEST_F()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp114 mEos = false; in SetUp()
135 mQueueCondition, mWorkQueue, mEos, mCsd, in handleWorkDone()
149 bool mEos; member in __anone2a8991d0111::Codec2AudioEncHidlTest
463 ASSERT_EQ(mEos, true); in TEST_P()
512 ASSERT_EQ(mEos, true); in TEST_F()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp128 mEos = false; in SetUp()
174 mQueueCondition, mWorkQueue, mEos, mCsd, in handleWorkDone()
198 bool mEos; member in __anon38ecc9b30111::Codec2AudioDecHidlTest
591 ASSERT_EQ(mEos, true); in TEST_P()
685 ASSERT_EQ(mEos, true); in TEST_F()
724 ASSERT_EQ(mEos, true); in TEST_F()
913 if (!mEos) { in TEST_F()
/frameworks/av/media/tests/benchmark/tests/
DC2DecoderTest.cpp134 ASSERT_TRUE(mDecoder->mEos) << "Test Failed. Didn't receive EOS \n"; in TEST_P()
DC2EncoderTest.cpp138 ASSERT_TRUE(mEncoder->mEos) << "Test Failed. Didn't receive EOS \n"; in TEST_P()
/frameworks/av/media/libstagefright/
DCameraSource.cpp220 mEos(false), in CameraSource()
884 mEos = false; in reset()
1080 while (mStarted && !mEos && mFramesReceived.empty()) { in read()
1137 mEos = true; in shouldSkipFrameLocked()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h207 bool mEos; variable
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp264 mEos = false; in resetEncoder()