HomeSort by relevance Sort by last modified time
    Searched refs:pictureWidth (Results 1 - 8 of 8) 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;
  /external/skia/debugger/
SkDebugger.h 100 int pictureWidth() {
SkDebugger.cpp 148 overview->appendS32(pictureWidth());
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 76 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight);
125 if (currentWidth != (uint32_t)params.pictureWidth ||
147 params.pictureWidth, params.pictureHeight,
Parameters.cpp 270 pictureWidth = availableJpegSizes[0].width;
272 pictureWidthLastSet = pictureWidth;
276 params.setPictureSize(pictureWidth,
300 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0,
301 "Invalid picture size, %d x %d", pictureWidth, pictureHeight);
302 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight;
    [all...]
Parameters.h 54 int pictureWidth, pictureHeight;
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 141 int32_t pictureWidth = supportedSizes[i].width;
144 if ((pictureWidth == width) && (pictureHeight == height)) {
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 188 p.pictureWidth, p.pictureHeight);
    [all...]

Completed in 170 milliseconds