Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp135 int32_t pictureHeight = supportedSizes[i].height; in trySettingVideoSize() local
137 if ((pictureWidth == width) && (pictureHeight == height)) { in trySettingVideoSize()
/frameworks/av/services/camera/libcameraservice/camera2/
DJpegProcessor.cpp112 currentHeight != (uint32_t)params.pictureHeight) { in updateStream()
133 params.pictureWidth, params.pictureHeight, in updateStream()
DParameters.cpp226 pictureHeight = availableJpegSizes.data.i32[1]; in initialize()
229 pictureHeight); in initialize()
1223 &validatedParams.pictureHeight); in set()
1225 validatedParams.pictureHeight == pictureHeight) { in set()
1232 validatedParams.pictureHeight)) break; in set()
1237 validatedParams.pictureHeight); in set()
2477 static_cast<float>(pictureHeight) }, in calculateCropRegion()
2553 float stillAspect = static_cast<float>(pictureWidth) / pictureHeight; in calculatePictureFovs()
DParameters.h54 int pictureWidth, pictureHeight; member
/frameworks/av/services/camera/libcameraservice/
DCamera2Client.cpp195 p.pictureWidth, p.pictureHeight); in dump()