Home | History | Annotate | Download | only in TestingCamera2

Lines Matching full:panes

20 panes are grouped in lists by category, and can be added, removed, or collapsed from view
23 The left pane contains target panes along with the app's overall log pane. The right pane contains
24 camera, request, burst, and utility panes.
39 2.1. Camera panes
46 2.2. Target panes
48 Target panes represent various destinations for camera data. The kind of destination desired, and
76 2.3. Request panes
78 Request panes are used to set up the configuration for a single camera capture request. It includes
80 for the camera to send the request to, and then which of the configured target panes to use for
101 2.4. Burst panes
103 Burst panes simply aggregate together a set of requests into a single high-speed burst. Bursts
110 2.5. Utility panes
112 Utility panes are catchall panes, which can implement various kinds of ease-of-use functionality,
118 TestingCamera2 supports loading a predefined set of panes from an XML definition. The definitions
124 of changes in other panes. Panes are tracked by a global pane tracker, which allows individual
125 panes to notify others of status changes (such as a change in the selected camera, so that all
126 panes targeting that camera pane can update their displayed settings choices), to find panes of
130 of open devices, notifies panes about changes to camera device status, and allows the utility panes