Home | History | Annotate | Download | only in libcamera

Lines Matching full:pframe

3619 bool ExynosCameraHWInterface::m_splitFrame(unsigned char *pFrame, int dwSize,
3626 if (NULL == pFrame || 0 >= dwSize) {
3627 ALOGE("There is no contents (pFrame=%p, dwSize=%d", pFrame, dwSize);
3636 unsigned char *pSrc = pFrame;
3637 unsigned char *pSrcEnd = pFrame + dwSize;