Home | History | Annotate | Download | only in src

Lines Matching refs:ch_idx

713     uint8_t ch_idx = 0;
716 for(ch_idx = 0; ch_idx < MM_CAMERA_CHANNEL_MAX; ch_idx++) {
717 if (MM_CHANNEL_STATE_NOTUSED == my_obj->ch[ch_idx].state) {
718 ch_obj = &my_obj->ch[ch_idx];
726 ch_hdl = mm_camera_util_generate_handler(ch_idx);