Home
last modified time | relevance | path

Searched refs:vpx_svc_init (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc84 vpx_codec_err_t res = vpx_svc_init(NULL, &codec_, codec_iface_, &codec_enc_); in TEST_F()
86 res = vpx_svc_init(&svc_, NULL, codec_iface_, &codec_enc_); in TEST_F()
88 res = vpx_svc_init(&svc_, &codec_, NULL, &codec_enc_); in TEST_F()
91 res = vpx_svc_init(&svc_, &codec_, codec_iface_, NULL); in TEST_F()
95 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); in TEST_F()
99 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); in TEST_F()
108 vpx_codec_err_t res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); in TEST_F()
112 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); in TEST_F()
123 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
130 res = vpx_svc_init(&svc_, &codec_, vpx_codec_vp9_cx(), &codec_enc_); in TEST_F()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_enc16 text vpx_svc_init
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/
Dvp9_spatial_scalable_encoder.c312 if (vpx_svc_init(&svc_ctx, &codec, vpx_codec_vp9_cx(), &enc_cfg) != in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c495 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init() function