Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp20 yu12_frame_(new AllocatedFrameBuffer(0)), in CachedFrame()
52 uint8_t* CachedFrame::GetCachedBuffer() const { return yu12_frame_->GetData(); } in GetCachedBuffer()
55 return yu12_frame_->GetFourcc(); in GetCachedFourCC()
58 uint32_t CachedFrame::GetWidth() const { return yu12_frame_->GetWidth(); } in GetWidth()
60 uint32_t CachedFrame::GetHeight() const { return yu12_frame_->GetHeight(); } in GetHeight()
63 return ImageProcessor::GetConvertedSize(fourcc, yu12_frame_->GetWidth(), in GetConvertedSize()
64 yu12_frame_->GetHeight()); in GetConvertedSize()
73 FrameBuffer* source_frame = yu12_frame_.get(); in Convert()
77 yu12_frame_->GetFourcc(), out_frame->GetWidth(), in Convert()
86 ImageProcessor::Scale(*yu12_frame_.get(), scaled_frame_.get()); in Convert()
[all …]
Dcached_frame.h77 std::unique_ptr<AllocatedFrameBuffer> yu12_frame_; variable