Home
last modified time | relevance | path

Searched refs:total_encoders (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c151 if (ctx->base.enc.total_encoders > 1) in validate_config()
165 if (ctx->base.enc.total_encoders > 1) in validate_config()
177 if (ctx->base.enc.total_encoders > 1) in validate_config()
635 ctx->priv->enc.total_encoders = mr_cfg->mr_total_resolutions; in vp8e_init()
637 ctx->priv->enc.total_encoders = 1; in vp8e_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h388 unsigned int total_encoders; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c219 unsigned int num_enc = ctx->priv->enc.total_encoders; in vpx_codec_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c522 ctx->priv->enc.total_encoders = 1; in vp9e_common_init()