Home
last modified time | relevance | path

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

/hardware/interfaces/tetheroffload/config/1.0/vts/functional/
DVtsHalTetheroffloadConfigV1_0TargetTest.cpp129 hidl_handle h2; in TEST_F() local
130 h2.setTo(nativeHandle2, true); in TEST_F()
132 const Return<void> ret = config->setHandles(h1, h2, ASSERT_TRUE_CALLBACK); in TEST_F()
144 hidl_handle h2; in TEST_F() local
145 h2.setTo(nativeHandle2, true); in TEST_F()
147 const Return<void> ret = config->setHandles(h1, h2, ASSERT_FALSE_CALLBACK); in TEST_F()
165 hidl_handle h2; in TEST_F() local
166 h2.setTo(nativeHandle2, true); in TEST_F()
168 const Return<void> ret = config->setHandles(h1, h2, ASSERT_FALSE_CALLBACK); in TEST_F()
186 hidl_handle h2; in TEST_F() local
[all …]
/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c631 int h1, h2, h3, v1, v2, v3; in tinyjpeg_decode() local
633 h2 = pic_param.components[1].h_sampling_factor; in tinyjpeg_decode()
639 if (h1 == 2 && h2 == 1 && h3 == 1 && in tinyjpeg_decode()
647 else if (h1 == 2 && h2 == 1 && h3 == 1 && in tinyjpeg_decode()
655 else if (h1 == 1 && h2 == 1 && h3 == 1 && in tinyjpeg_decode()
663 else if (h1 == 4 && h2 == 1 && h3 == 1 && in tinyjpeg_decode()
670 else if (h1 == 1 && h2 == 1 && h3 == 1 && in tinyjpeg_decode()
678 else if (h1 == 2 && h2 == 1 && h3 == 1 && in tinyjpeg_decode()
686 else if (h2 == 2 && h2 == 2 && h3 == 2 && in tinyjpeg_decode()
/hardware/intel/common/wrs_omxil_core/utils/src/
Daudio_parser.c50 unsigned char h0, h1, h2, h3; member
70 unsigned char h3, h2, h1, h0;
354 header.h2 = *(p + 1); in mp3_header_parse()