/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 | WebmFrame.h | 30 const bool mEos; member
|
D | WebmFrameThread.cpp | 223 if (videoFrame->mEos && audioFrame->mEos) { in run()
|
/frameworks/av/media/codec2/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/codec2/hidl/1.0/vts/functional/component/ |
D | VtsHalMediaC2V1_0TargetComponentTest.cpp | 67 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/ |
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/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 112 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()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 122 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 114 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()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 128 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/ |
D | C2DecoderTest.cpp | 134 ASSERT_TRUE(mDecoder->mEos) << "Test Failed. Didn't receive EOS \n"; in TEST_P()
|
D | C2EncoderTest.cpp | 138 ASSERT_TRUE(mEncoder->mEos) << "Test Failed. Didn't receive EOS \n"; in TEST_P()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 220 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/ |
D | CameraSource.h | 207 bool mEos; variable
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 264 mEos = false; in resetEncoder()
|