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

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp128 int32_t pictureWidth = supportedSizes[i].width; local
131 if ((pictureWidth == width) && (pictureHeight == height)) {
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegProcessor.cpp108 if (currentWidth != (uint32_t)params.pictureWidth ||
126 params.pictureWidth, params.pictureHeight,
H A DParameters.h55 int pictureWidth, pictureHeight; member in struct:android::camera2::Parameters
H A DParameters.cpp216 pictureWidth = availableJpegSizes.data.i32[0];
219 params.setPictureSize(pictureWidth,
1167 newParams.getPictureSize(&validatedParams.pictureWidth,
1169 if (validatedParams.pictureWidth == pictureWidth ||
1175 validatedParams.pictureWidth) &&
1181 __FUNCTION__, validatedParams.pictureWidth,
2353 { pictureWidth, pictureHeight },
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp170 p.pictureWidth, p.pictureHeight);

Completed in 192 milliseconds