HomeSort by relevance Sort by last modified time
    Searched refs:cam_obj (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/inc/
mm_camera_muxer.h 61 mm_camera_obj_t *cam_obj);
63 mm_camera_obj_t *cam_obj);
66 void *user_data, mm_camera_obj_t *cam_obj);
68 mm_camera_obj_t *cam_obj);
70 int fd, size_t size, void *buffer, mm_camera_obj_t *cam_obj);
73 mm_camera_obj_t *cam_obj);
75 uint8_t buf_type, mm_camera_obj_t *cam_obj);
77 parm_buffer_t *parms, mm_camera_obj_t *cam_obj);
79 parm_buffer_t *parms, mm_camera_obj_t *cam_obj);
81 mm_camera_obj_t *cam_obj);
    [all...]
mm_camera.h 529 /* reference to parent cam_obj */
530 struct mm_camera_obj* cam_obj; member in struct:mm_channel
627 mm_camera_obj_t *cam_obj[MM_CAMERA_MAX_NUM_SENSORS]; member in struct:__anon32354
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_muxer.c 52 extern mm_channel_t * mm_camera_util_get_channel_by_handler(mm_camera_obj_t *cam_obj,
138 * @cam_obj : ptr to a Parent camera object
144 mm_camera_obj_t *cam_obj)
146 mm_camera_obj_t *obj = cam_obj;
149 if (cam_handle == cam_obj->my_hdl) {
150 return cam_obj;
172 * @cam_obj : ptr to a Parent camera object
178 mm_camera_obj_t *cam_obj)
180 mm_camera_obj_t *obj = cam_obj;
204 * @cam_obj : ptr to a Parent camera objec
    [all...]
