Searched refs:codec_iface_ (Results 1 – 1 of 1) sorted by relevance
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/test/ |
H A D | svc_test.cc | 36 : codec_iface_(0), test_file_name_("hantro_collage_w352h288.yuv"), in SvcTest() 49 codec_iface_ = vpx_codec_vp9_cx(); in SetUp() 51 vpx_codec_enc_config_default(codec_iface_, &codec_enc_, 0); in SetUp() 309 vpx_codec_iface_t *codec_iface_; member in __anon54f221490111::SvcTest 319 vpx_codec_err_t res = vpx_svc_init(NULL, &codec_, codec_iface_, &codec_enc_); in TEST_F() 321 res = vpx_svc_init(&svc_, NULL, codec_iface_, &codec_enc_); in TEST_F() 326 res = vpx_svc_init(&svc_, &codec_, codec_iface_, NULL); in TEST_F() 330 res = vpx_svc_init(&svc_, &codec_, codec_iface_, &codec_enc_); in TEST_F()
|