Home | History | Annotate | Download | only in common

Lines Matching refs:camera_handle

81 *    @camera_handle : camera handler to uniquely identify
90 uint32_t camera_handle;
109 * @camera_handle : camera handler
113 typedef void (*mm_camera_event_notify_t)(uint32_t camera_handle,
263 * @camera_handle : camer handler
268 int32_t (*query_capability) (uint32_t camera_handle);
272 * @camera_handle : camer handler
278 int32_t (*register_event_notify) (uint32_t camera_handle,
283 * @camera_handle : camer handler
287 int32_t (*close_camera) (uint32_t camera_handle);
291 * @camera_handle : camer handler
301 int32_t (*map_buf) (uint32_t camera_handle,
308 * @camera_handle : camer handler
316 int32_t (*unmap_buf) (uint32_t camera_handle,
321 * @camera_handle : camer handler
330 int32_t (*set_parms) (uint32_t camera_handle,
335 * @camera_handle : camer handler
344 int32_t (*get_parms) (uint32_t camera_handle,
348 * @camera_handle : camer handler
354 int32_t (*do_auto_focus) (uint32_t camera_handle);
358 * @camera_handle : camer handler
362 int32_t (*cancel_auto_focus) (uint32_t camera_handle);
366 * @camera_handle : camer handler
373 int32_t (*prepare_snapshot) (uint32_t camera_handle,
378 * @camera_handle : camer handler
382 int32_t (*start_zsl_snapshot) (uint32_t camera_handle);
386 * @camera_handle : camer handler
390 int32_t (*stop_zsl_snapshot) (uint32_t camera_handle);
393 * @camera_handle : camer handler
402 uint32_t (*add_channel) (uint32_t camera_handle,
408 * @camera_handle : camer handler
413 int32_t (*delete_channel) (uint32_t camera_handle,
418 * @camera_handle : camera handler
424 int32_t (*get_bundle_info) (uint32_t camera_handle,
429 * @camera_handle : camer handler
433 uint32_t (*add_stream) (uint32_t camera_handle,
437 * @camera_handle : camer handler
443 int32_t (*delete_stream) (uint32_t camera_handle,
448 * @camera_handle : camer handler
455 int32_t (*config_stream) (uint32_t camera_handle,
462 * @camera_handle : camer handler
478 int32_t (*map_stream_buf) (uint32_t camera_handle,
489 * @camera_handle : camer handler
503 int32_t (*unmap_stream_buf) (uint32_t camera_handle,
512 * @camera_handle : camer handler
522 int32_t (*set_stream_parms) (uint32_t camera_handle,
529 * @camera_handle : camer handler
539 int32_t (*get_stream_parms) (uint32_t camera_handle,
545 * @camera_handle : camer handler
551 int32_t (*start_channel) (uint32_t camera_handle,
555 * @camera_handle : camer handler
561 int32_t (*stop_channel) (uint32_t camera_handle,
566 * @camera_handle : camer handler
572 int32_t (*qbuf) (uint32_t camera_handle,
578 * @camera_handle : camer handler
584 int32_t (*request_super_buf) (uint32_t camera_handle,
591 * @camera_handle : camer handler
596 int32_t (*cancel_super_buf_request) (uint32_t camera_handle,
603 * @camera_handle : camer handler
609 int32_t (*flush_super_buf_queue) (uint32_t camera_handle,
614 * @camera_handle : camera handler
620 int32_t (*configure_notify_mode) (uint32_t camera_handle,
626 * @camera_handle : camera handler which uniquely identifies a
631 uint32_t camera_handle;