Lines Matching defs:hwaccel
569 if (!avctx->hwaccel) {
836 if (avctx->hwaccel) {
837 const AVHWAccel *hwaccel = avctx->hwaccel;
838 if (hwaccel->frame_priv_data_size) {
840 av_buffer_allocz(hwaccel->frame_priv_data_size);
1065 if (avctx->hwaccel && avctx->hwaccel->decode_params) {
1066 ret = avctx->hwaccel->decode_params(avctx, unit->type, unit->data,
1135 if (avctx->hwaccel && s->cur_frame.f->buf[0]) {
1136 ret = avctx->hwaccel->start_frame(avctx, unit->data,
1162 if (avctx->hwaccel && s->cur_frame.f->buf[0]) {
1163 ret = avctx->hwaccel->decode_slice(avctx,
1185 if (avctx->hwaccel && s->cur_frame.f->buf[0]) {
1186 ret = avctx->hwaccel->end_frame(avctx);