Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraChannel.cpp1051 uint8_t meta_buf_index = -1; in doReprocessOffline() local
1071 meta_buf_index = 0; in doReprocessOffline()
1074 meta_buf_index, in doReprocessOffline()
1084 mappedBuffer.index = meta_buf_index; in doReprocessOffline()
1114 param.reprocess.meta_buf_index = meta_buf_index; in doReprocessOffline()
1177 uint8_t meta_buf_index = 0; in doReprocess() local
1182 meta_buf_index = frame->bufs[i]->buf_idx; in doReprocess()
1216 param.reprocess.meta_buf_index = meta_buf_index; in doReprocess()
/device/lge/hammerhead/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()
/device/asus/flo/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()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c329 param.reprocess.meta_buf_index = meta_idx; in mm_app_do_reprocess()
/device/lge/hammerhead/camera/QCamera2/stack/common/
Dcam_intf.h326 … uint8_t meta_buf_index; /* buf index to meta data buffer. only valid if meta_present != 0 */ member
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_intf.h318 … uint8_t meta_buf_index; /* buf index to meta data buffer. only valid if meta_present != 0 */ member
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_intf.h362 … uint8_t meta_buf_index; /* buf index to meta data buffer. only valid if meta_present != 0 */ member
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2119 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
2174 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2297 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
2452 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3173 param.reprocess.meta_buf_index = meta_buf_idx; in doReprocessOffline()
3231 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()