HomeSort by relevance Sort by last modified time
    Searched defs:_sendCodec (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.h 54 webrtc::VideoCodec _sendCodec;
normal_test.cc 246 VideoCodec _sendCodec;
249 TEST(VideoCodingModule::Codec(_videoType, &_sendCodec) == VCM_OK);
251 _sendCodec.startBitrate = (int)_bitRate;
252 _sendCodec.width = static_cast<uint16_t>(_width);
253 _sendCodec.height = static_cast<uint16_t>(_height);
254 _sendCodec.maxFramerate = _frameRate;
256 TEST(_vcm->RegisterSendCodec(&_sendCodec, 4, 1400) == VCM_OK);
258 TEST(_vcm->RegisterReceiveCodec(&_sendCodec, 1) == VCM_OK);
295 (uint32_t)(9e4 / static_cast<float>(_sendCodec.maxFramerate));
324 1000.0f / static_cast<float>(_sendCodec.maxFramerate) + 0.5f)
    [all...]
normal_test.h 115 webrtc::VideoCodec _sendCodec;

Completed in 370 milliseconds