Searched refs:key_frames (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/webrtc/ |
D | config.h | 38 StreamStats() : key_frames(0), delta_frames(0), bitrate_bps(0) {} in StreamStats() 39 uint32_t key_frames; member
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_codec_impl.h | 47 unsigned int& key_frames, 50 unsigned int& key_frames,
|
D | vie_codec_impl.cc | 346 unsigned int& key_frames, in GetSendCodecStastistics() argument 355 if (vie_encoder->SendCodecStatistics(&key_frames, &delta_frames) != 0) { in GetSendCodecStastistics() 363 unsigned int& key_frames, in GetReceiveCodecStastistics() argument 371 if (vie_channel->ReceiveCodecStatistics(&key_frames, &delta_frames) != 0) { in GetReceiveCodecStastistics()
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_codec.h | 134 unsigned int& key_frames, 139 unsigned int& key_frames,
|
/external/chromium_org/third_party/webrtc/video/ |
D | send_statistics_proxy_unittest.cc | 71 EXPECT_EQ(a.key_frames, b.key_frames); in ExpectEqual() 158 stats.key_frames = offset; in TEST_F() 160 observer->FrameCountUpdated(kVideoFrameKey, stats.key_frames, ssrc); in TEST_F()
|
D | receive_statistics_proxy.cc | 47 channel_, stats.key_frames, stats.delta_frames); in GetStats()
|
D | send_statistics_proxy.cc | 114 stats->key_frames = frame_count; in FrameCountUpdated()
|
D | call_tests.cc | 1443 stats.key_frames != 0 || stats.delta_frames != 0; in CheckReceiveStats() 1489 stream_stats.delta_frames != 0 || stream_stats.key_frames != 0; in CheckSendStats()
|
D | video_send_stream_tests.cc | 1085 if (entry.key_frames > 0u && entry.bitrate_bps > 0 && in TEST_F()
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_custom_call.cc | 1621 unsigned int key_frames = 0; in PrintCodecStatistics() local 1628 error = vie_codec->GetReceiveCodecStastistics(video_channel, key_frames, in PrintCodecStatistics() 1638 error = vie_codec->GetSendCodecStastistics(video_channel, key_frames, in PrintCodecStatistics() 1646 << key_frames << std::endl; in PrintCodecStatistics()
|