HomeSort by relevance Sort by last modified time
    Searched refs:ValidateCodecFormat (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/media/base/
codec_unittest.cc 296 ASSERT_TRUE(codec.ValidateCodecFormat());
303 ASSERT_TRUE(low_payload_type.ValidateCodecFormat());
304 EXPECT_TRUE(high_payload_type.ValidateCodecFormat());
309 EXPECT_FALSE(negative_payload_type.ValidateCodecFormat());
314 EXPECT_FALSE(too_high_payload_type.ValidateCodecFormat());
319 EXPECT_FALSE(zero_width.ValidateCodecFormat());
324 EXPECT_FALSE(zero_height.ValidateCodecFormat());
329 EXPECT_TRUE(zero_width_rtx_codec.ValidateCodecFormat());
335 EXPECT_FALSE(incorrect_bitrates.ValidateCodecFormat());
341 EXPECT_TRUE(equal_bitrates.ValidateCodecFormat());
    [all...]
codec.h 208 // ValidateCodecFormat returns false.
209 bool ValidateCodecFormat() const;
codec.cc 284 bool VideoCodec::ValidateCodecFormat() const {
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 197 if (!codecs[i].ValidateCodecFormat()) {
    [all...]

Completed in 389 milliseconds