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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c303 static int decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac, function
430 if ((ret = decode_pce(avctx, m4ac, new_che_pos, gb)))
2192 if ((err = decode_pce(avctx, &ac->m4ac, new_che_pos, gb)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c698 static int decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac, function
731 av_log(avctx, AV_LOG_ERROR, "decode_pce: " overread_err);
753 av_log(avctx, AV_LOG_ERROR, "decode_pce: " overread_err);
792 tags = decode_pce(avctx, m4ac, layout_map, gb);
2958 tags = decode_pce(avctx, &ac->oc[1].m4ac, layout_map, gb);

Completed in 71 milliseconds