Searched defs:codec_ctx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c108 vpx_codec_ctx_t *codec_ctx; member in struct:SvcInternal
156 si->codec_ctx->err_detail = si->message_buffer;
362 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, argument
368 if (svc_ctx == NULL || codec_ctx == NULL || iface == NULL ||
374 si->codec_ctx = codec_ctx;
441 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR);
447 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
448 vpx_codec_control(codec_ctx, VP9E_SET_SVC_PARAMETERS, &si->svc_params);
457 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, argument
[all...]
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c90 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, argument
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_THRESHOL
765 set_svc_parameters(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx) argument
852 vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, struct vpx_image *rawimg, vpx_codec_pts_t pts, int64_t duration, int deadline) argument
[all...]

Completed in 255 milliseconds