OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_surfaces
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw.py
45
out_surfaces
= [{"format":"raw"},
47
cap_raw, cap_yuv = cam.do_capture(req,
out_surfaces
)
test_yuv_plus_dng.py
38
out_surfaces
= [{"format":"dng"},
test_post_raw_sensitivity_boost.py
57
out_surfaces
= [{"format": raw_format},
86
caps = cam.do_capture(reqs,
out_surfaces
)
/cts/apps/CameraITS/pymodules/its/
device.py
460
out_surfaces
=None, reprocess_format=None, repeat_request=None):
471
make sure the stream configuration defined by
out_surfaces
and
475
The
out_surfaces
field can specify the width(s), height(s), and
538
that format; they can be used as values for the
out_surfaces
arguments:
557
out_surfaces
parameter. For example:
587
out_surfaces
: (Optional) specifications of the output image formats
623
if
out_surfaces
is not None:
624
if not isinstance(
out_surfaces
, list):
625
cmd["outputSurfaces"] = [
out_surfaces
]
627
cmd["outputSurfaces"] =
out_surfaces
[
all
...]
Completed in 49 milliseconds