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

  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 79 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight);
127 if (streamInfo.width != (uint32_t)params.pictureWidth ||
149 params.pictureWidth, params.pictureHeight,
Parameters.cpp 304 pictureWidth = availableJpegSizes[0].width;
308 pictureWidth = suggestedJpegSize.width;
311 pictureWidthLastSet = pictureWidth;
315 params.setPictureSize(pictureWidth,
339 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0,
340 "Invalid picture size, %d x %d", pictureWidth, pictureHeight);
341 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight;
    [all...]
Parameters.h 58 int pictureWidth, pictureHeight;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCamera.java 251 private int pictureWidth = 1280;
283 pictureSize.width = pictureWidth;
385 pictureWidth = width;
474 return pictureWidth;
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 144 int32_t pictureWidth = supportedSizes[i].width;
147 if ((pictureWidth == width) && (pictureHeight == height)) {
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 193 p.pictureWidth, p.pictureHeight);
    [all...]

Completed in 804 milliseconds