HomeSort by relevance Sort by last modified time
    Searched defs:pictureHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 139 int32_t pictureHeight = supportedSizes[i].height;
141 if ((pictureWidth == width) && (pictureHeight == height)) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 19 private int pictureHeight = 960;
31 pictureSize.height = pictureHeight;
112 pictureHeight = height;
150 return pictureHeight;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 53 int pictureWidth, pictureHeight;

Completed in 2004 milliseconds