Home
last modified time | relevance | path

Searched refs:first_header_size (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dxiph.c27 int first_header_size, const uint8_t *header_start[3], in avpriv_split_xiph_headers()
32 if (extradata_size >= 6 && AV_RB16(extradata) == first_header_size) { in avpriv_split_xiph_headers()
26 avpriv_split_xiph_headers(const uint8_t *extradata, int extradata_size, int first_header_size, const uint8_t *header_start[3], int header_len[3]) avpriv_split_xiph_headers() argument
H A Dxiph.h33 * @param[in] first_header_size The size of the first header, used to
40 int first_header_size, const uint8_t *header_start[3],
/third_party/ffmpeg/libavformat/
H A Dsdp.c375 int first_header_size, ret; in xiph_extradata2config() local
381 first_header_size = 42; in xiph_extradata2config()
384 first_header_size = 30; in xiph_extradata2config()
392 first_header_size, header_start, in xiph_extradata2config()
H A Dmatroskaenc.c993 int first_header_size; in put_xiph_codecpriv() local
997 first_header_size = 30; in put_xiph_codecpriv()
999 first_header_size = 42; in put_xiph_codecpriv()
1002 first_header_size, header_start, header_len); in put_xiph_codecpriv()

Completed in 7 milliseconds