HomeSort by relevance Sort by last modified time
    Searched full:picturewidth (Results 1 - 12 of 12) sorted by null

  /external/robolectric/v1/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 143 int32_t pictureWidth = supportedSizes[i].width;
146 if ((pictureWidth == width) && (pictureHeight == height)) {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 285 pictureWidth = availableJpegSizes[0].width;
287 pictureWidthLastSet = pictureWidth;
291 params.setPictureSize(pictureWidth,
315 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0,
316 "Invalid picture size, %d x %d", pictureWidth, pictureHeight);
317 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight;
    [all...]
JpegProcessor.cpp 99 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight);
148 if (currentWidth != (uint32_t)params.pictureWidth ||
170 params.pictureWidth, params.pictureHeight,
Parameters.h 56 int pictureWidth, pictureHeight;
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.h 279 IMG_UINT16 PictureWidth,
lnc_hostheader.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.h 293 IMG_UINT16 PictureWidth,
pnw_hostheader.c     [all...]
tng_hostheader.c     [all...]
tng_hostheader.h 433 IMG_UINT16 PictureWidth,
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 172 p.pictureWidth, p.pictureHeight);
    [all...]

Completed in 636 milliseconds