Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c90 vpx_codec_ctx_t *codec_ctx; member
259 si->codec_ctx->err_detail = si->message_buffer; in svc_log()
495 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init() argument
501 if (svc_ctx == NULL || codec_ctx == NULL || iface == NULL || in vpx_svc_init()
507 si->codec_ctx = codec_ctx; in vpx_svc_init()
600 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()
606 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1); in vpx_svc_init()
607 vpx_codec_control(codec_ctx, VP8E_SET_CPUUSED, 1); in vpx_svc_init()
608 vpx_codec_control(codec_ctx, VP8E_SET_STATIC_THRESHOLD, 1); in vpx_svc_init()
609 vpx_codec_control(codec_ctx, VP8E_SET_NOISE_SENSITIVITY, 1); in vpx_svc_init()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dsvc_context.h81 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
87 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,