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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmimic.c45 int swap_buf_size; member in struct:__anon3185
124 ctx->swap_buf_size = 0;
361 int swap_buf_size = buf_size - MIMIC_HEADER_SIZE; local
426 av_fast_padded_malloc(&ctx->swap_buf, &ctx->swap_buf_size, swap_buf_size);
432 swap_buf_size >> 2);
433 init_get_bits(&ctx->gb, ctx->swap_buf, swap_buf_size << 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmimic.c42 int swap_buf_size; member in struct:__anon1948
312 int swap_buf_size = buf_size - MIMIC_HEADER_SIZE; local
371 av_fast_malloc(&ctx->swap_buf, &ctx->swap_buf_size,
372 swap_buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
378 swap_buf_size>>2);
379 init_get_bits(&ctx->gb, ctx->swap_buf, swap_buf_size << 3);

Completed in 76 milliseconds