Home
last modified time | relevance | path

Searched refs:MM_QCAM_APP_TEST_NUM (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c38 #define MM_QCAM_APP_TEST_NUM 128 macro
66 static mm_app_tc_t mm_app_tc[MM_QCAM_APP_TEST_NUM];
1891 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_0; in mm_app_gen_dual_test_cases()
1892 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_1; in mm_app_gen_dual_test_cases()
1893 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_2; in mm_app_gen_dual_test_cases()
1894 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_3; in mm_app_gen_dual_test_cases()
1895 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_4; in mm_app_gen_dual_test_cases()
1896 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_5; in mm_app_gen_dual_test_cases()
1897 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_6; in mm_app_gen_dual_test_cases()
1898 if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_dtc_7; in mm_app_gen_dual_test_cases()
[all …]
Dmm_qcamera_unit_test.c39 #define MM_QCAM_APP_TEST_NUM 128 macro
41 static mm_app_tc_t mm_app_tc[MM_QCAM_APP_TEST_NUM];
664 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_open_close; in mm_app_gen_test_cases()
665 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_preview; in mm_app_gen_test_cases()