Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c1570 DIMENSION_TBL_T *tbl, in filter_resolutions() argument
1577 if ( ( NULL == lib_handle ) || ( NULL == tbl ) ) { in filter_resolutions()
1589 if ( ( tbl[i].width == camera_cap.picture_sizes_tbl[j].width ) && in filter_resolutions()
1590 ( tbl[i].height == camera_cap.picture_sizes_tbl[j].height ) ) { in filter_resolutions()
1591 tbl[i].supported = 1; in filter_resolutions()