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

  /external/libvpx/libvpx/vpx/
svc_context.h 81 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,
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 77 vpx_codec_ctx_t *codec_ctx; member in struct:SvcInternal
245 si->codec_ctx->err_detail = si->message_buffer;
454 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
460 if (svc_ctx == NULL || codec_ctx == NULL || iface == NULL ||
466 si->codec_ctx = codec_ctx;
522 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR);
528 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
529 vpx_codec_control(codec_ctx, VP8E_SET_CPUUSED, 1);
530 vpx_codec_control(codec_ctx, VP8E_SET_STATIC_THRESHOLD, 1)
    [all...]

Completed in 58 milliseconds