Home | History | Annotate | Download | only in libcamera

Lines Matching refs:pictureFormat

3128     int pictureW, pictureH, pictureFormat;
3134 pictureFormat = m_secCamera->getPictureFormat();
3149 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);
3171 m_getAlignedYUVSize(pictureFormat, pictureW, pictureH, &m_pictureBuf);
3240 int pictureFormat;
3250 pictureFormat = m_secCamera->getPictureFormat();
3251 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);
3273 V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat),