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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DCallbackProcessor.cpp84 currentHeight != (uint32_t)params.previewHeight ||
104 params.previewWidth, params.previewHeight,
107 params.previewWidth, params.previewHeight,
H A DParameters.cpp67 previewHeight = availableProcessedSizes.data.i32[1];
69 videoHeight = previewHeight;
71 params.setPreviewSize(previewWidth, previewHeight);
75 previewWidth, previewHeight));
997 &validatedParams.previewHeight);
1000 validatedParams.previewHeight != previewHeight) {
1005 previewWidth, previewHeight,
1006 validatedParams.previewWidth, validatedParams.previewHeight);
1015 validatedParams.previewHeight)) brea
[all...]
H A DStreamingProcessor.cpp126 currentHeight != (uint32_t)params.previewHeight) {
129 params.previewWidth, params.previewHeight);
149 params.previewWidth, params.previewHeight,
H A DParameters.h48 int previewWidth, previewHeight; member in struct:android::camera2::Parameters
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp162 p.previewWidth, p.previewHeight);

Completed in 42 milliseconds