Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp295 pictureHeight = availableJpegSizes[0].height; in initialize()
297 pictureHeightLastSet = pictureHeight; in initialize()
301 pictureHeight); in initialize()
324 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0, in initialize()
325 "Invalid picture size, %d x %d", pictureWidth, pictureHeight); in initialize()
326 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight; in initialize()
1599 &validatedParams.pictureHeight); in set()
1601 validatedParams.pictureHeight != pictureHeight) { in set()
1607 validatedParams.pictureHeight)) break; in set()
1612 validatedParams.pictureHeight); in set()
[all …]
DJpegProcessor.cpp99 ssize_t maxJpegSize = device->getJpegBufferSize(params.pictureWidth, params.pictureHeight); in updateStream()
148 streamInfo.height != (uint32_t)params.pictureHeight) { in updateStream()
169 params.pictureWidth, params.pictureHeight, in updateStream()
DParameters.h56 int pictureWidth, pictureHeight; member
/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp144 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local
146 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp195 p.pictureWidth, p.pictureHeight); in dumpClient()