Searched refs:totalsamples (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.c55 uint32_t totalsamples; member in struct:__anon3451
158 av_log(s, AV_LOG_DEBUG, "totalsamples = %"PRIu32"\n", ape_ctx->totalsamples);
280 ape->totalsamples = ape->finalframeblocks;
282 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dape.c57 uint32_t totalsamples; member in struct:__anon2112
151 av_log(s, AV_LOG_DEBUG, "totalsamples = %"PRIu32"\n", ape_ctx->totalsamples);
271 ape->totalsamples = ape->finalframeblocks;
273 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1);

Completed in 46 milliseconds