Home
last modified time | relevance | path

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

/external/libaom/libaom/apps/
Daomdec.c453 int frames_corrupted = 0; in main_loop() local
799 frames_corrupted += corrupted; in main_loop()
956 if (frames_corrupted) { in main_loop()
957 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted); in main_loop()
/external/webrtc/stats/
Drtcstats_objects.cc381 &frames_corrupted,
434 frames_corrupted("framesCorrupted"), in RTCMediaStreamTrackStats()
490 frames_corrupted(other.frames_corrupted), in RTCMediaStreamTrackStats()
/external/libvpx/libvpx/
Dvpxdec.c552 int frames_corrupted = 0; in main_loop() local
901 frames_corrupted += corrupted; in main_loop()
1057 if (frames_corrupted) { in main_loop()
1058 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted); in main_loop()
/external/webrtc/api/stats/
Drtcstats_objects.h308 RTCStatsMember<uint32_t> frames_corrupted; variable
/external/webrtc/pc/
Drtc_stats_integrationtest.cc626 verifier.TestMemberIsUndefined(media_stream_track.frames_corrupted); in VerifyRTCMediaStreamTrackStats()
736 verifier.TestMemberIsUndefined(media_stream_track.frames_corrupted); in VerifyRTCMediaStreamTrackStats()