Searched refs:pictureHeight (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/camera/tests/fuzzer/ |
D | camera_Parameters_fuzzer.cpp | 145 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/ |
D | JpegProcessor.cpp | 87 params.pictureWidth, params.pictureHeight); in updateStream() 136 streamInfo.height != (uint32_t)params.pictureHeight) { in updateStream() 157 params.pictureWidth, params.pictureHeight, in updateStream()
|
D | Parameters.cpp | 328 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 …]
|
D | Parameters.h | 58 int pictureWidth, pictureHeight; member
|
/frameworks/av/media/libstagefright/ |
D | CameraSourceTimeLapse.cpp | 141 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local 143 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 236 p.pictureWidth, p.pictureHeight); in dumpClient()
|