Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c898 uint32_t ch_hdl = 0; in mm_camera_add_channel() local
910 ch_hdl = mm_camera_util_generate_handler_by_num(my_obj->my_num, ch_idx); in mm_camera_add_channel()
911 ch_obj->my_hdl = ch_hdl; in mm_camera_add_channel()
920 return ch_hdl; in mm_camera_add_channel()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h577 uint32_t ch_hdl; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h631 void *userData, void *ch_hdl);
DQCamera3Channel.cpp4424 void *userData, void *ch_hdl) : in QCamera3ReprocessChannel() argument
4430 ((QCamera3ProcessingChannel *)ch_hdl)->getNumBuffers() in QCamera3ReprocessChannel()
4432 inputChHandle(ch_hdl), in QCamera3ReprocessChannel()