constants

package
v0.0.0-...-9474aff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package constants contains values commonly used in video tests.

Index

Constants

View Source
const (
	// MediaGVDInitStatus is the name of histogram to describe whether video decoding was hardware-accelerated.
	MediaGVDInitStatus = "Media.GpuVideoDecoderInitializeStatus"

	// MediaGVDInitSuccess is the bucket value in Media.GpuVideoDecoderInitializeStatus to be incremented in success.
	MediaGVDInitSuccess = 0

	// MediaGVDError is the name of histogram used to report video decode errors.
	MediaGVDError = "Media.GpuVideoDecoderError"

	// MediaRecorderVEAUsed is the name of histogram used to report VEA usage when running MediaRecorder.
	MediaRecorderVEAUsed = "Media.MediaRecorder.VEAUsed"
	// MediaRecorderVEAUsedSuccess is the bucket value in MediaRecorderVEAUsed to be incremented in success.
	MediaRecorderVEAUsedSuccess = 1

	// RTCVDInitStatus is the name of histogram used to describe whether HW video decoding is successfully initialized in WebRTC use case.
	RTCVDInitStatus = "Media.RTCVideoDecoderInitDecodeSuccess"
	// RTCVDInitSuccess is the bucket value in Media.RTCVideoDecoderInitDecodeSuccess to be incremented in success.
	RTCVDInitSuccess = 1

	// RTCVEInitStatus is the name of histogram used to describe whether HW video encoding is successfully initialized in WebRTC use case.
	RTCVEInitStatus = "Media.RTCVideoEncoderInitEncodeSuccess"
	// RTCVEInitSuccess is the bucket value in Media.RTCVideoDecoderInitDecodeSuccess to be incremented in success.
	RTCVEInitSuccess = 1

	// RTCJPEGInitStatus is the name of histogram used to describe whether HW JPEG decoding is successfully initialized in WebRTC use case.
	RTCJPEGInitStatus = "Media.VideoCaptureGpuJpegDecoder.InitDecodeSuccess"
	// RTCJPEGInitSuccess is the bucket value in Media.VideoCaptureGpuJpegDecoder.InitDecodeSuccess to be incremented in success.
	RTCJPEGInitSuccess = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL