Searched refs:ff_codec_movvideo_tags (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h33 extern const AVCodecTag ff_codec_movvideo_tags[];
H A Disom.c69 const AVCodecTag ff_codec_movvideo_tags[] = { variable
586 return ff_codec_movvideo_tags;
H A Dmatroskaenc.c618 ff_codec_get_id(ff_codec_movvideo_tags, codec->codec_tag) == AV_CODEC_ID_PRORES) {
644 codec->codec_tag = ff_codec_get_tag(ff_codec_movvideo_tags,
647 if ( ff_codec_get_id(ff_codec_movvideo_tags, codec->codec_tag) == codec->codec_id
648 && ff_codec_get_id(ff_codec_movvideo_tags, AV_RL32(codec->extradata + 4)) != codec->codec_id
828 ff_codec_get_tag(ff_codec_movvideo_tags, codec->codec_id) &&
H A Dmatroskadec.c1758 codec_id = ff_codec_get_id(ff_codec_movvideo_tags,
1786 codec_id = ff_codec_get_id(ff_codec_movvideo_tags, fourcc);
1787 if (ff_codec_get_id(ff_codec_movvideo_tags, AV_RL32(track->codec_priv.data))) {
1789 codec_id = ff_codec_get_id(ff_codec_movvideo_tags, fourcc);
H A Dnutdec.c390 ff_codec_movvideo_tags,
H A Dmov.c1229 id = ff_codec_get_id(ff_codec_movvideo_tags, format);
1619 int video_codec_id = ff_codec_get_id(ff_codec_movvideo_tags, format);
H A Dmovenc.c1069 tag = ff_codec_get_tag(ff_codec_movvideo_tags, track->enc->codec_id);
4446 ff_codec_movvideo_tags, ff_codec_movaudio_tags, 0

Completed in 77 milliseconds