Home
last modified time | relevance | path

Searched refs:crop_height (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h93 virtual bool setDigitalZoomRatio(uint32_t crop_width, uint32_t crop_height,
DExifUtils.cpp83 uint32_t crop_width, uint32_t crop_height,
372 uint32_t crop_width, uint32_t crop_height, in setDigitalZoomRatio() argument
375 float zoomRatioY = (crop_height == 0) ? 1.0 : 1.0 * sensor_height / crop_height; in setDigitalZoomRatio()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp735 int32_t crop_width, crop_height; in onOutputReceived() local
737 crop_height = crop_bottom - crop_top + 1; in onOutputReceived()
741 dstTop = mTilesDecoded / mGridCols * crop_height; in onOutputReceived()
743 dstBottom = dstTop + crop_height - 1; in onOutputReceived()