Searched refs:mFourcc (Results 1 – 3 of 3) sorted by relevance
125 const uint32_t mFourcc; variable146 const uint32_t mFourcc; // Only support YU12 format for now variable
35 mWidth(w), mHeight(h), mFourcc(fourcc), in V4L2Frame()80 mWidth(w), mHeight(h), mFourcc(V4L2_PIX_FMT_YUV420) {}; in AllocatedFrame()
1822 if (req->frameIn->mFourcc != V4L2_PIX_FMT_MJPEG && req->frameIn->mFourcc != V4L2_PIX_FMT_Z16) { in threadLoop()1824 req->frameIn->mFourcc & 0xFF, in threadLoop()1825 (req->frameIn->mFourcc >> 8) & 0xFF, in threadLoop()1826 (req->frameIn->mFourcc >> 16) & 0xFF, in threadLoop()1827 (req->frameIn->mFourcc >> 24) & 0xFF); in threadLoop()1847 if (req->frameIn->mFourcc == V4L2_PIX_FMT_MJPEG) { in threadLoop()