Lines Matching refs:recvd_frame
1094 void QCameraStream::dataNotifySYNCCB(mm_camera_super_buf_t *recvd_frame, in dataNotifySYNCCB() argument
1100 recvd_frame == NULL || in dataNotifySYNCCB()
1101 recvd_frame->bufs[0] == NULL || in dataNotifySYNCCB()
1103 recvd_frame->bufs[0]->stream_id)) { in dataNotifySYNCCB()
1108 stream->mSYNCDataCB(recvd_frame, stream, stream->mUserData); in dataNotifySYNCCB()
1124 void QCameraStream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
1130 recvd_frame == NULL || in dataNotifyCB()
1131 recvd_frame->bufs[0] == NULL || in dataNotifyCB()
1133 recvd_frame->bufs[0]->stream_id))) { in dataNotifyCB()
1142 stream->bufDone(recvd_frame); in dataNotifyCB()
1145 *frame = *recvd_frame; in dataNotifyCB()