HomeSort by relevance Sort by last modified time
    Searched refs:out_surface (Results 1 - 10 of 10) sorted by null

  /cts/apps/CameraITS/tests/scene1/
test_jpeg.py 40 out_surface = {"width":size[0], "height":size[1], "format":"yuv"}
41 cap = cam.do_capture(req, out_surface)
49 out_surface = {"width":size[0], "height":size[1], "format":"jpg"}
50 cap = cam.do_capture(req, out_surface)
test_yuv_jpeg_all.py 43 out_surface = {"width":size[0], "height":size[1], "format":"yuv"}
44 cap = cam.do_capture(req, out_surface)
57 out_surface = {"width":size[0], "height":size[1], "format":"jpg"}
58 cap = cam.do_capture(req, out_surface)
test_reprocess_noise_reduction.py 78 out_surface = {"width":size[0], "height":size[1], "format":"jpg"}
79 cap = cam.do_capture(req, out_surface, reprocess_format)
101 cap = cam.do_capture(req, out_surface, reprocess_format)
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 28 def test_edge_mode(cam, edge_mode, sensitivity, exp, fd, out_surface):
59 test_fmt = out_surface["format"]
61 cap = cam.do_capture(req, out_surface, repeat_request=req)
93 out_surface = {"width":size[0], "height":size[1], "format":test_fmt}
107 ret = test_edge_mode(cam, edge_mode, s, e, fd, out_surface)
test_reprocess_edge_enhancement.py 28 def test_edge_mode(cam, edge_mode, sensitivity, exp, fd, out_surface,
66 cap = cam.do_capture(req, out_surface, reprocess_format)
114 out_surface = {"width":size[0], "height":size[1], "format":"jpg"}
128 ret = test_edge_mode(cam, edge_mode, s, e, fd, out_surface)
151 ret = test_edge_mode(cam, edge_mode, s, e, fd, out_surface,
  /frameworks/native/libs/vr/libdvr/
dvr_surface.cpp 72 size_t attribute_count, DvrSurface** out_surface) {
73 if (out_surface == nullptr) {
74 ALOGE("dvrSurfaceCreate: Invalid inputs: out_surface=%p.", out_surface);
94 *out_surface = new DvrSurface{status.take()};
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 100 out_surface = {"format": "raw"}
101 cap_raw = cam.do_capture(req, out_surface)
141 out_surface = [{"width": w_iter,
145 out_surface.append({"width": size_cmpr[0],
148 cap = cam.do_capture(req, out_surface)
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 69 out_surface = {"format": "yuv"}
70 cap = cam.do_capture(req, out_surface)
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 481 VkSurfaceKHR* out_surface) {
507 *out_surface = HandleFromSurface(surface);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]

Completed in 5623 milliseconds