Home
last modified time | relevance | path

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

/frameworks/av/camera/tests/fuzzer/
Dcamera_Parameters_fuzzer.cpp145 int32_t pictureHeight = mFDP->ConsumeIntegral<int32_t>(); in callCameraParametersAPIs() local
146 obj->setPictureSize(pictureWidth, pictureHeight); in callCameraParametersAPIs()
149 int32_t pictureWidth, pictureHeight; in callCameraParametersAPIs() local
150 obj->getPictureSize(&pictureWidth, &pictureHeight); in callCameraParametersAPIs()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.cpp87 params.pictureWidth, params.pictureHeight); in updateStream()
136 streamInfo.height != (uint32_t)params.pictureHeight) { in updateStream()
157 params.pictureWidth, params.pictureHeight, in updateStream()
DParameters.cpp328 pictureHeight = availableJpegSizes[0].height; in initialize()
332 pictureHeight = suggestedJpegSize.height; in initialize()
335 pictureHeightLastSet = pictureHeight; in initialize()
339 pictureHeight); in initialize()
362 ALOG_ASSERT(pictureWidth > 0 && pictureHeight > 0, in initialize()
363 "Invalid picture size, %d x %d", pictureWidth, pictureHeight); in initialize()
364 float picAspectRatio = static_cast<float>(pictureWidth) / pictureHeight; in initialize()
1639 &validatedParams.pictureHeight); in set()
1641 validatedParams.pictureHeight != pictureHeight) { in set()
1647 validatedParams.pictureHeight)) break; in set()
[all …]
DParameters.h58 int pictureWidth, pictureHeight; member
/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp141 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local
143 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp236 p.pictureWidth, p.pictureHeight); in dumpClient()