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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dxwma.c48 uint32_t *dpds_table = 0; local
154 if (dpds_table) {
174 dpds_table = av_malloc(dpds_table_size * sizeof(uint32_t));
175 if (!dpds_table) {
180 dpds_table[i] = avio_rl32(pb);
196 if (dpds_table && dpds_table_size) {
202 const uint64_t total_decoded_bytes = dpds_table[dpds_table_size - 1];
222 dpds_table[i] / bytes_per_sample, /* timestamp */
235 av_free(dpds_table);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dxwma.c49 uint32_t *dpds_table = NULL; local
155 if (dpds_table) {
176 dpds_table = av_malloc(dpds_table_size * sizeof(uint32_t));
177 if (!dpds_table) {
182 dpds_table[i] = avio_rl32(pb);
200 if (dpds_table && dpds_table_size) {
206 const uint64_t total_decoded_bytes = dpds_table[dpds_table_size - 1];
235 dpds_table[i] / bytes_per_sample, /* timestamp */
249 av_free(dpds_table);

Completed in 64 milliseconds