Searched refs:box_type (Results 1 – 3 of 3) sorted by relevance
33 const char* box_type, in DumpBoxInfo() argument39 printf("Page %d: No %s.\n", page_idx, box_type); in DumpBoxInfo()42 printf("Page %d: %s: %0.2f %0.2f %0.2f %0.2f\n", page_idx, box_type, in DumpBoxInfo()
281 fn box_type(input: &[u8]) -> IResult<&[u8], MP4BoxType> { in box_type() function312 let (i, tag) = box_type(i)?; in box_header()
20301 u64 box_type: 16; member