/frameworks/av/media/libstagefright/webm/ |
D | WebmFrame.cpp | 46 mEos(true) { in WebmFrame() 54 mEos(false) { in WebmFrame() 74 if (this->mEos) { in operator <() 77 if (other.mEos) { in operator <()
|
D | WebmFrameThread.cpp | 222 if (videoFrame->mEos && audioFrame->mEos) { in run()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | InputSurface.cpp | 48 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/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.cpp | 97 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()
|
D | BenchmarkC2Common.h | 106 : mEos(false), in BenchmarkC2Common() 124 bool mEos; variable
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/component/ |
D | VtsHalMediaC2V1_0TargetComponentTest.cpp | 66 mEos = false; in SetUp() 110 mEos, mCsd, mFramesReceived); in handleWorkDone() 117 bool mEos; member in __anon7cb228cd0111::Codec2ComponentHidlTestBase 347 mEos = false; in TEST_P() 355 if (flags == C2FrameData::FLAG_END_OF_STREAM) ASSERT_EQ(mEos, true); in TEST_P()
|
/frameworks/av/media/libstagefright/webm/include/webm/ |
D | WebmFrame.h | 30 const bool mEos; member
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 84 mEos = false; in SetUp() 131 mEos, mCsd, mFramesReceived); in handleWorkDone() 139 bool mEos; member in __anonc8c74b410111::Codec2AudioEncHidlTestBase 482 ASSERT_EQ(mEos, true); in TEST_P() 523 ASSERT_EQ(mEos, true); in TEST_P() 656 ASSERT_TRUE(mEos); in TEST_P() 661 mEos = false; in TEST_P() 744 ASSERT_TRUE(mEos); in TEST_P() 749 mEos = false; in TEST_P()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 110 mEos = false; in SetUp() 188 mEos, mCsd, mFramesReceived); in handleWorkDone() 197 bool mEos; member in __anon1f0b7bd70111::Codec2AudioDecHidlTestBase 672 ASSERT_EQ(mEos, true); in TEST_P() 731 ASSERT_EQ(mEos, true); in TEST_P() 771 ASSERT_EQ(mEos, true); in TEST_P() 943 if (!mEos) { in TEST_P()
|
/frameworks/av/media/codec2/fuzzer/ |
D | C2Fuzzer.cpp | 128 mEos = (work->worklets.front()->output.flags & C2FrameData::FLAG_END_OF_STREAM) != 0; in handleWorkDone() 136 if (mEos) { in handleWorkDone() 300 mConditionalVariable.wait_for(waitForDecodeComplete, kC2FuzzerTimeOut, [this] { return mEos; }); in decodeFrames()
|
D | C2Fuzzer.h | 108 bool mEos = false; variable
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 88 mEos = false; in SetUp() 185 mEos, mCsd, mFramesReceived); in handleWorkDone() 193 bool mEos; member in __anon0988122b0111::Codec2VideoEncHidlTestBase 650 ASSERT_EQ(mEos, true); in TEST_P() 789 mEos = false; in TEST_P() 813 ASSERT_EQ(mEos, true); in TEST_P()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 135 mEos = false; in SetUp() 299 mEos, mCsd, mFramesReceived); in handleWorkDone() 309 bool mEos; member in __anon5fcc42c10111::Codec2VideoDecHidlTestBase 677 if (!mEos) { in TEST_P() 836 ASSERT_EQ(mEos, true); in TEST_P() 878 ASSERT_EQ(mEos, true); in TEST_P() 995 if (!mEos) { in TEST_P()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 126 mEos(false), in CameraSource() 751 mEos = false; in reset() 885 while (mStarted && !mEos && mFramesReceived.empty()) { in read() 951 mEos = true; in shouldSkipFrameLocked()
|
/frameworks/av/media/tests/benchmark/tests/ |
D | C2DecoderTest.cpp | 135 ASSERT_TRUE(mDecoder->mEos) << "Test Failed. Didn't receive EOS \n"; in TEST_P()
|
D | C2EncoderTest.cpp | 140 ASSERT_TRUE(mEncoder->mEos) << "Test Failed. Didn't receive EOS \n"; in TEST_P()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | CameraSource.h | 175 bool mEos; variable
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 265 mEos = false; in resetEncoder()
|