Searched refs:VIDEO_WIDTH (Results 1 – 3 of 3) sorted by relevance
39 private static final int VIDEO_WIDTH = 640; field in MediaRecorderCameraActivity41 private static final int LAYOUT_WIDTH = VIDEO_WIDTH;129 mMediaRecorder.setVideoSize(VIDEO_WIDTH, VIDEO_HEIGHT); in surfaceChanged()
94 private static final int VIDEO_WIDTH = 176; field in MediaRecorderTest96 private static int mVideoWidth = VIDEO_WIDTH;255 width = VIDEO_WIDTH; in testRecorderCamera()329 width = VIDEO_WIDTH; in testRecorderMPEG2TS()425 if (size.width == VIDEO_WIDTH && size.height == VIDEO_HEIGHT) { in setSupportedResolution()426 mVideoWidth = VIDEO_WIDTH; in setSupportedResolution()601 width = VIDEO_WIDTH; in testSetOutputFile()1132 width = VIDEO_WIDTH; in testRecordExceedFileSizeLimit()
55 private static final int VIDEO_WIDTH = 176; field in MediaRecorderStressTest244 width = VIDEO_WIDTH; in testStressRecorder()