Searched refs:pictureWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp94 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight);
143 if (currentWidth != (uint32_t)params.pictureWidth ||
165 params.pictureWidth, params.pictureHeight,
H A DParameters.cpp285 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;
1451 newParams.getPictureSize(&validatedParams.pictureWidth,
1453 if (validatedParams.pictureWidth != pictureWidth ||
1458 validatedParams.pictureWidth)
[all...]
H A DParameters.h56 int pictureWidth, pictureHeight; member in struct:android::camera2::Parameters
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp143 int32_t pictureWidth = supportedSizes[i].width; local
146 if ((pictureWidth == width) && (pictureHeight == height)) {
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp172 p.pictureWidth, p.pictureHeight);

Completed in 141 milliseconds