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

/external/libvpx/libvpx/vpx/
H A Dsvc_context.h75 vpx_codec_ctx_t *codec_ctx; member in struct:SvcInternal
92 vpx_codec_ctx_t *codec_ctx,
99 vpx_codec_ctx_t *codec_ctx,
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c128 si->codec_ctx->err_detail = si->message_buffer;
384 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, argument
390 if (svc_ctx == NULL || codec_ctx == NULL || iface == NULL ||
396 si->codec_ctx = codec_ctx;
494 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR);
500 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
501 vpx_codec_control(codec_ctx, VP9E_SET_SVC_PARAMETERS, &si->svc_params);
511 vpx_codec_ctx_t *codec_ctx,
519 if (svc_ctx == NULL || codec_ctx
510 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 117 milliseconds