Home
last modified time | relevance | path

Searched refs:QBuf (Results 1 – 6 of 6) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-v4l2.h126 bool QBuf(FrameInfo &frm, int *pfdReleaseFence);
214 inline bool QBuf(int *pfdSrcReleaseFence = NULL, int *pfdDstReleaseFence = NULL) {
215 if (!QBuf(m_frmSrc, pfdSrcReleaseFence))
218 if (!QBuf(m_frmDst, pfdDstReleaseFence)) {
Dlibscaler-m2m1shot.h113 …inline bool QBuf(int __UNUSED__ *pfdSrcReleaseFence = NULL, int __UNUSED__ *pfdDstReleaseFence = N…
Dlibscaler-v4l2.cpp134 if (!QBuf()) { in Run()
348 bool CScalerV4L2::QBuf(FrameInfo &frm, int *pfdReleaseFence) in QBuf() function in CScalerV4L2
Dlibscaler.cpp629 if (!sc->QBuf(&fdSrcReleaseFence, &fdDstReleaseFence)) in exynos_sc_run_exclusive()
/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h555 bool QBuf();
/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp402 if (!ReqBufs() || !StreamOn() || !UpdateControls() || !QBuf()) in Compress()
569 bool CHWJpegV4L2Compressor::QBuf() in QBuf() function in CHWJpegV4L2Compressor