Searched defs:videoHeight (Results 1 – 3 of 3) sorted by relevance
288 public boolean isResolutionSupported(int videoWidth, int videoHeight) { in isResolutionSupported()
246 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest248 int videoHeight = 0; in videoHeight() local
389 int videoWidth, int videoHeight) throws Exception { in subtestTakePictureByCamera()