Home
last modified time | relevance | path

Searched refs:AVDXVAContext (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddxva2_internal.h65 } AVDXVAContext; typedef
94 AVDXVAContext ctx;
99 #define DXVA_CONTEXT(avctx) (AVDXVAContext *)((avctx)->hwaccel_context ? (avctx)->hwaccel_context :…
139 const AVDXVAContext *,
142 int ff_dxva2_commit_buffer(AVCodecContext *, AVDXVAContext *,
Ddxva2_h264.c48 static void fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const H264Cont… in fill_picture_parameters()
164 static void fill_scaling_lists(const AVCodecContext *avctx, AVDXVAContext *ctx, const H264Context *… in fill_scaling_lists()
190 static int is_slice_short(const AVCodecContext *avctx, AVDXVAContext *ctx) in is_slice_short()
221 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in fill_slice_long()
303 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in commit_bitstream_and_slice_buffer()
446 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in dxva2_h264_start_frame()
471 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in dxva2_h264_decode_slice()
Ddxva2_mpeg2.c41 AVDXVAContext *ctx, in fill_picture_parameters()
107 AVDXVAContext *ctx, in fill_quantization_matrices()
155 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in commit_bitstream_and_slice_buffer()
258 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in dxva2_mpeg2_start_frame()
Ddxva2_hevc.c57 static void fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const HEVCCont… in fill_picture_parameters()
200 static void fill_scaling_lists(AVDXVAContext *ctx, const HEVCContext *h, DXVA_Qmatrix_HEVC *qm) in fill_scaling_lists()
242 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in commit_bitstream_and_slice_buffer()
361 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in dxva2_hevc_start_frame()
Ddxva2_vp9.c43 static int fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const VP9Shared… in fill_picture_parameters()
169 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in commit_bitstream_and_slice_buffer()
257 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in dxva2_vp9_start_frame()
Ddxva2.c565 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in ff_dxva2_lock()
581 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in ff_dxva2_unlock()
771 const AVDXVAContext *ctx, in ff_dxva2_get_surface_index()
798 AVDXVAContext *ctx, in ff_dxva2_commit_buffer()
893 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in ff_dxva2_common_end_frame()
Ddxva2_vc1.c40 AVDXVAContext *ctx, const VC1Context *v, in fill_picture_parameters()
187 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in commit_bitstream_and_slice_buffer()
314 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in dxva2_vc1_start_frame()
Ddxva2_av1.c56 static int fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const AV1DecCon… in fill_picture_parameters()
273 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in dxva2_av1_start_frame()
349 AVDXVAContext *ctx = DXVA_CONTEXT(avctx); in commit_bitstream_and_slice_buffer()