Searched defs:AllocatedFrame (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp79 AllocatedFrame::AllocatedFrame( function in class:android::hardware::camera::device::V3_4::implementation::AllocatedFrame
83 AllocatedFrame::~AllocatedFrame() {}
85 int AllocatedFrame::allocate(YCbCrLayout* out) {
110 int AllocatedFrame::getLayout(YCbCrLayout* out) {
117 int AllocatedFrame::getCroppedLayout(const IMapper::Rect& rect, YCbCrLayout* out) {
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraUtils.h128 class AllocatedFrame : public virtual VirtualLightRefBase { class in namespace:android::hardware::camera::device::V3_4::implementation
130 AllocatedFrame(uint32_t w, uint32_t h); // TODO: use Size?
131 ~AllocatedFrame() override;

Completed in 346 milliseconds