Home
last modified time | relevance | path

Searched refs:fill_picture_parameters (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddxva2_mpeg2.c40 static void fill_picture_parameters(AVCodecContext *avctx, in fill_picture_parameters() function
266 fill_picture_parameters(avctx, ctx, s, &ctx_pic->pp); in dxva2_mpeg2_start_frame()
Ddxva2_vp9.c43 static int fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const VP9Shared… in fill_picture_parameters() function
265 if (fill_picture_parameters(avctx, ctx, h, &ctx_pic->pp) < 0) in dxva2_vp9_start_frame()
Ddxva2_hevc.c57 static void fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const HEVCCont… in fill_picture_parameters() function
369 fill_picture_parameters(avctx, ctx, h, &ctx_pic->pp); in dxva2_hevc_start_frame()
Ddxva2_vc1.c39 static void fill_picture_parameters(AVCodecContext *avctx, in fill_picture_parameters() function
321 fill_picture_parameters(avctx, ctx, v, &ctx_pic->pp); in dxva2_vc1_start_frame()
Ddxva2_h264.c48 static void fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const H264Cont… in fill_picture_parameters() function
454 fill_picture_parameters(avctx, ctx, h, &ctx_pic->pp); in dxva2_h264_start_frame()