Searched refs:factor_x (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | image_processor.cpp | 171 virtual XCamReturn resize(const img_buffer_t& src, img_buffer_t& dst, double factor_x, in resize() argument 179 … if (0 > rga_ops_.imresize_t(rga_src, rga_dst, factor_x, factor_y, interpolation, sync)) { in resize() 276 XCamReturn ImageProcessor::resize(const img_buffer_t& src, img_buffer_t& dst, double factor_x, in resize() argument 279 return operator_->resize(src, dst, factor_x, factor_y); in resize()
|
| H A D | image_processor.h | 82 XCamReturn resize(const img_buffer_t& src, img_buffer_t& dst, double factor_x, double factor_y);
|