/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/ |
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 | 128 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, 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 == NULL || si == NULL) [all...] |
/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...] |