Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A 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()
54 uint32_t CachedFrame::GetCachedFourCC() const { in GetCachedFourCC()
62 size_t CachedFrame::GetConvertedSize(int fourcc) const { in GetConvertedSize()
93 int CachedFrame::ConvertToYU12() { in ConvertToYU12()
[all …]
H A Dcached_frame.h19 class CachedFrame {
21 CachedFrame();
22 ~CachedFrame();
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp714 arc::CachedFrame cached_frame; in DequeueRequest()