Home | History | Annotate | Download | only in src

Lines Matching refs:ch_idx

76     uint8_t ch_idx = mm_camera_util_get_index_by_handler(handler);
856 uint8_t ch_idx = 0;
859 for(ch_idx = 0; ch_idx < MM_CAMERA_CHANNEL_MAX; ch_idx++) {
860 if (MM_CHANNEL_STATE_NOTUSED == my_obj->ch[ch_idx].state) {
861 ch_obj = &my_obj->ch[ch_idx];
869 ch_hdl = mm_camera_util_generate_handler(ch_idx);