OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MM_QCAM_APP_TEST_NUM
(Results
1 - 2
of
2
) sorted by null
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_unit_test.c
41
#define
MM_QCAM_APP_TEST_NUM
128
45
static mm_app_tc_t mm_app_tc[
MM_QCAM_APP_TEST_NUM
];
523
if (tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_0;
524
if (tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_1;
525
if (tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_2;
526
if (tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_3;
527
/*if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_4;
528
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_5;
529
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_6;
530
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_tc_7
[
all
...]
mm_qcamera_dual_test.c
41
#define
MM_QCAM_APP_TEST_NUM
128
46
static mm_app_tc_t mm_app_tc[
MM_QCAM_APP_TEST_NUM
];
529
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_0;
530
/*if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_1;
531
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_2;
532
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_3;
533
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_4;
534
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_5;
535
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_6;
536
if(tc <
MM_QCAM_APP_TEST_NUM
) mm_app_tc[tc++].f = mm_app_dtc_7
[
all
...]
Completed in 306 milliseconds