Searched refs:crop_width (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3CropRegionMapper.cpp | 124 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()
|
D | QCamera3CropRegionMapper.h | 49 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/ |
D | RotationBufferProvider.cpp | 224 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()
|
D | VideoPayloadBuffer.h | 61 uint32_t crop_width; member
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VideoPayloadBuffer.h | 61 uint32_t crop_width; member
|
D | RotationBufferProvider.cpp | 225 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()
|
D | VideoPayloadManager.cpp | 53 metadata->normalBuffer.width = p->crop_width; in getMetaData()
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 442 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/ |
D | psb_drv_video.h | 523 unsigned int crop_width; member
|
D | vsp_VPP.c | 699 output_share_info->crop_width = input_share_info->crop_width; in vsp__VPP_process_pipeline_param()
|
D | psb_drv_video.c | 2228 obj_surface->share_info->crop_width = driver_data->render_rect.width; in psb_BeginPicture()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 873 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()
|