Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mp4/
H A Dmp4_reader.c283 static VC_CONTAINER_STATUS_T mp4_read_box_header( VC_CONTAINER_T *p_ctx, int64_t size, in mp4_read_box_header() function
410 status = mp4_read_box_header( p_ctx, size, &box_type, &box_size ); in mp4_read_box()
717 status = mp4_read_box_header( p_ctx, size, &box_type, &box_size ); in mp4_read_box_stsd()
1830 status = mp4_read_box_header( p_ctx, INT64_C(-1), &box_type, &box_size ); in mp4_reader_open()