Lines Matching defs:hw_frames
550 AVHWFramesContext *hw_frames;
554 hw_frames = (AVHWFramesContext*)hw_frames_ctx->data;
555 hw_frames->format = cached_frames->format;
556 hw_frames->sw_format = sw_format;
557 hw_frames->width = width;
558 hw_frames->height = height;
1179 AVHWFramesContext *hw_frames;
1201 hw_frames = (AVHWFramesContext*)avctx->hw_frames_ctx->data;
1209 hw_frames = (AVHWFramesContext*)avctx->hw_frames_ctx->data;
1210 hw_frames->format = AV_PIX_FMT_VIDEOTOOLBOX;
1211 hw_frames->sw_format = videotoolbox_best_pixel_format(avctx);
1212 hw_frames->width = avctx->width;
1213 hw_frames->height = avctx->height;
1230 av_map_videotoolbox_format_from_pixfmt2(hw_frames->sw_format, full_range);
1233 av_pix_fmt_desc_get(hw_frames->sw_format);