Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Drealtime_zsl_request_processor.cc44 status_t SelectWidthAndHeight(uint32_t jpeg_width, uint32_t jpeg_height, in SelectWidthAndHeight() argument
75 if (jpeg_width == width && jpeg_height == height) { in SelectWidthAndHeight()
76 selected_height = jpeg_height; in SelectWidthAndHeight()
92 if (width < jpeg_width || height < jpeg_height) { in SelectWidthAndHeight()
103 if ((jpeg_height * width - jpeg_width * height) * in SelectWidthAndHeight()