Searched refs:videoHeight (Results 1 – 3 of 3) sorted by relevance
288 public boolean isResolutionSupported(int videoWidth, int videoHeight) { in isResolutionSupported() argument290 if (videoHeight <= 144) { in isResolutionSupported()292 } else if (videoHeight <= 240) { in isResolutionSupported()294 } else if (videoHeight <= 288) { in isResolutionSupported()296 } else if (videoHeight <= 480) { in isResolutionSupported()298 } else if (videoHeight <= 720) { in isResolutionSupported()300 } else if (videoHeight <= 1080) { in isResolutionSupported()308 MIME_VIDEO_AVC, videoWidth, videoHeight); in isResolutionSupported()
246 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest248 int videoHeight = 0; in videoHeight() local271 videoHeight = mMediaPlayer.getVideoHeight(); in videoHeight()277 return videoHeight; in videoHeight()
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()