OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_surface
(Results
1 - 6
of
6
) sorted by null
/pdk/apps/CameraITS/tests/
test_formats.py
31
out_surface
= copy.deepcopy(size)
32
out_surface
["format"] = "yuv"
33
cap = cam.do_capture(req,
out_surface
)
40
out_surface
= copy.deepcopy(size)
41
out_surface
["format"] = "jpg"
42
cap = cam.do_capture(req,
out_surface
)
test_jpeg.py
38
out_surface
= copy.deepcopy(size)
39
out_surface
["format"] = "yuv"
40
cap = cam.do_capture(req,
out_surface
)
49
out_surface
= copy.deepcopy(size)
50
out_surface
["format"] = "jpg"
51
cap = cam.do_capture(req,
out_surface
)
/pdk/apps/CameraITS/pymodules/its/
device.py
171
def do_capture(self, cap_request,
out_surface
=None):
178
The
out_surface
field can specify the width, height, and format of
213
out_surface
: (Optional) the width,height,format to use for all
232
if
out_surface
is not None:
233
cmd["outputSurface"] =
out_surface
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
718
cairo_surface_t*
out_surface
= cairo_surface_create_similar(
local
723
cairo_t* out_cr = cairo_create(
out_surface
);
727
return
out_surface
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h
[
all
...]
Completed in 123 milliseconds