Home
last modified time | relevance | path

Searched defs:frames_received (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/spdy/
H A Dbuffered_spdy_framer.h249 int frames_received() const { return frames_received_; } in frames_received() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dpairing_channel_test.cc44 int frames_received() const { return frames_received_; } in frames_received() function in bt::sm::__anona31798720111::FakeChannelHandler
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Dexample_video_quality_analyzer.cc148 uint64_t ExampleVideoQualityAnalyzer::frames_received() const { in frames_received() function in webrtc::ExampleVideoQualityAnalyzer
/aosp_15_r20/external/webrtc/api/stats/
H A Drtcstats_objects.h337 RTCStatsMember<uint32_t> frames_received; variable
462 RTCStatsMember<int32_t> frames_received; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dtoeplitz.c87 static int frames_received; variable
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_audio_capture_module.cc65 int FakeAudioCaptureModule::frames_received() const { in frames_received() function in FakeAudioCaptureModule
/aosp_15_r20/external/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c885 int frames_received = 0; in main() local
/aosp_15_r20/external/webrtc/media/base/
H A Dmedia_channel.h635 uint32_t frames_received = 0; member