Home
last modified time | relevance | path

Searched refs:POINTER_OF_PARAM (Results 1 – 4 of 4) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.cpp1645 int32_t *rotation = (int32_t *)POINTER_OF_PARAM( in request()
2018 int32_t *orientation = (int32_t *)POINTER_OF_PARAM( in queueJpegSetting()
2025 uint8_t *quality = (uint8_t *)POINTER_OF_PARAM( in queueJpegSetting()
2031 uint8_t *quality = (uint8_t *)POINTER_OF_PARAM( in queueJpegSetting()
2037 cam_dimension_t *dimension = (cam_dimension_t *)POINTER_OF_PARAM( in queueJpegSetting()
2044 int64_t *timestamp = (int64_t *)POINTER_OF_PARAM( in queueJpegSetting()
2052 double *coordinates = (double *)POINTER_OF_PARAM( in queueJpegSetting()
2059 char *proc_methods = (char *)POINTER_OF_PARAM( in queueJpegSetting()
2441 float focal_length = *(float *)POINTER_OF_PARAM( in getExifData()
2456 int16_t isoSpeed = *(int32_t *)POINTER_OF_PARAM( in getExifData()
[all …]
DQCamera3HWI.cpp2747 (cam_fps_range_t *)POINTER_OF_PARAM(CAM_INTF_PARM_FPS_RANGE, metadata); in translateFromHalMetadata()
3282 POINTER_OF_PARAM(CAM_INTF_META_CROP_DATA, metadata); in translateFromHalMetadata()
3351 POINTER_OF_PARAM(CAM_INTF_PARM_CAC, metadata); in translateFromHalMetadata()
3464 POINTER_OF_PARAM(CAM_INTF_PARM_LED_MODE, metadata); in translateCbUrgentMetadataToResultMetadata()
3468 POINTER_OF_PARAM(CAM_INTF_PARM_REDEYE_REDUCTION, metadata); in translateCbUrgentMetadataToResultMetadata()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_intf.h453 #define POINTER_OF_PARAM POINTER_OF_META macro
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp8083 POINTER_OF_PARAM(CAM_INTF_PARM_RAW_DIMENSION,m_pParamBuf), in updateRAW()