Home
last modified time | relevance | path

Searched refs:GetSvcConfig (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_config_unittest.cc26 GetSvcConfig(kMinVp9SpatialLayerWidth << (num_spatial_layers - 1), in TEST()
38 GetSvcConfig(kMinVp9SpatialLayerWidth, kMinVp9SpatialLayerHeight, 30, in TEST()
49 GetSvcConfig(kOddSize, kOddSize, 30, in TEST()
56 GetSvcConfig(kOddSize, kOddSize, 30, in TEST()
63 GetSvcConfig(kOddSize, kOddSize, 30, in TEST()
75 GetSvcConfig(kMinVp9SpatialLayerWidth << (num_spatial_layers - 1), in TEST()
87 GetSvcConfig(kMinVp9SpatialLayerWidth << (num_spatial_layers - 1), in TEST()
102 GetSvcConfig(1920, 1080, 30, 1, 3, 3, true); in TEST()
Dsvc_config.h21 std::vector<SpatialLayer> GetSvcConfig(size_t input_width,
Dsvc_config.cc140 std::vector<SpatialLayer> GetSvcConfig(size_t input_width, in GetSvcConfig() function
Dsvc_rate_allocator_unittest.cc37 GetSvcConfig(width, height, 30, /*first_active_layer=*/0, in Configure()
/external/webrtc/modules/video_coding/
Dvideo_codec_initializer.cc193 spatial_layers = GetSvcConfig( in VideoEncoderConfigToVideoCodec()
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_fixture_impl.cc86 const std::vector<SpatialLayer> layers = GetSvcConfig( in ConfigureSvc()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc83 GetSvcConfig(codec_settings_.width, codec_settings_.height, in ConfigureSvc()