Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dcontrol_test.cpp150 uint8_t test_option = 99; in TEST_F() local
152 .WillOnce(DoAll(SetArgPointee<0>(test_option), Return(0))); in TEST_F()
154 ExpectValue(test_option); in TEST_F()
160 uint8_t test_option = 99; in TEST_F() local
162 .WillOnce(DoAll(SetArgPointee<0>(test_option), Return(0))); in TEST_F()
164 ExpectValue(test_option); in TEST_F()
170 uint8_t test_option = 99; in TEST_F() local
172 .WillOnce(DoAll(SetArgPointee<0>(test_option), Return(0))); in TEST_F()
174 ExpectValue(test_option); in TEST_F()
267 uint8_t test_option = 123; in TEST_F() local
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp1300 int test_option = 0; in main() local
1345 test_option = param[idx++]; in main()
1346 if ((outputOption == 1 || outputOption ==3) && test_option != 3) { in main()
1360 if (test_option != 3) { in main()
1463 sscanf(tempbuf,"%d",&test_option); in main()
1465 if (test_option == 3) in main()
1593 if (test_option == 2) { in main()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp1092 int test_option = 0; in main() local
1134 test_option = param[idx++]; in main()
1242 sscanf(tempbuf,"%d",&test_option); in main()
1369 if (test_option == 2) in main()