mm_camera_interface.c 146 mm_camera_obj_t *cam_obj = NULL; local
150 if ((NULL != g_cam_ctrl.cam_obj[cam_idx]) &&
151 (cam_handle == (uint32_t)g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
152 cam_obj = g_cam_ctrl.cam_obj[cam_idx];
156 return cam_obj;
178 g_cam_ctrl.cam_obj[cam_idx] = obj;
198 mm_camera_obj_t *cam_obj = NULL; local
200 cam_obj = mm_camera_util_get_camera_by_handler(cam_handle);
201 if (cam_obj != NULL && cam_obj->master_cam_obj != NULL)
221 mm_camera_obj_t *cam_obj = NULL; local
3129 mm_camera_obj_t *cam_obj = NULL; local
    [all...]
mm_camera_stream.c 195 * @cam_obj : stream object
275 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
406 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
547 if ((NULL == my_obj->ch_obj) || (NULL == my_obj->ch_obj->cam_obj)) {
554 uint32_t cam_handle = my_obj->ch_obj->cam_obj->my_hdl;
556 my_obj->ch_obj->cam_obj->my_num, cam_handle);
1253 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1337 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1415 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1749 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1782 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1812 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1853 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
4666 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
4729 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 88 mm_camera_obj_t *cam_obj = NULL; local
91 if ((NULL != g_cam_ctrl.cam_obj[cam_idx]) &&
92 (cam_handler == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
93 cam_obj = g_cam_ctrl.cam_obj[cam_idx];
95 return cam_obj;
230 * first empty g_cam_ctrl's referent to cam_obj */
231 g_cam_ctrl.cam_obj[cam_idx] = NULL;
1262 mm_camera_obj_t* cam_obj = NULL; local
    [all...]
mm_camera_channel.c 45 mm_camera_obj_t * cam_obj,
253 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
    [all...]
mm_camera_stream.c 337 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
425 if ((NULL == my_obj->ch_obj) || (NULL == my_obj->ch_obj->cam_obj)) {
432 mm_camera_util_get_dev_name(my_obj->ch_obj->cam_obj->my_hdl));
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 129 mm_camera_obj_t *cam_obj = NULL; local
133 (NULL != g_cam_ctrl.cam_obj[cam_idx]) &&
134 (cam_handle == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
135 cam_obj = g_cam_ctrl.cam_obj[cam_idx];
137 return cam_obj;
372 * first empty g_cam_ctrl's referent to cam_obj */
373 g_cam_ctrl.cam_obj[cam_idx] = NULL;
1772 mm_camera_obj_t *cam_obj = NULL; local
    [all...]
mm_camera.c 67 * @cam_obj: ptr to a camera object
74 mm_camera_obj_t * cam_obj,
80 if (handler == cam_obj->ch[i].my_hdl) {
81 ch_obj = &cam_obj->ch[i];
849 ch_obj->cam_obj = my_obj;
    [all...]
mm_camera_channel.c 44 extern mm_channel_t * mm_camera_util_get_channel_by_handler(mm_camera_obj_t * cam_obj,
132 * @cam_obj: ptr to a channel object
242 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
245 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
341 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
349 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
397 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
432 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 129 mm_camera_obj_t *cam_obj = NULL; local
133 (NULL != g_cam_ctrl.cam_obj[cam_idx]) &&
134 (cam_handle == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
135 cam_obj = g_cam_ctrl.cam_obj[cam_idx];
137 return cam_obj;
372 * first empty g_cam_ctrl's referent to cam_obj */
373 g_cam_ctrl.cam_obj[cam_idx] = NULL;
1772 mm_camera_obj_t *cam_obj = NULL; local
    [all...]
mm_camera.c 67 * @cam_obj: ptr to a camera object
74 mm_camera_obj_t * cam_obj,
80 if (handler == cam_obj->ch[i].my_hdl) {
81 ch_obj = &cam_obj->ch[i];
849 ch_obj->cam_obj = my_obj;
    [all...]
mm_camera_channel.c 44 extern mm_channel_t * mm_camera_util_get_channel_by_handler(mm_camera_obj_t * cam_obj,
132 * @cam_obj: ptr to a channel object
242 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
245 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
341 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
349 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
397 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
432 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 129 mm_camera_obj_t *cam_obj = NULL; local
133 (NULL != g_cam_ctrl.cam_obj[cam_idx]) &&
134 (cam_handle == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
135 cam_obj = g_cam_ctrl.cam_obj[cam_idx];
137 return cam_obj;
372 * first empty g_cam_ctrl's referent to cam_obj */
373 g_cam_ctrl.cam_obj[cam_idx] = NULL;
1636 mm_camera_obj_t* cam_obj = NULL; local
    [all...]
mm_camera.c 63 * @cam_obj: ptr to a camera object
70 mm_camera_obj_t * cam_obj,
76 if (handler == cam_obj->ch[i].my_hdl) {
77 ch_obj = &cam_obj->ch[i];
762 ch_obj->cam_obj = my_obj;
    [all...]
mm_camera_channel.c 44 extern mm_channel_t * mm_camera_util_get_channel_by_handler(mm_camera_obj_t * cam_obj,
126 * @cam_obj: ptr to a channel object
234 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
237 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
303 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
312 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
360 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
385 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 133 mm_camera_obj_t *cam_obj = NULL; local
137 (NULL != g_cam_ctrl.cam_obj[cam_idx]) &&
138 (cam_handle == g_cam_ctrl.cam_obj[cam_idx]->my_hdl)) {
139 cam_obj = g_cam_ctrl.cam_obj[cam_idx];
141 return cam_obj;
158 mm_camera_obj_t *cam_obj = NULL; local
160 if ((NULL != g_cam_ctrl.cam_obj[cam_idx]) &&
161 (session_id == (uint32_t)g_cam_ctrl.cam_obj[cam_idx]->sessionid)) {
163 cam_obj = g_cam_ctrl.cam_obj[cam_idx]
2085 mm_camera_obj_t *cam_obj = NULL; local
    [all...]
mm_camera_stream.c 191 * @cam_obj : stream object
271 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
401 super_buf.camera_handle = my_obj->ch_obj->cam_obj->my_hdl;
529 if ((NULL == my_obj->ch_obj) || (NULL == my_obj->ch_obj->cam_obj)) {
535 dev_name_value = mm_camera_util_get_dev_name(my_obj->ch_obj->cam_obj->my_hdl);
1118 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1198 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1274 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1606 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1639 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1669 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
1711 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
4527 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
4590 mm_camera_obj_t *cam_obj = my_obj->ch_obj->cam_obj; local
    [all...]
mm_camera_channel.c 41 extern mm_channel_t * mm_camera_util_get_channel_by_handler(mm_camera_obj_t * cam_obj,
156 * @cam_obj: ptr to a channel object
269 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
272 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
400 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
411 mm_camera_start_zsl_snapshot(ch_obj->cam_obj);
419 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
525 mm_camera_stop_zsl_snapshot(ch_obj->cam_obj);
604 cb_node->u.superbuf.camera_handle = ch_obj->cam_obj->my_hdl;
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 417 /* reference to parent cam_obj */
418 struct mm_camera_obj* cam_obj; member in struct:mm_channel
489 mm_camera_obj_t *cam_obj[MM_CAMERA_MAX_NUM_SENSORS]; member in struct:__anon3580
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 417 /* reference to parent cam_obj */
418 struct mm_camera_obj* cam_obj; member in struct:mm_channel
489 mm_camera_obj_t *cam_obj[MM_CAMERA_MAX_NUM_SENSORS]; member in struct:__anon4132
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 383 /* reference to parent cam_obj */
384 struct mm_camera_obj* cam_obj; member in struct:mm_channel
442 mm_camera_obj_t *cam_obj[MM_CAMERA_MAX_NUM_SENSORS]; member in struct:__anon4915
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 406 /* reference to parent cam_obj */
407 struct mm_camera_obj* cam_obj; member in struct:mm_channel
460 mm_camera_obj_t *cam_obj[MSM_MAX_CAMERA_SENSORS]; member in struct:__anon4521
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 466 /* reference to parent cam_obj */
467 struct mm_camera_obj* cam_obj; member in struct:mm_channel
544 mm_camera_obj_t *cam_obj[MM_CAMERA_MAX_NUM_SENSORS]; member in struct:__anon31696

Completed in 1167 milliseconds

1 2