Home
last modified time | relevance | path

Searched refs:VPxContext (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c142 } VPxContext; typedef
193 VPxContext *ctx = avctx->priv_data; in log_encoder_error()
359 VPxContext *ctx = avctx->priv_data; in codecctl_int()
392 VPxContext *ctx = avctx->priv_data; in codecctl_intp()
424 VPxContext *ctx = avctx->priv_data; in vpx_free()
582 static int vpx_ts_param_parse(VPxContext *ctx, struct vpx_codec_enc_cfg *enccfg, in vpx_ts_param_parse()
710 VPxContext av_unused *ctx = avctx->priv_data; in set_pix_fmt()
782 VPxContext *ctx = avctx->priv_data; in set_colorspace()
830 VPxContext *ctx = avctx->priv_data; in set_vp8_defaults()
855 VPxContext *ct in set_vp9_defaults()
[all...]
H A Dlibvpxdec.c50 } VPxContext; typedef
55 VPxContext *ctx = priv; in get_frame_buffer()
221 VPxContext *ctx = avctx->priv_data; in vpx_decode()
343 VPxContext *ctx = avctx->priv_data; in vpx_free()
354 VPxContext *ctx = avctx->priv_data; in vp8_init()
365 .priv_data_size = sizeof(VPxContext),
376 VPxContext *ctx = avctx->priv_data; in vp9_init()
388 .priv_data_size = sizeof(VPxContext),

Completed in 3 milliseconds