Searched refs:MAX_VIDEO_WIDTH (Results 1 – 2 of 2) sorted by relevance
70 #define MAX_VIDEO_WIDTH 1280 macro1094 MAX_VIDEO_WIDTH, MAX_VIDEO_HEIGHT, MAX_VIDEO_FPS)); in MediaCodecVideoEncoderFactory()1104 MAX_VIDEO_WIDTH, MAX_VIDEO_HEIGHT, MAX_VIDEO_FPS)); in MediaCodecVideoEncoderFactory()1114 MAX_VIDEO_WIDTH, MAX_VIDEO_HEIGHT, MAX_VIDEO_FPS)); in MediaCodecVideoEncoderFactory()
85 private static final int MAX_VIDEO_WIDTH = 1280; field in PeerConnectionClient383 videoWidth = Math.min(videoWidth, MAX_VIDEO_WIDTH); in createMediaConstraintsInternal()