Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dframe_buffer.cpp104 GrallocFrameBuffer::GrallocFrameBuffer(buffer_handle_t buffer, uint32_t width, in GrallocFrameBuffer() function in arc::GrallocFrameBuffer
124 GrallocFrameBuffer::~GrallocFrameBuffer() { in ~GrallocFrameBuffer()
130 int GrallocFrameBuffer::Map() { in Map()
177 int GrallocFrameBuffer::Unmap() { in Unmap()
Dframe_buffer.h103 class GrallocFrameBuffer : public FrameBuffer {
105 GrallocFrameBuffer(buffer_handle_t buffer, uint32_t width, uint32_t height,
108 ~GrallocFrameBuffer();
/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp694 arc::GrallocFrameBuffer output_frame( in DequeueRequest()