Searched refs:vpx_svc_init (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | svc_test.cc | 84 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/ |
D | exports_enc | 16 text vpx_svc_init
|
D | svc_context.h | 81 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/ |
D | vp9_spatial_scalable_encoder.c | 312 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/ |
D | svc_encodeframe.c | 495 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init() function
|