Searched refs:major_brand (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | movenc.h | 213 char *major_brand; member
|
D | movenc.c | 96 …{ "brand", "Override major brand", offsetof(MOVMuxContext, major_brand), AV_OPT_TYPE_STRING, … 4976 if (mov->major_brand && strlen(mov->major_brand) >= 4) in mov_write_ftyp_tag_internal() 4977 ffio_wfourcc(pb, mov->major_brand); in mov_write_ftyp_tag_internal()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.h | 100 guint major_brand; member
|
D | qtdemux_tags.c | 57 return ((qtdemux->major_brand & GST_MAKE_FOURCC (255, 255, 0, 0)) == in qtdemux_is_brand_3gp() 916 else if (demux->major_brand == FOURCC_qt__) in qtdemux_tag_add_blob()
|
D | atoms.h | 173 guint32 major_brand; member
|
D | qtdemux.c | 2063 qtdemux->major_brand = 0; in gst_qtdemux_reset() 2721 qtdemux->major_brand = QT_FOURCC (buffer + 8); in qtdemux_parse_ftyp() 2723 GST_FOURCC_ARGS (qtdemux->major_brand)); in qtdemux_parse_ftyp() 10856 if (qtdemux->major_brand == FOURCC_ss02) in qtdemux_parse_stereo_svmi_atom() 10975 if (qtdemux->major_brand != FOURCC_mjp2 || in qtdemux_parse_trak() 13788 if (qtdemux->major_brand == FOURCC_mjp2) in qtdemux_add_container_format() 13790 else if ((qtdemux->major_brand & 0xffff) == FOURCC_3g__) in qtdemux_add_container_format() 13792 else if (qtdemux->major_brand == FOURCC_qt__) in qtdemux_add_container_format() 13800 GST_FOURCC_ARGS (qtdemux->major_brand), fmt); in qtdemux_add_container_format()
|
D | atoms.c | 257 ftyp->major_brand = major; in atom_ftyp_init() 1745 prop_copy_fourcc (ftyp->major_brand, buffer, size, offset); in atom_ftyp_copy_data()
|