Home
last modified time | relevance | path

Searched refs:bhist_exif_debug_params (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp1514 IF_META_AVAILABLE(cam_bhist_buffer_exif_debug_t, bhist_exif_debug_params, in encodeFWKData()
1516 memcpy(&exif_debug_params->bhist_debug_params, bhist_exif_debug_params, in encodeFWKData()
1519 bhist_exif_debug_params, sizeof(cam_bhist_buffer_exif_debug_t)); in encodeFWKData()
DQCamera3HWI.cpp8653 IF_META_AVAILABLE(cam_bhist_buffer_exif_debug_t, bhist_exif_debug_params, in saveExifParams()
8656 mExifParams.debug_params->bhist_debug_params = *bhist_exif_debug_params; in saveExifParams()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c184 IF_META_AVAILABLE(cam_bhist_buffer_exif_debug_t, bhist_exif_debug_params, in mm_app_metadata_notify_cb()
187 pme->mExifParams.debug_params->bhist_debug_params = *bhist_exif_debug_params; in mm_app_metadata_notify_cb()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2500 IF_META_AVAILABLE(cam_bhist_buffer_exif_debug_t, bhist_exif_debug_params, in metadata_stream_cb_routine()
2503 pme->mExifParams.debug_params->bhist_debug_params = *bhist_exif_debug_params; in metadata_stream_cb_routine()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h2010 cam_bhist_buffer_exif_debug_t bhist_exif_debug_params; member