HomeSort by relevance Sort by last modified time
    Searched refs:pictureWidth (Results 1 - 6 of 6) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 18 private int pictureWidth = 1280;
30 pictureSize.width = pictureWidth;
111 pictureWidth = width;
146 return pictureWidth;
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 134 int32_t pictureWidth = supportedSizes[i].width;
137 if ((pictureWidth == width) && (pictureHeight == height)) {
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegProcessor.cpp 111 if (currentWidth != (uint32_t)params.pictureWidth ||
133 params.pictureWidth, params.pictureHeight,
Parameters.h 54 int pictureWidth, pictureHeight;
Parameters.cpp 225 pictureWidth = availableJpegSizes.data.i32[0];
228 params.setPictureSize(pictureWidth,
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.cpp 195 p.pictureWidth, p.pictureHeight);
    [all...]

Completed in 777 milliseconds