Home
last modified time | relevance | path

Searched refs:crop_width (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp124 int32_t& crop_width, int32_t& crop_height) in toActiveArray() argument
134 crop_width = crop_width * mActiveArrayW / mSensorW; in toActiveArray()
137 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray()
156 int32_t& crop_width, int32_t& crop_height) in toSensor() argument
166 crop_width = crop_width * mSensorW / mActiveArrayW; in toSensor()
170 __func__, crop_left, crop_top, crop_width, crop_height); in toSensor()
171 boundToSize(crop_left, crop_top, crop_width, crop_height, in toSensor()
174 __func__, crop_left, crop_top, crop_width, crop_height); in toSensor()
DQCamera3CropRegionMapper.h49 int32_t& crop_width, int32_t& crop_height);
51 int32_t& crop_width, int32_t& crop_height);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DRotationBufferProvider.cpp224 if (payload->crop_width && payload->crop_height) { in createVaSurface()
225 width = payload->crop_width; in createVaSurface()
229 payload->crop_width = width; in createVaSurface()
518 payload->width = payload->crop_width = w; in prepareBufferInfo()
DVideoPayloadBuffer.h61 uint32_t crop_width; member
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DVideoPayloadBuffer.h61 uint32_t crop_width; member
DRotationBufferProvider.cpp225 if (payload->crop_width && payload->crop_height) { in createVaSurface()
226 width = payload->crop_width; in createVaSurface()
230 payload->crop_width = width; in createVaSurface()
523 payload->width = payload->crop_width = w; in prepareBufferInfo()
DVideoPayloadManager.cpp53 metadata->normalBuffer.width = p->crop_width; in getMetaData()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c442 obj_surface->share_info->crop_width = obj_surface->share_info->width; in psb_CreateSurfacesFromGralloc()
445 obj_surface->share_info->crop_width = driver_data->render_rect.width; in psb_CreateSurfacesFromGralloc()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h523 unsigned int crop_width; member
Dvsp_VPP.c699 output_share_info->crop_width = input_share_info->crop_width; in vsp__VPP_process_pipeline_param()
Dpsb_drv_video.c2228 obj_surface->share_info->crop_width = driver_data->render_rect.width; in psb_BeginPicture()
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c873 mm_jpeg_dim_t *p_main_dim, uint8_t crop_width) { in mm_jpeg_get_thumbnail_crop() argument
877 if (crop_width) { in mm_jpeg_get_thumbnail_crop()