Home
last modified time | relevance | path

Searched refs:num_key_frames (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc80 int num_key_frames; member
304 int num_key_frames) { in VerifyRateControl() argument
355 EXPECT_EQ(num_key_frames_, num_key_frames); in VerifyRateControl()
471 rc_metrics[update_index].num_key_frames); in ProcessFramesAndVerify()
489 rc_metrics[update_index].num_key_frames); in ProcessFramesAndVerify()
569 int num_key_frames) { in SetRateControlMetrics() argument
579 rc_metrics[update_index].num_key_frames = num_key_frames; in SetRateControlMetrics()
/external/webrtc/webrtc/video/
Dvie_channel.h91 int32_t ReceiveCodecStatistics(uint32_t* num_key_frames,
Dvie_channel.cc448 int32_t ViEChannel::ReceiveCodecStatistics(uint32_t* num_key_frames, in ReceiveCodecStatistics() argument
451 *num_key_frames = receive_frame_counts_.key_frames; in ReceiveCodecStatistics()