Searched refs:pictureHeight (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);
144 currentHeight != (uint32_t)params.pictureHeight) {
165 params.pictureWidth, params.pictureHeight,
H A DParameters.cpp286 pictureHeight = availableJpegSizes[0].height;
288 pictureHeightLastSet = pictureHeight;
292 pictureHeight);
315 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0,
316 "Invalid picture size, %d x %d", pictureWidth, pictureHeight);
317 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight;
1452 &validatedParams.pictureHeight);
1454 validatedParams.pictureHeight != pictureHeight) {
1460 validatedParams.pictureHeight)) brea
[all...]
H A DParameters.h56 int pictureWidth, pictureHeight; member in struct:android::camera2::Parameters
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp144 int32_t pictureHeight = supportedSizes[i].height; local
146 if ((pictureWidth == width) && (pictureHeight == height)) {
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp172 p.pictureWidth, p.pictureHeight);

Completed in 84 milliseconds