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/api1/client2/
JpegProcessor.cpp 112 if (currentWidth != (uint32_t)params.pictureWidth ||
134 params.pictureWidth, params.pictureHeight,
Parameters.cpp 227 pictureWidth = availableJpegSizes.data.i32[0];
230 params.setPictureSize(pictureWidth,
254 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0,
255 "Invalid picture size, %d x %d", pictureWidth, pictureHeight);
256 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight;
    [all...]
Parameters.h 55 int pictureWidth, pictureHeight;
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 181 p.pictureWidth, p.pictureHeight);
    [all...]

Completed in 178 milliseconds