Searched refs:vaapi_mpeg4_decode_slice (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 Dvaapi_mpeg4.c123 static int vaapi_mpeg4_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) function
128 av_dlog(avctx, "vaapi_mpeg4_decode_slice(): buffer %p, size %d\n", buffer, size);
133 * that we don't call vaapi_mpeg4_decode_slice() again
160 .decode_slice = vaapi_mpeg4_decode_slice,
172 .decode_slice = vaapi_mpeg4_decode_slice,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_mpeg4.c120 static int vaapi_mpeg4_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) function
125 av_dlog(avctx, "vaapi_mpeg4_decode_slice(): buffer %p, size %d\n", buffer, size);
146 .decode_slice = vaapi_mpeg4_decode_slice,
158 .decode_slice = vaapi_mpeg4_decode_slice,

Completed in 109 milliseconds