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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Disom.h32 extern const AVCodecTag ff_mp4_obj_type[];
H A Disom.c35 const AVCodecTag ff_mp4_obj_type[] = { variable
414 st->codec->codec_id= ff_codec_get_id(ff_mp4_obj_type, object_type_id);
H A Dmovenc.c297 avio_w8(pb, ff_codec_get_tag(ff_mp4_obj_type, track->enc->codec_id));
602 if (!ff_codec_get_tag(ff_mp4_obj_type, track->enc->codec_id))
2445 .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0},
2466 .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h32 extern const AVCodecTag ff_mp4_obj_type[];
H A Disom.c34 const AVCodecTag ff_mp4_obj_type[] = { variable
458 codec_id= ff_codec_get_id(ff_mp4_obj_type, object_type_id);
H A Dsmoothstreamingenc.c644 .codec_tag = (const AVCodecTag* const []){ ff_mp4_obj_type, 0 },
H A Dmovenc.c352 avio_w8(pb, ff_codec_get_tag(ff_mp4_obj_type, track->enc->codec_id));
861 if (!ff_codec_get_tag(ff_mp4_obj_type, track->enc->codec_id))
4483 .codec_tag = (const AVCodecTag* const []){ ff_mp4_obj_type, 0 },
4501 .codec_tag = (const AVCodecTag* const []){ ff_mp4_obj_type, 0 },
4554 .codec_tag = (const AVCodecTag* const []){ ff_mp4_obj_type, 0 },

Completed in 75 milliseconds