Home
last modified time | relevance | path

Searched refs:list_jp2box (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Djp2000.c354 chpr = list_jp2box(inptr,box,"JP2.",indent,1); in process_jp2_ftyp()
477 chpr = list_jp2box(inptr,box,"JP2.",indent,1); in process_jp2_xml()
526 chpr = list_jp2box(inptr,box,"JP2.",indent,1); in process_jp2_jp2i()
543 chpr = list_jp2box(inptr,box,"JP2.",indent,1); in process_jp2_jp2h()
630 chpr = list_jp2box(inptr,box,"JP2.jp2h.",indent,1); in process_jp2_ihdr()
768 chpr = list_jp2box(inptr,box,"JP2.",indent,0); in process_jp2_uuid()
873 chpr = list_jp2box(inptr,box,"JP2.",indent,1); in process_jp2_uinf()
927 chpr = list_jp2box(inptr,box,"JP2.uinf.",indent,1); in process_jp2_ulst()
999 chpr = list_jp2box(inptr,box,"JP2.uinf.",indent,1); in process_jp2_de()
1072 chpr = list_jp2box(inptr,box,"JP2.jp2h.",indent,1); in process_jp2_colr()
[all …]
H A Djp2_extern.h19 extern int list_jp2box(FILE *,struct jp2box *,char *,int,int);