Lines Matching refs:bufs
462 if (recvd_frame->bufs[i] != NULL) { in bufDone()
466 recvd_frame->bufs[i]->stream_id))) { in bufDone()
467 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
496 if ((recvd_frame->bufs[i] != NULL) && in bufDone()
497 (recvd_frame->bufs[i]->stream_id == stream_id)) { in bufDone()
501 recvd_frame->bufs[i]->stream_id))) { in bufDone()
502 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
509 recvd_frame->bufs[j] = recvd_frame->bufs[j + 1]; in bufDone()
1615 pStream = getStreamBySrouceHandle(frame->bufs[i]->stream_id); in doReprocessOffline()
1636 uint32_t stream_id = frame->bufs[i]->stream_id; in doReprocessOffline()
1677 frame->bufs[i]->cache_flags |= CPU_HAS_READ_WRITTEN; in doReprocessOffline()
1680 if (frame->bufs[i] != NULL) { in doReprocessOffline()
1681 pStream->handleCacheOps(frame->bufs[i]); in doReprocessOffline()
1683 rc = doReprocessOffline (frame->bufs[i], meta_buf, pStream); in doReprocessOffline()
1723 QCameraStream *pStream = getStreamBySrouceHandle(frame->bufs[i]->stream_id); in doReprocess()
1743 if (frame->bufs[i] != NULL) { in doReprocess()
1744 pStream->handleCacheOps(frame->bufs[i]); in doReprocess()
1750 param.reprocess.buf_index = frame->bufs[i]->buf_idx; in doReprocess()
1751 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
1752 param.reprocess.is_uv_subsampled = frame->bufs[i]->is_uv_subsampled; in doReprocess()