Lines Matching refs:frame

1480 int32_t QCameraReprocessChannel::doReprocessOffline(mm_camera_buf_def_t *frame,  in doReprocessOffline()  argument
1488 if ((frame == NULL) || (meta_buf == NULL)) { in doReprocessOffline()
1494 pStream = getStreamBySrouceHandle(frame->stream_id); in doReprocessOffline()
1533 frame->fd, in doReprocessOffline()
1534 frame->buffer, in doReprocessOffline()
1535 frame->frame_len); in doReprocessOffline()
1551 param.reprocess.frame_idx = frame->frame_idx; in doReprocessOffline()
1552 param.reprocess.is_uv_subsampled = frame->is_uv_subsampled; in doReprocessOffline()
1594 int32_t QCameraReprocessChannel::doReprocessOffline(mm_camera_super_buf_t *frame, in doReprocessOffline() argument
1609 if (frame == NULL) { in doReprocessOffline()
1614 for (uint32_t i = 0; i < frame->num_bufs; i++) { in doReprocessOffline()
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()
1704 int32_t QCameraReprocessChannel::doReprocess(mm_camera_super_buf_t *frame, in doReprocess() argument
1722 for (uint32_t i = 0; i < frame->num_bufs; i++) { in doReprocess()
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()