Home
last modified time | relevance | path

Searched refs:box_type (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/samples/
Dpdfium_test_dump_helper.cc33 const char* box_type, in DumpBoxInfo() argument
39 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()
/external/rust/crates/nom/tests/
Dmp4.rs281 fn box_type(input: &[u8]) -> IResult<&[u8], MP4BoxType> { in box_type() function
312 let (i, tag) = box_type(i)?; in box_header()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h20301 u64 box_type: 16; member