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

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp129 int32_t pictureHeight = supportedSizes[i].height; local
131 if ((pictureWidth == width) && (pictureHeight == height)) {
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegProcessor.cpp109 currentHeight != (uint32_t)params.pictureHeight) {
126 params.pictureWidth, params.pictureHeight,
H A DParameters.h55 int pictureWidth, pictureHeight; member in struct:android::camera2::Parameters
H A DParameters.cpp217 pictureHeight = availableJpegSizes.data.i32[1];
220 pictureHeight);
1168 &validatedParams.pictureHeight);
1170 validatedParams.pictureHeight == pictureHeight) {
1177 validatedParams.pictureHeight)) break;
1182 validatedParams.pictureHeight);
2353 { pictureWidth, pictureHeight },
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp170 p.pictureWidth, p.pictureHeight);

Completed in 382 milliseconds