Searched refs:decoder_specific_info_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibaacplus.c80 unsigned long decoder_specific_info_size; local
83 &decoder_specific_info_size) == 1) {
84 avctx->extradata = av_malloc(decoder_specific_info_size + FF_INPUT_BUFFER_PADDING_SIZE);
85 avctx->extradata_size = decoder_specific_info_size;
H A Dlibfaac.c137 unsigned long decoder_specific_info_size; local
140 &decoder_specific_info_size)) {
141 avctx->extradata = av_malloc(decoder_specific_info_size + FF_INPUT_BUFFER_PADDING_SIZE);
146 avctx->extradata_size = decoder_specific_info_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibfaac.c100 unsigned long decoder_specific_info_size; local
103 &decoder_specific_info_size)) {
104 avctx->extradata = av_malloc(decoder_specific_info_size + FF_INPUT_BUFFER_PADDING_SIZE);
105 avctx->extradata_size = decoder_specific_info_size;

Completed in 63 milliseconds