Searched defs:mpo_info (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c282 * @mpo_info : MPO Information
291 static int32_t mm_jpeg_intf_compose_mpo(mm_jpeg_mpo_info_t *mpo_info) argument
294 if (!mpo_info) {
299 if (mpo_info->num_of_images > MM_JPEG_MAX_MPO_IMAGES) {
304 rc = mm_jpeg_mpo_compose(mpo_info);
H A Dmm_jpeg_mpo_composer.c230 * @mpo_info: MPO Info
241 int mm_jpeg_mpo_update_header(mm_jpeg_mpo_info_t *mpo_info) argument
253 mpo_info->output_buff.buf_vaddr, mpo_info->primary_image.buf_filled_len, M_APP2);
271 current_offset = mp_headr_start_off_addr - mpo_info->output_buff.buf_vaddr;
273 endianess = READ_LONG(mpo_info->output_buff.buf_vaddr, current_offset);
281 offset_to_nxt_ifd = READ_LONG_LITTLE(mpo_info->output_buff.buf_vaddr,
284 offset_to_nxt_ifd = READ_LONG(mpo_info->output_buff.buf_vaddr,
290 mpo_info->output_buff.buf_vaddr);
296 ifd_tag_count = READ_SHORT(mpo_info
373 mm_jpeg_mpo_compose(mm_jpeg_mpo_info_t *mpo_info) argument
[all...]

Completed in 46 milliseconds