Searched refs:ff_find_hwaccel (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dinternal.h92 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt);
H A Dh263dec.c109 avctx->hwaccel= ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt);
H A Dutils.c1752 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt) function
H A Dmpeg12.c1289 avctx->hwaccel = ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt);
2033 avctx->hwaccel = ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt);
H A Dh264.c2817 s->avctx->hwaccel = ff_find_hwaccel(s->avctx->codec->id, s->avctx->pix_fmt);
H A Dvc1dec.c5141 avctx->hwaccel = ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt);

Completed in 114 milliseconds