Searched refs:videoWidth (Results 1 – 3 of 3) sorted by relevance
288 public boolean isResolutionSupported(int videoWidth, int videoHeight) { in isResolutionSupported() argument308 MIME_VIDEO_AVC, videoWidth, videoHeight); in isResolutionSupported()
281 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest283 int videoWidth = 0; in videoWidth() local307 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth()312 return videoWidth; in videoWidth()
389 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera() argument391 videoWidth * videoHeight; // Temporary until new API definitions in subtestTakePictureByCamera()413 ", video size is " + videoWidth + " x " + videoHeight); in subtestTakePictureByCamera()415 videoWidth + " x " + videoHeight + " (" + in subtestTakePictureByCamera()