Home
last modified time | relevance | path

Searched refs:CachedFrame (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp17 CachedFrame::CachedFrame() in CachedFrame() function in arc::CachedFrame
23 CachedFrame::~CachedFrame() { UnsetSource(); } in ~CachedFrame()
25 int CachedFrame::SetSource(const FrameBuffer* frame, int rotate_degree) { in SetSource()
38 void CachedFrame::UnsetSource() { source_frame_ = nullptr; } in UnsetSource()
40 uint8_t* CachedFrame::GetSourceBuffer() const { in GetSourceBuffer()
44 size_t CachedFrame::GetSourceDataSize() const { in GetSourceDataSize()
48 uint32_t CachedFrame::GetSourceFourCC() const { in GetSourceFourCC()
52 uint8_t* CachedFrame::GetCachedBuffer() const { return yu12_frame_->GetData(); } in GetCachedBuffer()
54 uint32_t CachedFrame::GetCachedFourCC() const { in GetCachedFourCC()
58 uint32_t CachedFrame::GetWidth() const { return yu12_frame_->GetWidth(); } in GetWidth()
[all …]
Dcached_frame.h19 class CachedFrame {
21 CachedFrame();
22 ~CachedFrame();
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp714 arc::CachedFrame cached_frame; in DequeueRequest()