Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp18 : source_frame_(nullptr), in CachedFrame()
26 source_frame_ = frame; in SetSource()
38 void CachedFrame::UnsetSource() { source_frame_ = nullptr; } in UnsetSource()
41 return source_frame_->GetData(); in GetSourceBuffer()
45 return source_frame_->GetDataSize(); in GetSourceDataSize()
49 return source_frame_->GetFourcc(); in GetSourceFourCC()
95 V4L2_PIX_FMT_YUV420, source_frame_->GetWidth(), in ConvertToYU12()
96 source_frame_->GetHeight()); in ConvertToYU12()
102 yu12_frame_->SetWidth(source_frame_->GetWidth()); in ConvertToYU12()
103 yu12_frame_->SetHeight(source_frame_->GetHeight()); in ConvertToYU12()
[all …]
Dcached_frame.h69 const FrameBuffer* source_frame_; variable