Searched refs:videoWidth (Results 1 – 3 of 3) sorted by relevance
291 int videoWidth, int videoHeight) { in isResolutionSupported() argument310 MediaFormat format = MediaFormat.createVideoFormat(mime, videoWidth, videoHeight); in isResolutionSupported()330 int videoWidth, int videoHeight) throws Exception { in testClearKeyPlayback() argument341 if (!isResolutionSupported(videoMime, videoFeatures, videoWidth, videoHeight)) { in testClearKeyPlayback()343 videoWidth + "x" + videoHeight + " resolution for " + videoMime); in testClearKeyPlayback()
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()
387 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera() argument389 videoWidth * videoHeight; // Temporary until new API definitions in subtestTakePictureByCamera()411 ", video size is " + videoWidth + " x " + videoHeight); in subtestTakePictureByCamera()413 videoWidth + " x " + videoHeight + " (" + in subtestTakePictureByCamera()