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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java785 private int mRequestedPictureWidth = 640; field in class:CameraStreamer.CameraRunnable
1024 if (width != mRequestedPictureWidth || height != mRequestedPictureHeight) {
1025 mRequestedPictureWidth = width;
1299 findClosestPictureSize(mRequestedPictureWidth, mRequestedPictureHeight, params);

Completed in 63 milliseconds