Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.cpp745 uint8_t meta_buf_index = 0; in doReprocess() local
750 meta_buf_index = frame->bufs[i]->buf_idx; in doReprocess()
775 param.reprocess.meta_buf_index = meta_buf_index; in doReprocess()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_intf.h319 … uint8_t meta_buf_index; /* buf index to meta data buffer. only valid if meta_present != 0 */ member
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2070 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
2125 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()