AVHWAccel          33 libavcodec/allcodecs.c         extern AVHWAccel ff_##x##_hwaccel;                              \
AVHWAccel        2642 libavcodec/avcodec.h     struct AVHWAccel *hwaccel;
AVHWAccel        3317 libavcodec/avcodec.h     struct AVHWAccel *next;
AVHWAccel        5210 libavcodec/avcodec.h void av_register_hwaccel(AVHWAccel *hwaccel);
AVHWAccel        5217 libavcodec/avcodec.h AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel);
AVHWAccel         463 libavcodec/dxva2_h264.c AVHWAccel ff_h264_dxva2_hwaccel = {
AVHWAccel         372 libavcodec/dxva2_hevc.c AVHWAccel ff_hevc_dxva2_hwaccel = {
AVHWAccel         273 libavcodec/dxva2_mpeg2.c AVHWAccel ff_mpeg2_dxva2_hwaccel = {
AVHWAccel         298 libavcodec/dxva2_vc1.c AVHWAccel ff_wmv3_dxva2_hwaccel = {
AVHWAccel         310 libavcodec/dxva2_vc1.c AVHWAccel ff_vc1_dxva2_hwaccel = {
AVHWAccel         231 libavcodec/h264_slice.c         const AVHWAccel *hwaccel = h->avctx->hwaccel;
AVHWAccel         115 libavcodec/hevc_refs.c             const AVHWAccel *hwaccel = s->avctx->hwaccel;
AVHWAccel         351 libavcodec/mpegvideo_xvmc.c AVHWAccel ff_mpeg1_xvmc_hwaccel = {
AVHWAccel         365 libavcodec/mpegvideo_xvmc.c AVHWAccel ff_mpeg2_xvmc_hwaccel = {
AVHWAccel         280 libavcodec/qsv_h264.c AVHWAccel ff_h264_qsv_hwaccel = {
AVHWAccel         871 libavcodec/utils.c     const AVHWAccel *hwaccel = avctx->hwaccel;
AVHWAccel        1148 libavcodec/utils.c static AVHWAccel *find_hwaccel(enum AVCodecID codec_id,
AVHWAccel        1151 libavcodec/utils.c     AVHWAccel *hwaccel = NULL;
AVHWAccel        1164 libavcodec/utils.c     AVHWAccel *hwa = find_hwaccel(avctx->codec_id, fmt);
AVHWAccel        3548 libavcodec/utils.c static AVHWAccel *first_hwaccel = NULL;
AVHWAccel        3549 libavcodec/utils.c static AVHWAccel **last_hwaccel = &first_hwaccel;
AVHWAccel        3551 libavcodec/utils.c void av_register_hwaccel(AVHWAccel *hwaccel)
AVHWAccel        3553 libavcodec/utils.c     AVHWAccel **p = last_hwaccel;
AVHWAccel        3560 libavcodec/utils.c AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel)
AVHWAccel         354 libavcodec/vaapi_h264.c AVHWAccel ff_h264_vaapi_hwaccel = {
AVHWAccel         136 libavcodec/vaapi_mpeg2.c AVHWAccel ff_mpeg2_vaapi_hwaccel = {
AVHWAccel         139 libavcodec/vaapi_mpeg4.c AVHWAccel ff_mpeg4_vaapi_hwaccel = {
AVHWAccel         151 libavcodec/vaapi_mpeg4.c AVHWAccel ff_h263_vaapi_hwaccel = {
AVHWAccel         337 libavcodec/vaapi_vc1.c AVHWAccel ff_wmv3_vaapi_hwaccel = {
AVHWAccel         348 libavcodec/vaapi_vc1.c AVHWAccel ff_vc1_vaapi_hwaccel = {
AVHWAccel         285 libavcodec/vda_h264.c AVHWAccel ff_h264_vda_old_hwaccel = {
AVHWAccel         521 libavcodec/vda_h264.c AVHWAccel ff_h264_vda_hwaccel = {
AVHWAccel         260 libavcodec/vdpau_h264.c AVHWAccel ff_h264_vdpau_hwaccel = {
AVHWAccel         105 libavcodec/vdpau_mpeg12.c AVHWAccel ff_mpeg1_vdpau_hwaccel = {
AVHWAccel         139 libavcodec/vdpau_mpeg12.c AVHWAccel ff_mpeg2_vdpau_hwaccel = {
AVHWAccel          98 libavcodec/vdpau_mpeg4.c AVHWAccel ff_h263_vdpau_hwaccel = {
AVHWAccel         135 libavcodec/vdpau_mpeg4.c AVHWAccel ff_mpeg4_vdpau_hwaccel = {
AVHWAccel         138 libavcodec/vdpau_vc1.c AVHWAccel ff_wmv3_vdpau_hwaccel = {
AVHWAccel         153 libavcodec/vdpau_vc1.c AVHWAccel ff_vc1_vdpau_hwaccel = {