Home
last modified time | relevance | path

Searched refs:meta_frame (Results 1 – 9 of 9) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp940 mm_camera_buf_def_t *meta_frame = NULL; in encodeData() local
945 meta_frame = jpeg_job_data->src_frame->bufs[i]; in encodeData()
950 if (meta_frame == NULL && jpeg_job_data->src_reproc_frame != NULL) { in encodeData()
954 meta_frame = jpeg_job_data->src_reproc_frame->bufs[i]; in encodeData()
959 if (meta_frame != NULL) { in encodeData()
961 jpg_job.encode_job.p_metadata = (cam_metadata_info_t *)meta_frame->buffer; in encodeData()
1093 mm_camera_super_buf_t *meta_frame = NULL; in dataProcessRoutine() local
1094 meta_frame = in dataProcessRoutine()
1096 if (meta_frame == NULL) { in dataProcessRoutine()
1108 ret = pme->m_pReprocChannel->doReprocess(pp_frame, meta_frame); in dataProcessRoutine()
DQCamera3Channel.cpp2080 mm_camera_super_buf_t *meta_frame) in doReprocess() argument
2091 m_metaFrame = meta_frame; in doReprocess()
2100 if (meta_frame != NULL) { in doReprocess()
2103 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
2133 mm_camera_super_buf_t *meta_frame) in doReprocess() argument
2140 if (meta_frame == NULL) { in doReprocess()
2158 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
DQCamera3Channel.h264 mm_camera_super_buf_t *meta_frame);
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraPostProc.cpp664 mm_camera_buf_def_t *meta_frame = NULL; in processData() local
668 meta_frame = frame->bufs[i]; in processData()
673 if (meta_frame != NULL) { in processData()
675 jpeg_job->metadata = (metadata_buffer_t *)meta_frame->buffer; in processData()
896 mm_camera_buf_def_t *meta_frame = NULL; in processPPData() local
900 meta_frame = job->src_frame->bufs[i]; in processPPData()
905 if (meta_frame == NULL) { in processPPData()
909 meta_frame = frame->bufs[i]; in processPPData()
915 if (meta_frame != NULL) { in processPPData()
917 jpeg_job->metadata = (metadata_buffer_t *)meta_frame->buffer; in processPPData()
/device/asus/flo/camera/QCamera2/HAL/
DQCameraPostProc.cpp1089 mm_camera_buf_def_t *meta_frame = NULL; in encodeData() local
1093 meta_frame = jpeg_job_data->src_frame->bufs[i]; in encodeData()
1097 if (meta_frame == NULL && jpeg_job_data->src_reproc_frame != NULL) { in encodeData()
1101 meta_frame = jpeg_job_data->src_reproc_frame->bufs[i]; in encodeData()
1106 if (meta_frame != NULL) { in encodeData()
1108 jpg_job.encode_job.p_metadata = (cam_metadata_info_t *)meta_frame->buffer; in encodeData()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraPostProc.cpp1089 mm_camera_buf_def_t *meta_frame = NULL; in encodeData() local
1093 meta_frame = jpeg_job_data->src_frame->bufs[i]; in encodeData()
1097 if (meta_frame == NULL && jpeg_job_data->src_reproc_frame != NULL) { in encodeData()
1101 meta_frame = jpeg_job_data->src_reproc_frame->bufs[i]; in encodeData()
1106 if (meta_frame != NULL) { in encodeData()
1108 jpg_job.encode_job.p_metadata_v1 = (cam_metadata_info_t *)meta_frame->buffer; in encodeData()
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2274 mm_camera_super_buf_t *meta_frame) in doReprocess() argument
2292 if (meta_frame != NULL) { in doReprocess()
2295 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
2425 mm_camera_super_buf_t *meta_frame) in doReprocess() argument
2432 if (meta_frame == NULL) { in doReprocess()
2450 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
DQCamera3Channel.h317 mm_camera_super_buf_t *meta_frame);
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3187 mm_camera_super_buf_t *meta_frame) in doReprocess() argument
3194 if (meta_frame == NULL) { in doReprocess()
3212 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()