Home | History | Annotate | Download | only in libcamera

Lines Matching full:snapshot_size

1422     unsigned int snapshot_size = m_snapshot_width * m_snapshot_height * 2;
1423 unsigned char *pInBuf = (unsigned char *)jpgEnc.getInBuf(snapshot_size);
1429 memcpy(pInBuf, yuv_buf, snapshot_size);