Home
last modified time | relevance | path

Searched refs:MAX_VIDEO_WIDTH (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc70 #define MAX_VIDEO_WIDTH 1280 macro
1094 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()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java85 private static final int MAX_VIDEO_WIDTH = 1280; field in PeerConnectionClient
383 videoWidth = Math.min(videoWidth, MAX_VIDEO_WIDTH); in createMediaConstraintsInternal()