Searched defs:Area (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestProperties.h54 } Area; typedef in typeref:struct:__anon1905
138 class Hwc2TestBufferArea : public Hwc2TestProperty<Area> {
140 Hwc2TestBufferArea(Hwc2TestCoverage coverage, const Area& displayArea);
157 Area mDisplayArea;
163 std::vector<Area> mBufferAreas;
270 Hwc2TestDisplayFrame(Hwc2TestCoverage coverage, const Area& displayArea);
282 Area mDisplayArea;
307 Hwc2TestSourceCrop(Hwc2TestCoverage coverage, const Area& bufferArea = {0, 0});
311 void updateBufferArea(const Area& bufferArea);
321 Area mBufferAre
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h100 struct Area { struct in struct:android::camera2::Parameters
103 Area() {} function in struct:android::camera2::Parameters::Area
104 Area(int left, int top, int right, int bottom, int weight): function in struct:android::camera2::Parameters::Area
111 Vector<Area> focusingAreas;
137 Vector<Area> meteringAreas;
325 Vector<Area> *areas);
332 status_t validateAreas(const Vector<Area> &areas,
/frameworks/base/core/java/android/hardware/
H A DCamera.java1991 * <p>The Area class is used for choosing specific metering and focus areas for
2000 * <p>Each Area consists of a rectangle specifying its bounds, and a weight
2025 public static class Area { class in class:Camera
2032 public Area(Rect rect, int weight) { method in class:Camera.Area
2045 if (!(obj instanceof Area)) {
2048 Area a = (Area) obj;
2583 private void set(String key, List<Area> areas) {
2589 Area area = areas.get(i);
3877 public List<Area> getFocusArea
[all...]

Completed in 111 milliseconds