Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/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.h187 uint32_t flags, bool isNullBuffer);
/hardware/google/av/codec2/hidl/1.0/mts/component/
DMtsHidlC2V1_0TargetComponentTest.cpp223 bool isNullBuffer = GetParam().second; in TEST_P() local
224 if (isNullBuffer) ALOGD("Testing for null input buffer with flag : %u", flags); in TEST_P()
229 mComponent, mQueueLock, mWorkQueue, flags, isNullBuffer)); in TEST_P()