Lines Matching refs:recvd_frame
349 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() argument
352 for (uint32_t i = 0; i < recvd_frame->num_bufs; i++) { in bufDone()
353 if (recvd_frame->bufs[i] != NULL) { in bufDone()
356 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone()
357 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
1311 int32_t QCamera3ProcessingChannel::metadataBufDone(mm_camera_super_buf_t *recvd_frame) in metadataBufDone() argument
1314 if ((NULL == m_pMetaChannel) || (NULL == recvd_frame)) { in metadataBufDone()
1319 rc = ((QCamera3MetadataChannel*)m_pMetaChannel)->bufDone(recvd_frame); in metadataBufDone()
3364 void QCamera3PicChannel::dataNotifyCB(mm_camera_super_buf_t *recvd_frame, in dataNotifyCB() argument
3387 channel->QCamera3PicChannel::streamCbRoutine(recvd_frame, channel->mStreams[0]); in dataNotifyCB()
4096 int32_t QCamera3ReprocessChannel::bufDone(mm_camera_super_buf_t *recvd_frame) in bufDone() argument
4099 if (recvd_frame && recvd_frame->num_bufs == 1) { in bufDone()
4101 uint32_t buf_idx = recvd_frame->bufs[0]->buf_idx; in bufDone()