Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc750 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
762 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
786 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
806 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
814 content_specific_stats->received_width.Add(width); in OnRenderedFrame()
815 content_specific_stats->received_height.Add(height); in OnRenderedFrame()
827 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
868 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
871 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
873 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dreceive_statistics_proxy.cc750 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
762 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
786 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
806 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
814 content_specific_stats->received_width.Add(width); in OnRenderedFrame()
815 content_specific_stats->received_height.Add(height); in OnRenderedFrame()
827 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
868 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
871 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
873 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
H A Dreceive_statistics_proxy2.cc853 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
866 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
894 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
914 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
924 content_specific_stats->received_width.Add(frame_meta.width); in OnRenderedFrame()
925 content_specific_stats->received_height.Add(frame_meta.height); in OnRenderedFrame()
939 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
989 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
992 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
994 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/
H A Dreceive_statistics_proxy.cc750 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
762 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
786 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
806 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
814 content_specific_stats->received_width.Add(width); in OnRenderedFrame()
815 content_specific_stats->received_height.Add(height); in OnRenderedFrame()
827 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
868 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
871 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
873 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
H A Dreceive_statistics_proxy2.cc854 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
867 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
895 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
915 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
925 content_specific_stats->received_width.Add(frame_meta.width); in OnRenderedFrame()
926 content_specific_stats->received_height.Add(frame_meta.height); in OnRenderedFrame()
940 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
993 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
996 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
998 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc638 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
651 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
664 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
678 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
686 content_specific_stats->received_width.Add(width); in OnRenderedFrame()
687 content_specific_stats->received_height.Add(height); in OnRenderedFrame()
692 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
726 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
729 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
731 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc750 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
762 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
786 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
806 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
814 content_specific_stats->received_width.Add(width); in OnRenderedFrame()
815 content_specific_stats->received_height.Add(height); in OnRenderedFrame()
827 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
868 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
871 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
873 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
H A Dreceive_statistics_proxy2.cc853 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
866 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
894 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
914 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
924 content_specific_stats->received_width.Add(frame_meta.width); in OnRenderedFrame()
925 content_specific_stats->received_height.Add(frame_meta.height); in OnRenderedFrame()
939 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
989 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
992 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
994 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc638 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
651 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
664 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
678 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
686 content_specific_stats->received_width.Add(width); in OnRenderedFrame()
687 content_specific_stats->received_height.Add(height); in OnRenderedFrame()
692 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
726 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
729 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
731 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/video/
H A Dreceive_statistics_proxy.cc638 ContentSpecificStats* content_specific_stats = in OnDecodedFrame() local
651 content_specific_stats->qp_counter.Add(*qp); in OnDecodedFrame()
664 content_specific_stats->interframe_delay_percentiles.Add( in OnDecodedFrame()
678 ContentSpecificStats* content_specific_stats = in OnRenderedFrame() local
686 content_specific_stats->received_width.Add(width); in OnRenderedFrame()
687 content_specific_stats->received_height.Add(height); in OnRenderedFrame()
692 content_specific_stats->e2e_delay_counter.Add(delay_ms); in OnRenderedFrame()
726 ContentSpecificStats* content_specific_stats = in OnCompleteFrame() local
729 content_specific_stats->total_media_bytes += size_bytes; in OnCompleteFrame()
731 ++content_specific_stats->frame_counts.key_frames; in OnCompleteFrame()
[all …]