HomeSort by relevance Sort by last modified time
    Searched refs:my_hdl (Results 1 - 11 of 11) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 208 my_obj->my_hdl, my_obj->fd, my_obj->state);
277 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
278 super_buf.ch_id = my_obj->ch_obj->my_hdl;
318 my_obj->my_hdl, my_obj->fd, my_obj->state);
395 my_obj->my_hdl, my_obj->fd, my_obj->state);
407 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
408 super_buf.ch_id = my_obj->ch_obj->my_hdl;
471 my_obj->my_hdl, my_obj->fd, my_obj->state);
532 my_obj->my_hdl, my_obj->fd, my_obj->state);
541 dev_name_value = mm_camera_util_get_dev_name(my_obj->ch_obj->cam_obj->my_hdl);
    [all...]
mm_camera_channel.c 171 (handler == ch_obj->streams[i].my_hdl)) {
605 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
606 cb_node->u.superbuf.ch_id = ch_obj->my_hdl;
    [all...]
mm_camera.c 84 if (handler == cam_obj->ch[i].my_hdl) {
134 my_obj->my_hdl,
274 dev_name_value = mm_camera_util_get_dev_name(my_obj->my_hdl);
902 ch_obj->my_hdl = ch_hdl;
    [all...]
mm_camera_interface.c 139 (cam_handle == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 216 my_obj->my_hdl, my_obj->fd, my_obj->state);
290 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
291 super_buf.ch_id = my_obj->ch_obj->my_hdl;
332 my_obj->my_hdl, my_obj->fd, my_obj->state);
410 my_obj->my_hdl, my_obj->fd, my_obj->state);
422 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
423 super_buf.ch_id = my_obj->ch_obj->my_hdl;
499 my_obj->my_hdl, my_obj->fd, my_obj->state);
560 my_obj->my_hdl, my_obj->fd, my_obj->state);
570 uint32_t cam_handle = my_obj->ch_obj->cam_obj->my_hdl;
    [all...]
mm_camera_muxer.c 149 if (cam_handle == cam_obj->my_hdl) {
157 if (cam_handle == obj->aux_cam_obj[i]->my_hdl) {
266 my_obj->my_hdl = mm_camera_util_generate_handler_by_num(my_num, cam_idx);
285 my_obj->vtbl.camera_handle = (cam_obj->my_hdl | my_obj->my_hdl);
381 my_obj->my_num, my_obj->my_hdl);
    [all...]
mm_camera_channel.c 179 (handler == ch_obj->streams[i].my_hdl)) {
742 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
743 cb_node->u.superbuf.ch_id = ch_obj->my_hdl;
    [all...]
mm_camera.c 87 if (handler == cam_obj->ch[i].my_hdl) {
137 my_obj->my_hdl,
279 my_obj->my_hdl);
911 ch_obj->my_hdl = ch_hdl;
    [all...]
mm_camera_interface.c 142 (cam_handle == (uint32_t)g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
622 my_obj->aux_cam_obj[0]->my_hdl, my_obj);
627 my_obj->my_num, my_obj->my_hdl);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 241 uint32_t my_hdl; /* local stream id */ member in struct:mm_stream
436 uint32_t my_hdl; member in struct:mm_channel
520 uint32_t my_hdl; member in struct:mm_camera_obj
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 291 uint32_t my_hdl; /* local stream id */ member in struct:mm_stream
499 uint32_t my_hdl; member in struct:mm_channel
597 uint32_t my_hdl; member in struct:mm_camera_obj
    [all...]

Completed in 2560 milliseconds