Searched refs:AllocatedFrame (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 78 AllocatedFrame::AllocatedFrame( in AllocatedFrame() function in android::hardware::camera::device::V3_4::implementation::AllocatedFrame 82 AllocatedFrame::~AllocatedFrame() {} in ~AllocatedFrame() 84 int AllocatedFrame::allocate(YCbCrLayout* out) { in allocate() 109 int AllocatedFrame::getLayout(YCbCrLayout* out) { in getLayout() 116 int AllocatedFrame::getCroppedLayout(const IMapper::Rect& rect, YCbCrLayout* out) { in getCroppedLayout()
|
D | ExternalCameraDeviceSession.cpp | 1041 sp<AllocatedFrame>& in, const Size& outSz, YCbCrLayout* out) { in cropAndScaleLocked() 1079 sp<AllocatedFrame> scaledYu12Buf; in cropAndScaleLocked() 1133 sp<AllocatedFrame>& in, const Size &outSz, YCbCrLayout* out) { in cropAndScaleThumbLocked() 1996 mYu12Frame = new AllocatedFrame(v4lSize.width, v4lSize.height); in allocateIntermediateBuffers() 2009 mYu12ThumbFrame = new AllocatedFrame(thumbSize.width, thumbSize.height); in allocateIntermediateBuffers() 2025 sp<AllocatedFrame> buf = new AllocatedFrame(stream.width, stream.height); in allocateIntermediateBuffers()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 140 class AllocatedFrame : public virtual VirtualLightRefBase { 142 AllocatedFrame(uint32_t w, uint32_t h); // TODO: use Size? 143 ~AllocatedFrame() override;
|
D | ExternalCameraDeviceSession.h | 293 sp<AllocatedFrame>& in, const Size& outSize, 297 sp<AllocatedFrame>& in, const Size& outSize, 327 sp<AllocatedFrame> mYu12Frame; 328 sp<AllocatedFrame> mYu12ThumbFrame; 329 std::unordered_map<Size, sp<AllocatedFrame>, SizeHasher> mIntermediateBuffers; 330 std::unordered_map<Size, sp<AllocatedFrame>, SizeHasher> mScaledYu12Frames;
|