Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc162 constexpr int kNumCodecTypes = 5; in NewFrameDecodedEvent() local
164 constexpr VideoCodecType kCodecList[kNumCodecTypes] = { in NewFrameDecodedEvent()
171 const VideoCodecType codec = kCodecList[prng_.Rand(0, kNumCodecTypes - 1)]; in NewFrameDecodedEvent()