Lines Matching refs:recvd_frame
1021 void QCameraStream::dataNotifySYNCCB(mm_camera_super_buf_t *recvd_frame, in dataNotifySYNCCB() argument
1027 recvd_frame == NULL || in dataNotifySYNCCB()
1028 recvd_frame->bufs[0] == NULL || in dataNotifySYNCCB()
1029 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { in dataNotifySYNCCB()
1034 stream->mSYNCDataCB(recvd_frame, stream, stream->mUserData); in dataNotifySYNCCB()
1051 void QCameraStream::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
1057 recvd_frame == NULL || in dataNotifyCB()
1058 recvd_frame->bufs[0] == NULL || in dataNotifyCB()
1059 recvd_frame->bufs[0]->stream_id != stream->getMyHandle()) { in dataNotifyCB()
1068 stream->bufDone(recvd_frame->bufs[0]->buf_idx); in dataNotifyCB()
1071 *frame = *recvd_frame; in dataNotifyCB()