HomeSort by relevance Sort by last modified time
    Searched full:ifd_tag_count (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c 249 uint16_t ifd_tag_count = 0; local
296 ifd_tag_count = READ_SHORT(mpo_info->output_buff.buf_vaddr, current_offset);
297 LOGD("Tag count in MP entry %d", ifd_tag_count);
301 current_offset += (ifd_tag_count * 12);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c 249 uint16_t ifd_tag_count = 0; local
296 ifd_tag_count = READ_SHORT(mpo_info->output_buff.buf_vaddr, current_offset);
297 LOGD("Tag count in MP entry %d", ifd_tag_count);
301 current_offset += (ifd_tag_count * 12);

Completed in 217 milliseconds