Searched refs:GetSvcConfig (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | svc_config_unittest.cc | 26 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()
|
D | svc_config.h | 21 std::vector<SpatialLayer> GetSvcConfig(size_t input_width,
|
D | svc_config.cc | 140 std::vector<SpatialLayer> GetSvcConfig(size_t input_width, in GetSvcConfig() function
|
D | svc_rate_allocator_unittest.cc | 37 GetSvcConfig(width, height, 30, /*first_active_layer=*/0, in Configure()
|
/external/webrtc/modules/video_coding/ |
D | video_codec_initializer.cc | 193 spatial_layers = GetSvcConfig( in VideoEncoderConfigToVideoCodec()
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | videocodec_test_fixture_impl.cc | 86 const std::vector<SpatialLayer> layers = GetSvcConfig( in ConfigureSvc()
|
/external/webrtc/modules/video_coding/codecs/vp9/test/ |
D | vp9_impl_unittest.cc | 83 GetSvcConfig(codec_settings_.width, codec_settings_.height, in ConfigureSvc()
|