Lines Matching refs:bufs
364 if (recvd_frame->bufs[i] != NULL) { in bufDone()
367 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone()
368 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx); in bufDone()
860 frameIndex = (uint8_t)super_frame->bufs[0]->buf_idx; in streamCbRoutine()
873 dumpYUV(super_frame->bufs[0], dim, offset, QCAMERA_DUMP_FRM_PREVIEW); in streamCbRoutine()
875 dumpYUV(super_frame->bufs[0], dim, offset, QCAMERA_DUMP_FRM_VIDEO); in streamCbRoutine()
877 dumpYUV(super_frame->bufs[0], dim, offset, QCAMERA_DUMP_FRM_CALLBACK); in streamCbRoutine()
900 uint32_t buf_idx = super_buf->bufs[0]->buf_idx; in streamCbRoutine()
905 super_buf->bufs[0]->flags |= V4L2_BUF_FLAG_ERROR; in streamCbRoutine()
934 if (IS_BUFFER_ERROR(super_frame->bufs[0]->flags)) { in streamCbRoutine()
972 frameIndex = super_frame->bufs[0]->buf_idx; in streamCbRoutine()
1416 if(NULL == super_frame->bufs[0]) { in checkStreamCbErrors()
2386 dumpRawSnapshot(super_frame->bufs[0]); in streamCbRoutine()
2392 convertMipiToRaw16(super_frame->bufs[0]); in streamCbRoutine()
2394 convertLegacyToRaw16(super_frame->bufs[0]); in streamCbRoutine()
2397 mMemory.cleanCache(super_frame->bufs[0]->buf_idx); in streamCbRoutine()
2682 dumpRawSnapshot(super_frame->bufs[0]); in streamCbRoutine()
2820 sendRawToHdrPlusService(super_frame->bufs[0]); in streamCbRoutine()
3157 frameIndex = (uint8_t)super_frame->bufs[0]->buf_idx; in streamCbRoutine()
3187 IS_BUFFER_ERROR(super_frame->bufs[0]->flags)) { in streamCbRoutine()
3222 if (IS_BUFFER_ERROR(super_frame->bufs[0]->flags)) { in streamCbRoutine()
3594 src_frame->bufs[0]->stream_id) { in jpegEvtHandle()
3595 snapshotIdx = (int32_t)src_frame->bufs[0]->buf_idx; in jpegEvtHandle()
3760 if (iter->get() == recvd_frame->bufs[0]->buffer) { in metadataBufDone()
4035 frameIndex = (uint8_t)super_frame->bufs[0]->buf_idx; in streamCbRoutine()
4068 dumpYUV(frame->bufs[0], dim, offset, QCAMERA_DUMP_FRM_INPUT_REPROCESS); in streamCbRoutine()
4070 if (IS_BUFFER_ERROR(super_frame->bufs[0]->flags)) { in streamCbRoutine()
4364 src_frame->bufs[0] = frame; in returnYuvBufferAndEncode()
4385 metadataBuf->bufs[0] = metaFrame; in returnYuvBufferAndEncode()
4386 metadataBuf->bufs[0]->buffer = metadata.get(); in returnYuvBufferAndEncode()
4569 if(super_frame->bufs[0] == NULL ) { in streamCbRoutine()
4573 frameIndex = (uint8_t)super_frame->bufs[0]->buf_idx; in streamCbRoutine()
4592 dumpYUV(frame->bufs[0], dim, offset, QCAMERA_DUMP_FRM_INPUT_JPEG); in streamCbRoutine()
4605 frameIndex = (uint8_t)super_frame->bufs[0]->buf_idx; in streamCbRoutine()
4928 uint32_t buf_idx = recvd_frame->bufs[0]->buf_idx; in bufDone()
4972 QCamera3Stream *pStream = getStreamBySrcHandle(frame->bufs[i]->stream_id); in overrideMetadata()
4973 QCamera3Stream *pSrcStream = getSrcStreamBySrcHandle(frame->bufs[i]->stream_id); in overrideMetadata()
5054 fwk_frame.input_buffer = *frame->bufs[i]; in overrideMetadata()
5406 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()