Searched refs:hal_version (Results 1 – 13 of 13) sorted by relevance
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | mm_jpeg_interface.h | 211 cam_hal_version_t hal_version; member
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_exif.c | 499 mm_jpeg_exif_params_t *p_cam_exif_params, cam_hal_version_t hal_version) in process_meta_data() argument 514 if (hal_version == CAM_HAL_V1) { in process_meta_data()
|
D | mm_jpeg.c | 1156 &p_jobparams->cam_exif_params, p_jobparams->hal_version); in mm_jpeg_session_config_common()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 617 int32_t hal_version = CAM_HAL_V1; in init_batch_update() local 620 … rc = add_parm_entry_tobatch(p_table, CAM_INTF_PARM_HAL_VERSION,sizeof(hal_version), &hal_version); in init_batch_update() 886 int32_t hal_version = CAM_HAL_V1; in initBatchUpdate() local 892 sizeof(hal_version), in initBatchUpdate() 893 &hal_version); in initBatchUpdate()
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 456 cam_hal_version_t hal_version);
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 906 int32_t hal_version = CAM_HAL_V3; in configureStreams() local 921 sizeof(hal_version), &hal_version); in configureStreams() 1613 int32_t hal_version = CAM_HAL_V3; in processCaptureRequest() local 1620 sizeof(hal_version), &hal_version); in processCaptureRequest() 4875 int32_t hal_version = CAM_HAL_V3; in setFrameParameters() local 4886 sizeof(hal_version), &hal_version); in setFrameParameters()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 1215 int32_t hal_version = CAM_HAL_V3; in configureStreams() local 1219 sizeof(hal_version), &hal_version); in configureStreams() 2002 int32_t hal_version = CAM_HAL_V3; in processCaptureRequest() local 2008 sizeof(hal_version), &hal_version); in processCaptureRequest() 5681 int32_t hal_version = CAM_HAL_V3; in setFrameParameters() local 5685 sizeof(hal_version), &hal_version); in setFrameParameters()
|
D | QCamera3PostProc.cpp | 1107 jpg_job.encode_job.hal_version = CAM_HAL_V3; in encodeFWKData() 1348 jpg_job.encode_job.hal_version = CAM_HAL_V3; in encodeData()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 2597 int32_t hal_version = CAM_HAL_V3; in setFrameParameters() local 2602 sizeof(hal_version), &hal_version); in setFrameParameters()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5945 int32_t hal_version = CAM_HAL_V1; in initBatchUpdate() local 5951 sizeof(hal_version), &hal_version); in initBatchUpdate()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5945 int32_t hal_version = CAM_HAL_V1; in initBatchUpdate() local 5951 sizeof(hal_version), &hal_version); in initBatchUpdate()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 3921 int32_t hal_version = CAM_HAL_V1; in initDefaultParameters() local 3924 sizeof(hal_version), in initDefaultParameters() 3925 &hal_version); in initDefaultParameters()
|
D | QCameraPostProc.cpp | 1728 jpg_job.encode_job.hal_version = CAM_HAL_V1; in encodeData()
|