Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/tests/
Dmp4.rs32 major_brand: &'a str, field
256 major_brand: name, in filetype_parser()
/third_party/ffmpeg/tests/fate/
Dcaf.mak5 …GET_SAMPLES)/lossless-audio/inside.m4a caf "-map 0:a -c copy -metadata major_brand= " "-c copy -t …
/third_party/ffmpeg/tests/ref/fate/
Dcover-art-flac-remux93 TAG:major_brand=M4A
/third_party/ffmpeg/libavformat/
Dmovenc.h220 char *major_brand; member
Dmovenc.c106 …{ "brand", "Override major brand", offsetof(MOVMuxContext, major_brand), AV_OPT_TYPE_STRING, …
5581 if (mov->major_brand && strlen(mov->major_brand) >= 4) in mov_write_ftyp_tag_internal()
5582 ffio_wfourcc(pb, mov->major_brand); in mov_write_ftyp_tag_internal()