Home
last modified time | relevance | path

Searched refs:vp9_change_config (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c436 vp9_change_config(ctx->cpi, &ctx->oxcf); in vp9e_set_config()
499 vp9_change_config(ctx->cpi, &ctx->oxcf); in set_param()
610 vp9_change_config(ctx->cpi, &ctx->oxcf); in pick_quickcompress_mode()
1069 vp9_change_config(ctx->cpi, &ctx->oxcf); in vp9e_set_svc_parameters()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h525 void vp9_change_config(VP9_COMP *cpi, const VP9_CONFIG *oxcf);
Dvp9_onyx_if.c814 vp9_change_config(cpi, oxcf); in init_config()
829 void vp9_change_config(struct VP9_COMP *cpi, const VP9_CONFIG *oxcf) { in vp9_change_config() function