HomeSort by relevance Sort by last modified time
    Searched defs:codec_ctx (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx/
svc_context.h 75 vpx_codec_ctx_t *codec_ctx; member in struct:SvcInternal
92 vpx_codec_ctx_t *codec_ctx,
99 vpx_codec_ctx_t *codec_ctx,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 90 vpx_codec_ctx_t *codec_ctx; member in struct:SvcInternal
259 si->codec_ctx->err_detail = si->message_buffer;
495 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
501 if (svc_ctx == NULL || codec_ctx == NULL || iface == NULL ||
507 si->codec_ctx = codec_ctx;
600 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR);
606 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
607 vpx_codec_control(codec_ctx, VP8E_SET_CPUUSED, 1);
608 vpx_codec_control(codec_ctx, VP8E_SET_STATIC_THRESHOLD, 1)
    [all...]

Completed in 143 milliseconds