Home
last modified time | relevance | path

Searched refs:cam_bundle_config_t (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h573 cam_bundle_config_t *bundle_info);
Dcam_intf.h588 cam_bundle_config_t bundleInfo; /* set bundle info*/
Dcam_types.h2383 } cam_bundle_config_t; typedef
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c65 cam_bundle_config_t *bundle_info);
820 cam_bundle_config_t *payload = in mm_channel_fsm_fn_stopped()
821 (cam_bundle_config_t *)in_val; in mm_channel_fsm_fn_stopped()
1419 cam_bundle_config_t *bundle_info) in mm_channel_get_bundle_info()
1426 memset(bundle_info, 0, sizeof(cam_bundle_config_t)); in mm_channel_get_bundle_info()
1450 memset(bundle_info, 0, sizeof(cam_bundle_config_t)); in mm_channel_get_bundle_info()
Dmm_camera_interface.c517 cam_bundle_config_t *bundle_info) in mm_camera_intf_get_bundle_info()
Dmm_camera.c897 cam_bundle_config_t *bundle_info) in mm_camera_get_bundle_info()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h624 cam_bundle_config_t *bundle_info);
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.h90 int32_t setBundleInfo(const cam_bundle_config_t &bundleInfo);
DQCamera3Channel.cpp367 int32_t QCamera3Channel::setBundleInfo(const cam_bundle_config_t &bundleInfo) in setBundleInfo()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.cpp302 cam_bundle_config_t bundleInfo; in start()