Home
last modified time | relevance | path

Searched refs:isNullBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp27 uint32_t flags, bool isNullBuffer) { in testInputBuffer() argument
45 if (isNullBuffer) { in testInputBuffer()
Dmedia_c2_hidl_test_common.h190 uint32_t flags, bool isNullBuffer);
/frameworks/av/media/codec2/hidl/1.0/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp237 bool isNullBuffer = GetParam().second; in TEST_P() local
238 if (isNullBuffer) ALOGD("Testing for null input buffer with flag : %u", flags); in TEST_P()
243 mComponent, mQueueLock, mWorkQueue, flags, isNullBuffer)); in TEST_P()