Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp30 memset(&m_v4l2DstPlanes, 0, sizeof(m_v4l2DstPlanes)); in CHWJpegV4L2Compressor()
46 m_v4l2DstBuffer.m.planes = m_v4l2DstPlanes; in CHWJpegV4L2Compressor()
302 m_v4l2DstPlanes[0].m.userptr = reinterpret_cast<unsigned long>(buffer); in SetJpegBuffer()
303 m_v4l2DstPlanes[0].length = len_buffer; in SetJpegBuffer()
311 m_v4l2DstPlanes[0].m.fd = buffer; in SetJpegBuffer()
312 m_v4l2DstPlanes[0].length = len_buffer; in SetJpegBuffer()
313 m_v4l2DstPlanes[0].data_offset = offset; in SetJpegBuffer()
326 m_v4l2DstPlanes[1].m.userptr = reinterpret_cast<unsigned long>(buffer); in SetJpegBuffer2()
327 m_v4l2DstPlanes[1].length = len_buffer; in SetJpegBuffer2()
339 m_v4l2DstPlanes[1].m.fd = buffer; in SetJpegBuffer2()
[all …]
/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h539 v4l2_plane m_v4l2DstPlanes[2]; variable