Home
last modified time | relevance | path

Searched refs:pictureHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.cpp76 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight); in updateStream()
126 currentHeight != (uint32_t)params.pictureHeight) { in updateStream()
147 params.pictureWidth, params.pictureHeight, in updateStream()
DParameters.cpp285 pictureHeight = availableJpegSizes[0].height; in initialize()
287 pictureHeightLastSet = pictureHeight; in initialize()
291 pictureHeight); in initialize()
314 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0, in initialize()
315 "Invalid picture size, %d x %d", pictureWidth, pictureHeight); in initialize()
316 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight; in initialize()
1452 &validatedParams.pictureHeight); in set()
1454 validatedParams.pictureHeight != pictureHeight) { in set()
1460 validatedParams.pictureHeight)) break; in set()
1465 validatedParams.pictureHeight); in set()
[all …]
DParameters.h56 int pictureWidth, pictureHeight; member
/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp142 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local
144 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp188 p.pictureWidth, p.pictureHeight); in dump()