Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.cpp1183 uint32_t meta_buf_index = 0; in doReprocessOffline() local
1186 meta_buf_index, in doReprocessOffline()
1227 mappedBuffer.index = meta_buf_index; in doReprocessOffline()
1255 param.reprocess.meta_buf_index = meta_buf_index; in doReprocessOffline()
1285 uint8_t meta_buf_index) in doReprocess() argument
1328 param.reprocess.meta_buf_index = meta_buf_index; in doReprocess()
1333 param.reprocess.meta_buf_index); in doReprocess()
DQCameraChannel.h132 uint8_t meta_buf_index);
DQCameraPostProc.cpp2628 uint8_t meta_buf_index = 0; in doReprocess() local
2664 meta_buf_index = (uint8_t) src_reproc_frame->bufs[i]->buf_idx; in doReprocess()
2672 (int)meta_buf_index); in doReprocess()
2760 m_parent->mParameters, pMetaStream, meta_buf_index); in doReprocess()
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c329 param.reprocess.meta_buf_index = meta_idx; in mm_app_do_reprocess()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_intf.h430 … uint32_t meta_buf_index; /* buf index to meta data buffer. only valid if meta_present != 0 */ member
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp4184 param.reprocess.meta_buf_index = meta_buf_idx; in doReprocessOffline()
4238 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()