Searched refs:descriptorlength (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dape.c63 uint32_t descriptorlength; member in struct:__anon3451
107 av_log(s, AV_LOG_DEBUG, "descriptorlength = %"PRIu32"\n", ape_ctx->descriptorlength);
189 ape->descriptorlength = avio_rl32(pb);
200 if (ape->descriptorlength > 52)
201 avio_skip(pb, ape->descriptorlength - 52);
213 ape->descriptorlength = 0;
274 ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablelength + ape->wavheaderlength;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dape.c65 uint32_t descriptorlength; member in struct:__anon2112
104 av_log(s, AV_LOG_DEBUG, "descriptorlength = %"PRIu32"\n", ape_ctx->descriptorlength);
182 ape->descriptorlength = avio_rl32(pb);
193 if (ape->descriptorlength > 52)
194 avio_skip(pb, ape->descriptorlength - 52);
206 ape->descriptorlength = 0;
267 ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablelength + ape->wavheaderlength;

Completed in 85 milliseconds