Home
last modified time | relevance | path

Searched refs:hw_frames (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c550 AVHWFramesContext *hw_frames; in videotoolbox_buffer_create() local
554 hw_frames = (AVHWFramesContext*)hw_frames_ctx->data; in videotoolbox_buffer_create()
555 hw_frames->format = cached_frames->format; in videotoolbox_buffer_create()
556 hw_frames->sw_format = sw_format; in videotoolbox_buffer_create()
557 hw_frames->width = width; in videotoolbox_buffer_create()
558 hw_frames->height = height; in videotoolbox_buffer_create()
1179 AVHWFramesContext *hw_frames; in ff_videotoolbox_common_init() local
1201 hw_frames = (AVHWFramesContext*)avctx->hw_frames_ctx->data; in ff_videotoolbox_common_init()
1209 hw_frames = (AVHWFramesContext*)avctx->hw_frames_ctx->data; in ff_videotoolbox_common_init()
1210 hw_frames in ff_videotoolbox_common_init()
[all...]
H A Dvdpau.c126 AVHWFramesContext *hw_frames = (AVHWFramesContext*)hw_frames_ctx->data; in ff_vdpau_common_frame_params() local
134 hw_frames->format = AV_PIX_FMT_VDPAU; in ff_vdpau_common_frame_params()
135 hw_frames->sw_format = avctx->sw_pix_fmt; in ff_vdpau_common_frame_params()
136 hw_frames->width = width; in ff_vdpau_common_frame_params()
137 hw_frames->height = height; in ff_vdpau_common_frame_params()
H A Dvaapi_decode.c615 AVHWFramesContext *hw_frames = (AVHWFramesContext *)hw_frames_ctx->data; in ff_vaapi_common_frame_params() local
616 AVHWDeviceContext *device_ctx = hw_frames->device_ctx; in ff_vaapi_common_frame_params()
625 err = vaapi_decode_make_config(avctx, hw_frames->device_ref, &va_config, in ff_vaapi_common_frame_params()

Completed in 4 milliseconds