Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.h32 int SetSource(const FrameBuffer* frame, int rotate_degree);
Dcached_frame.cpp25 int CachedFrame::SetSource(const FrameBuffer* frame, int rotate_degree) { in SetSource() function in arc::CachedFrame
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp715 cached_frame.SetSource(request_context->camera_buffer.get(), 0); in DequeueRequest()