HomeSort by relevance Sort by last modified time
    Searched full:picturesize (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 355 Size pictureSize = mCamera.getParameters().getPictureSize();
368 assertEquals(pictureSize.width, bmpOptions.outWidth);
369 assertEquals(pictureSize.height, bmpOptions.outHeight);
662 Size pictureSize = pictureSizes.get(0);
708 parameters.setPictureSize(pictureSize.width, pictureSize.height);
709 assertEquals(pictureSize.width, parameters.getPictureSize().width);
710 assertEquals(pictureSize.height, parameters.getPictureSize().height);
723 assertEquals(pictureSize.width, paramActual.getPictureSize().width);
724 assertEquals(pictureSize.height, paramActual.getPictureSize().height)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 138 ListPreference pictureSize = group.findPreference(KEY_PICTURE_SIZE);
156 if (pictureSize != null) {
157 filterUnsupportedOptions(group, pictureSize, sizeListToStringList(
Camera.java     [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4xVSS_internal.c 511 M4OSA_FilePosition pictureSize = 0 ;
    [all...]

Completed in 313 milliseconds