Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c131 } VPxContext; typedef
182 VPxContext *ctx = avctx->priv_data; in log_encoder_error()
321 VPxContext *ctx = avctx->priv_data; in codecctl_int()
343 VPxContext *ctx = avctx->priv_data; in codecctl_intp()
364 VPxContext *ctx = avctx->priv_data; in vpx_free()
519 static int vpx_ts_param_parse(VPxContext *ctx, struct vpx_codec_enc_cfg *enccfg, in vpx_ts_param_parse()
647 VPxContext av_unused *ctx = avctx->priv_data; in set_pix_fmt()
719 VPxContext *ctx = avctx->priv_data; in set_colorspace()
767 VPxContext *ctx = avctx->priv_data; in set_vp8_defaults()
792 VPxContext *ctx = avctx->priv_data; in set_vp9_defaults()
[all …]
Dlibvpxdec.c46 } VPxContext; typedef
51 VPxContext *ctx = priv; in get_frame_buffer()
217 VPxContext *ctx = avctx->priv_data; in vpx_decode()
340 VPxContext *ctx = avctx->priv_data; in vpx_free()
351 VPxContext *ctx = avctx->priv_data; in vp8_init()
360 .priv_data_size = sizeof(VPxContext),
373 VPxContext *ctx = avctx->priv_data; in vp9_init()
382 .priv_data_size = sizeof(VPxContext),