Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A Dimage_processor.h36 } img_rect_t; typedef
58 virtual XCamReturn crop(const img_buffer_t& src, img_buffer_t& dst, img_rect_t rect,
83 XCamReturn crop(const img_buffer_t& src, img_buffer_t& dst, const img_rect_t& rect);
H A Dimage_processor.cpp189 virtual XCamReturn crop(const img_buffer_t& src, img_buffer_t& dst, img_rect_t rect, in crop()
231 XCamReturn ImageOperator::crop(const img_buffer_t& src, img_buffer_t& dst, img_rect_t rect, in crop()
287 const img_rect_t& rect) { in crop()