Searched refs:vpx_svc_init (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsvc_test.cc84 vpx_codec_err_t res = vpx_svc_init(NULL, &codec_, codec_iface_, &codec_enc_);
86 res = vpx_svc_init(&svc_, NULL, codec_iface_, &codec_enc_);
88 res = vpx_svc_init(&svc_, &codec_, NULL, &codec_enc_);
91 res = vpx_svc_init(&svc_, &codec_, codec_iface_, NULL);
95 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
99 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
108 vpx_codec_err_t res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
112 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_);
123 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_);
130 res = vpx_svc_init(
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dsvc_context.h81 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c135 // initialize SvcContext with parameters that will be passed to vpx_svc_init
312 if (vpx_svc_init(&svc_ctx, &codec, vpx_codec_vp9_cx(), &enc_cfg) !=
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c495 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, function

Completed in 137 milliseconds