Searched refs:fill_picture_parameters (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dxva2_mpeg2.c | 40 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()
|
D | dxva2_vp9.c | 43 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()
|
D | dxva2_hevc.c | 57 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()
|
D | dxva2_vc1.c | 39 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()
|
D | dxva2_h264.c | 48 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()
|