Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DAdaptiveTrackSelectionTest.java69 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in factoryUsesInitiallyProvidedBandwidthMeter()
70 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in factoryUsesInitiallyProvidedBandwidthMeter()
91 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in selectInitialIndexUseMaxInitialBitrateIfNoBandwidthEstimate()
92 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in selectInitialIndexUseMaxInitialBitrateIfNoBandwidthEstimate()
93 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in selectInitialIndexUseMaxInitialBitrateIfNoBandwidthEstimate()
105 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in selectInitialIndexUseBandwidthEstimateIfAvailable()
106 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in selectInitialIndexUseBandwidthEstimateIfAvailable()
107 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in selectInitialIndexUseBandwidthEstimateIfAvailable()
119 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough()
120 Format format2 = videoFormat(/* bitrate= */ 1000, /* width= */ 640, /* height= */ 480); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough()
[all …]
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoDecoderH264.mm264 - (void)setVideoFormat:(CMVideoFormatDescriptionRef)videoFormat {
265 if (_videoFormat == videoFormat) {
271 _videoFormat = videoFormat;
/external/v4l2_codec2/common/
DV4L2Device.cpp1629 const VideoPixelFormat videoFormat = videoFourcc->toVideoPixelFormat(); in v4L2FormatToVideoFrameLayout() local
1631 const size_t numColorPlanes = numPlanes(videoFormat); in v4L2FormatToVideoFrameLayout()
1634 videoPixelFormatToString(videoFormat).c_str()); in v4L2FormatToVideoFrameLayout()
1639 videoPixelFormatToString(videoFormat).c_str(), numColorPlanes); in v4L2FormatToVideoFrameLayout()
1687 return VideoFrameLayout{videoFormat, ui::Size(pixMp.width, pixMp.height), std::move(planes), in v4L2FormatToVideoFrameLayout()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DSimpleExoPlayer.java362 @Nullable private Format videoFormat; field in SimpleExoPlayer
937 return videoFormat; in getVideoFormat()
2026 videoFormat = format; in onVideoInputFormatChanged()
2073 videoFormat = null; in onVideoDisabled()