Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dcached_frame.cpp154 size_t rotated_size = in CropRotateScale() local
156 if (rotated_size > cropped_buffer_capacity_) { in CropRotateScale()
157 cropped_buffer_.reset(new uint8_t[rotated_size]); in CropRotateScale()
158 cropped_buffer_capacity_ = rotated_size; in CropRotateScale()
/aosp12/bionic/libc/kernel/uapi/drm/
H A Di915_drm.h125 int rotated_size; member