OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_capture
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/ui/views/controls/menu/
menu_host.h
36
bool
do_capture
);
41
// Shows the menu host. If |
do_capture
| is true the menu host should do a
43
void ShowMenuHost(bool
do_capture
);
menu_host.cc
43
bool
do_capture
) {
68
ShowMenuHost(
do_capture
);
75
void MenuHost::ShowMenuHost(bool
do_capture
) {
80
if (
do_capture
) {
submenu_view.h
87
void ShowAt(Widget* parent, const gfx::Rect& bounds, bool
do_capture
);
/pdk/apps/CameraITS/tests/
test_formats.py
33
cap = cam.
do_capture
(req, out_surface)
42
cap = cam.
do_capture
(req, out_surface)
test_auto.py
29
cap = cam.
do_capture
(req)
test_param_edge_mode.py
43
cap = cam.
do_capture
(req)
test_param_exposure_time_burst.py
33
caps = cam.
do_capture
(reqs)
test_param_flash_mode.py
36
cap = cam.
do_capture
(req)
test_param_sensitivity_burst.py
34
caps = cam.
do_capture
(reqs)
test_black_white.py
45
cap = cam.
do_capture
(req)
58
cap = cam.
do_capture
(req)
test_jpeg.py
40
cap = cam.
do_capture
(req, out_surface)
51
cap = cam.
do_capture
(req, out_surface)
test_param_noise_reduction.py
58
cap = cam.
do_capture
(req)
73
cap = cam.
do_capture
(req)
test_param_tonemap_mode.py
61
cap = cam.
do_capture
(req)
86
cap = cam.
do_capture
(req)
tutorial.py
69
cap = cam.
do_capture
(req)
121
cap = cam.
do_capture
(req)
test_3a_remote.py
48
cap = cam.
do_capture
(req)
test_param_black_level_lock.py
56
cap = cam.
do_capture
(req)
test_param_exposure_time.py
48
cap = cam.
do_capture
(req)
test_param_sensitivity.py
48
cap = cam.
do_capture
(req)
test_black_level.py
61
cap = cam.
do_capture
(req)
test_blc_lsc.py
74
caps = cam.
do_capture
(reqs)
test_exposure.py
54
cap = cam.
do_capture
(req)
test_latching.py
57
caps = cam.
do_capture
(reqs)
test_linearity.py
71
cap = cam.
do_capture
(req)
test_param_color_correction.py
81
cap = cam.
do_capture
(req)
/pdk/apps/CameraITS/pymodules/its/
target.py
76
cap = its_session.
do_capture
(req)
Completed in 57 milliseconds
1
2