Home
last modified time | relevance | path

Searched refs:meta_buf_index (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.cpp1486 uint32_t meta_buf_index = 0; in doReprocessOffline() local
1509 meta_buf_index = buf_index; in doReprocessOffline()
1512 meta_buf_index, in doReprocessOffline()
1523 mappedBuffer.index = meta_buf_index; in doReprocessOffline()
1565 param.reprocess.meta_buf_index = meta_buf_index; in doReprocessOffline()
1570 param.reprocess.meta_buf_index, pStream->getMyOriginalType()); in doReprocessOffline()
1706 uint8_t meta_buf_index) in doReprocess() argument
1757 param.reprocess.meta_buf_index = meta_buf_index; in doReprocess()
1762 param.reprocess.meta_buf_index, pStream->getMyOriginalType()); in doReprocess()
DQCameraChannel.h149 uint8_t meta_buf_index);
DQCameraPostProc.cpp3385 uint8_t meta_buf_index = 0; in doReprocess() local
3431 meta_buf_index = (uint8_t) src_frame->bufs[i]->buf_idx; in doReprocess()
3440 (int)meta_buf_index); in doReprocess()
3455 meta_buf_index = (uint8_t) src_reproc_frame->bufs[i]->buf_idx; in doReprocess()
3463 (int)meta_buf_index); in doReprocess()
3537 m_parent->mParameters, pMetaStream, meta_buf_index); in doReprocess()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c322 param.reprocess.meta_buf_index = meta_idx; in mm_app_do_reprocess()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp5341 param.reprocess.meta_buf_index = meta_buf_idx; in doReprocessOffline()
5345 param.reprocess.meta_buf_index); in doReprocessOffline()
5406 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
5410 param.reprocess.meta_buf_index); in doReprocess()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h683 … uint32_t meta_buf_index; /* buf index to meta data buffer. only valid if meta_present != 0 */ member