Searched refs:objecttype (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dadts.h33 int objecttype; member in struct:__anon2106
H A Dadtsenc.c44 adts->objecttype = m4ac.object_type - 1;
48 if (adts->objecttype > 3U) {
49 av_log(s, AV_LOG_ERROR, "MPEG-4 AOT %d is not allowed in ADTS\n", adts->objecttype+1);
112 put_bits(&pb, 2, ctx->objecttype); /* profile_objecttype */
H A Drtpdec_mpeg4.c43 int objecttype; member in struct:PayloadContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dadtsenc.c36 int objecttype; member in struct:__anon3444
58 adts->objecttype = m4ac.object_type - 1;
62 if (adts->objecttype > 3U) {
63 av_log(s, AV_LOG_ERROR, "MPEG-4 AOT %d is not allowed in ADTS\n", adts->objecttype+1);
126 put_bits(&pb, 2, ctx->objecttype); /* profile_objecttype */
H A Drtpdec_mpeg4.c43 int objecttype; member in struct:PayloadContext

Completed in 78 milliseconds