Lines Matching refs:stream_id
418 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone()
442 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id) in bufDone() argument
449 (recvd_frame->bufs[i]->stream_id == stream_id)) { in bufDone()
452 (mStreams[j]->getMyHandle() == stream_id)) { in bufDone()
1288 pStream = getStreamBySrouceHandle(frame->stream_id); in doReprocessOffline()
1397 pStream = getStreamBySrouceHandle(frame->bufs[i]->stream_id); in doReprocessOffline()
1417 uint32_t stream_id = frame->bufs[i]->stream_id; in doReprocessOffline() local
1419 m_pSrcChannel->getStreamByHandle(stream_id); in doReprocessOffline()
1427 if (crop->crop_info[j].stream_id == in doReprocessOffline()
1438 crop->crop_info[crop->num_of_streams].stream_id = in doReprocessOffline()
1494 QCameraStream *pStream = getStreamBySrouceHandle(frame->bufs[i]->stream_id); in doReprocess()