Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_muxer.h96 cam_bundle_config_t *bundle_info, mm_camera_obj_t *cam_obj);
Dmm_camera.h744 cam_bundle_config_t *bundle_info);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h99 virtual int32_t setBundleInfo(const cam_bundle_config_t &bundleInfo);
784 int32_t setBundleInfo(const cam_bundle_config_t &) override in setBundleInfo() argument
DQCamera3Channel.cpp378 int32_t QCamera3Channel::setBundleInfo(const cam_bundle_config_t &bundleInfo) in setBundleInfo()
DQCamera3HWI.cpp15262 cam_bundle_config_t bundleInfo; in setBundleInfo()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h610 cam_bundle_config_t *bundle_info);
Dcam_intf.h714 cam_bundle_config_t bundleInfo; /* set bundle info*/
Dcam_types.h2840 } cam_bundle_config_t; typedef
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c74 cam_bundle_config_t *bundle_info);
978 cam_bundle_config_t *payload = in mm_channel_fsm_fn_stopped()
979 (cam_bundle_config_t *)in_val; in mm_channel_fsm_fn_stopped()
1721 cam_bundle_config_t *bundle_info) in mm_channel_get_bundle_info()
1728 memset(bundle_info, 0, sizeof(cam_bundle_config_t)); in mm_channel_get_bundle_info()
1752 memset(bundle_info, 0, sizeof(cam_bundle_config_t)); in mm_channel_get_bundle_info()
Dmm_camera.c984 cam_bundle_config_t *bundle_info) in mm_camera_get_bundle_info()
Dmm_camera_muxer.c822 cam_bundle_config_t *bundle_info, mm_camera_obj_t *cam_obj) in mm_camera_muxer_get_bundle_info()
Dmm_camera_interface.c798 cam_bundle_config_t *bundle_info) in mm_camera_intf_get_bundle_info()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp2919 cam_bundle_config_t bundleInfo; in setBundleInfo()