Searched defs:bundle_info (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c531 * @bundle_info : bundle info to be filled in
541 cam_bundle_config_t *bundle_info)
553 rc = mm_camera_get_bundle_info(my_obj, ch_id, bundle_info);
539 mm_camera_intf_get_bundle_info(uint32_t camera_handle, uint32_t ch_id, cam_bundle_config_t *bundle_info) argument
H A Dmm_camera.c785 * @bundle_info : bundle info to be filled in
795 cam_bundle_config_t *bundle_info)
807 (void *)bundle_info,
793 mm_camera_get_bundle_info(mm_camera_obj_t *my_obj, uint32_t ch_id, cam_bundle_config_t *bundle_info) argument
H A Dmm_camera_channel.c62 cam_bundle_config_t *bundle_info);
811 * @bundle_info : bundle info to be filled in
818 cam_bundle_config_t *bundle_info)
824 memset(bundle_info, 0, sizeof(cam_bundle_config_t));
825 bundle_info->bundle_id = my_obj->my_hdl;
826 bundle_info->num_of_streams = 0;
833 bundle_info->stream_ids[bundle_info->num_of_streams++] =
846 memset(bundle_info, 0, sizeof(cam_bundle_config_t));
817 mm_channel_get_bundle_info(mm_channel_t *my_obj, cam_bundle_config_t *bundle_info) argument

Completed in 49 milliseconds