Home
last modified time | relevance | path

Searched refs:timestampDevTest (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp144 timestampDevTest = false; in SetUp()
192 if (timestampDevTest) { in handleMessage()
268 bool timestampDevTest; member in VideoDecHidlTest
785 timestampDevTest = true; in TEST_P()
791 if (timestampDevTest && (flags != OMX_BUFFERFLAG_CODECCONFIG)) in TEST_P()
852 if (timestampDevTest) EXPECT_EQ(timestampUslist.empty(), true); in TEST_P()
941 timestampDevTest = true; in TEST_P()
962 if (timestampDevTest && (flags != OMX_BUFFERFLAG_CODECCONFIG)) in TEST_P()
1000 if (timestampDevTest) EXPECT_EQ(timestampUslist.empty(), true); in TEST_P()
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp153 timestampDevTest = false; in SetUp()
188 if (timestampDevTest && ((msg.data.extendedBufferData.flags & in handleMessage()
254 bool timestampDevTest; member in VideoEncHidlTest
1088 timestampDevTest = true; in TEST_P()
1171 if (timestampDevTest) EXPECT_EQ(timestampUslist.empty(), true); in TEST_P()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.cpp217 bool timestampDevTest, std::list<uint64_t>* timestampUslist) { in populateInfoVector() argument
235 if (timestampDevTest && !codecConfig && !nonDisplayFrame) { in populateInfoVector()
H A Dmedia_c2_hidl_test_common.h157 bool timestampDevTest, std::list<uint64_t>* timestampUslist);
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp152 timestampDevTest = false; in SetUp()
189 if (timestampDevTest) { in handleMessage()
262 bool timestampDevTest; member in AudioDecHidlTest
716 timestampDevTest = false; in TEST_P()
722 if (timestampDevTest && (flags != OMX_BUFFERFLAG_CODECCONFIG)) in TEST_P()
767 if (timestampDevTest) EXPECT_EQ(timestampUslist.empty(), true); in TEST_P()