Searched refs:vaapi_vc1_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_vc1.c320 static int vaapi_vc1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) function
326 av_dlog(avctx, "vaapi_vc1_decode_slice(): buffer %p, size %d\n", buffer, size);
351 .decode_slice = vaapi_vc1_decode_slice,
362 .decode_slice = vaapi_vc1_decode_slice,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_vc1.c313 static int vaapi_vc1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) function
319 av_dlog(avctx, "vaapi_vc1_decode_slice(): buffer %p, size %d\n", buffer, size);
344 .decode_slice = vaapi_vc1_decode_slice,
355 .decode_slice = vaapi_vc1_decode_slice,

Completed in 55 milliseconds