Lines Matching refs:stream_id
422 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone()
446 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id) in bufDone() argument
453 (recvd_frame->bufs[i]->stream_id == stream_id)) { in bufDone()
456 (mStreams[j]->getMyHandle() == stream_id)) { in bufDone()
1291 pStream = getStreamBySrouceHandle(frame->stream_id); in doReprocessOffline()
1402 pStream = getStreamBySrouceHandle(frame->bufs[i]->stream_id); in doReprocessOffline()
1422 uint32_t stream_id = frame->bufs[i]->stream_id; in doReprocessOffline() local
1424 m_pSrcChannel->getStreamByHandle(stream_id); in doReprocessOffline()
1432 if (crop->crop_info[j].stream_id == in doReprocessOffline()
1443 crop->crop_info[crop->num_of_streams].stream_id = in doReprocessOffline()
1507 QCameraStream *pStream = getStreamBySrouceHandle(frame->bufs[i]->stream_id); in doReprocess()