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.cpp1670 int32_t *rotation = (int32_t *)POINTER_OF_PARAM( in request()
2042 int32_t *orientation = (int32_t *)POINTER_OF_PARAM( in queueJpegSetting()
2049 uint8_t *quality = (uint8_t *)POINTER_OF_PARAM( in queueJpegSetting()
2055 uint8_t *quality = (uint8_t *)POINTER_OF_PARAM( in queueJpegSetting()
2061 cam_dimension_t *dimension = (cam_dimension_t *)POINTER_OF_PARAM( in queueJpegSetting()
2068 int64_t *timestamp = (int64_t *)POINTER_OF_PARAM( in queueJpegSetting()
2076 double *coordinates = (double *)POINTER_OF_PARAM( in queueJpegSetting()
2083 char *proc_methods = (char *)POINTER_OF_PARAM( in queueJpegSetting()
2465 float focal_length = *(float *)POINTER_OF_PARAM( in getExifData()
2480 int16_t isoSpeed = *(int32_t *)POINTER_OF_PARAM( in getExifData()
[all …]
DQCamera3HWI.cpp2943 (cam_fps_range_t *)POINTER_OF_PARAM(CAM_INTF_PARM_FPS_RANGE, metadata); in translateFromHalMetadata()
3488 POINTER_OF_PARAM(CAM_INTF_META_CROP_DATA, metadata); in translateFromHalMetadata()
3557 POINTER_OF_PARAM(CAM_INTF_PARM_CAC, metadata); in translateFromHalMetadata()
3670 POINTER_OF_PARAM(CAM_INTF_PARM_LED_MODE, metadata); in translateCbUrgentMetadataToResultMetadata()
3674 POINTER_OF_PARAM(CAM_INTF_PARM_REDEYE_REDUCTION, metadata); in translateCbUrgentMetadataToResultMetadata()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_intf.h458 #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()