Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.h73 std::unique_ptr<uint8_t[]> cropped_buffer_; variable
Dcached_frame.cpp157 cropped_buffer_.reset(new uint8_t[rotated_size]); in CropRotateScale()
160 uint8_t* rotated_y_plane = cropped_buffer_.get(); in CropRotateScale()