Searched refs:CachedFrame (Results 1 – 3 of 3) sorted by relevance
17 CachedFrame::CachedFrame() in CachedFrame() function in arc::CachedFrame23 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 …]
19 class CachedFrame {21 CachedFrame();22 ~CachedFrame();
714 arc::CachedFrame cached_frame; in DequeueRequest()