HomeSort by relevance Sort by last modified time
    Searched defs:caps (Results 51 - 75 of 338) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/apps/CameraITS/tests/scene1/
test_raw_sensitivity.py 16 import its.caps namespace
38 its.caps.skip_unless(its.caps.raw16(props) and
39 its.caps.manual_sensor(props) and
40 its.caps.read_3a(props) and
41 its.caps.per_frame_control(props))
test_reprocess_noise_reduction.py 16 import its.caps namespace
47 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
48 its.caps.per_frame_control(props) and
49 its.caps.noise_reduction_mode(props, 0) and
50 (its.caps.yuv_reprocess(props) or
51 its.caps.private_reprocess(props)))
54 assert(its.caps.noise_reduction_mode(props, 4))
57 if (its.caps.yuv_reprocess(props)):
59 if (its.caps.private_reprocess(props))
    [all...]
test_capture_result.py 16 import its.caps namespace
37 its.caps.skip_unless(its.caps.manual_sensor(props) and
38 its.caps.manual_post_proc(props) and
39 its.caps.per_frame_control(props))
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 16 import its.caps namespace
87 its.caps.skip_unless(its.caps.read_3a(props) and
88 its.caps.per_frame_control(props) and
89 its.caps.edge_mode(props, 0))
103 if not its.caps.edge_mode(props, edge_mode):
test_reprocess_edge_enhancement.py 16 import its.caps namespace
98 its.caps.skip_unless(its.caps.read_3a(props) and
99 its.caps.per_frame_control(props) and
100 its.caps.edge_mode(props, 0) and
101 (its.caps.yuv_reprocess(props) or
102 its.caps.private_reprocess(props)))
105 assert(its.caps.edge_mode(props, 3))
108 if (its.caps.yuv_reprocess(props)):
110 if (its.caps.private_reprocess(props))
    [all...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 16 import its.caps namespace
72 its.caps.skip_unless(not its.caps.radial_distortion_correction(props))
73 its.caps.skip_unless(its.caps.read_3a(props))
74 full_device = its.caps.full_or_better(props)
75 limited_device = its.caps.limited(props)
76 its.caps.skip_unless(full_device or limited_device)
77 level3_device = its.caps.level3(props)
78 raw_avlb = its.caps.raw16(props
    [all...]
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 16 import its.caps namespace
  /external/skia/src/gpu/
GrResourceProvider.h 148 const GrCaps* caps() { return this->gpu()->caps(); } function in class:GrResourceProvider
  /external/webrtc/webrtc/libjingle/xmpp/
presenceouttask.cc 114 std::string caps; local
115 caps.append(s.voice_capability() ? "voice-v1" : "");
116 caps.append(s.pmuc_capability() ? " pmuc-v1" : "");
117 caps.append(s.video_capability() ? " video-v1" : "");
118 caps.append(s.camera_capability() ? " camera-v1" : "");
120 result->AddAttr(QN_EXT, caps, 1);
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 16 import its.caps namespace
  /external/skia/tests/
VkUploadPixelsTests.cpp 64 const GrVkCaps* caps = reinterpret_cast<const GrVkCaps*>(context->caps()); local
70 if (!caps->isConfigTexurableLinearly(config) ||
71 (renderTarget && !caps->isConfigRenderableLinearly(config, false))) {
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /device/google/contexthub/firmware/src/
printf.c 22 static uint32_t StrPrvPrintfEx_number(printf_write_c putc_, void* userData, uint64_t number, bool base10, bool zeroExtend, bool isSigned, uint32_t padToLength, bool caps, bool* bail)
55 chr = (chr >= 10) ? (chr + (caps ? 'A' : 'a') - 10) : (chr + '0');
147 bool zeroExtend = false, useLong = false, useLongLong = false, useSizeT = false, bail = false, caps = false; local
244 caps = true;
249 numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, false, zeroExtend, false, padToLength, caps, &bail);
259 numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, false, zeroExtend, false, padToLength, caps, &bail);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 193 cam_capability_t *caps = ( cam_capability_t * ) ( test_obj->cap_buf.buf.buffer ); local
194 if (caps->min_required_pp_mask & CAM_QCOM_FEATURE_SHARPNESS) {
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 193 cam_capability_t *caps = ( cam_capability_t * ) ( test_obj->cap_buf.buf.buffer ); local
194 if (caps->min_required_pp_mask & CAM_QCOM_FEATURE_SHARPNESS) {
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 193 cam_capability_t *caps = ( cam_capability_t * ) ( test_obj->cap_buf.buf.buffer ); local
194 if (caps->min_required_pp_mask & CAM_QCOM_FEATURE_SHARPNESS) {
  /external/ImageMagick/scripts/
txt2html 89 # * swapped order of caps & heading in main loop
114 # * Fixed minor bug in CAPS handling (paragraph breaks broke)
189 # [-c <n> ] | [--caps <n> ]
190 $min_caps_length = 3; # min sequential CAPS for an all-caps line
193 $caps_tag = "STRONG"; # Tag to put around all-caps lines
253 $CAPS = 512;
275 $s [-c <n> ] | [--caps <n> ]
352 if (($ARGV[0] eq "-c" || $ARGV[0] eq "--caps") &&
790 sub caps subroutine
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_unittest.cc 140 v4l2_capability caps; local
141 if (!v4l2_dev.ProbeCaps(&caps, true)) {
142 printf("[Error] Can not probe caps on device '%s'\n", dev_name);
184 v4l2_capability caps; local
185 if (!v4l2_dev.ProbeCaps(&caps, true)) {
186 printf("[Error] Can not probe caps on device '%s'\n", dev_name);
190 if (caps.capabilities & V4L2_CAP_TIMEPERFRAME) {
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 47 int header = 0, show_all = 0, caps; local
118 caps = capng_have_capabilities(CAPNG_SELECT_CAPS);
119 if (caps > CAPNG_NONE) {
171 if (caps == CAPNG_PARTIAL) {
  /external/libopus/celt/
modes.h 54 const unsigned char *caps; member in struct:__anon16087
  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 313 VGbitfield caps; local
336 caps = path_capabilities(p);
337 if (!(caps & VG_PATH_CAPABILITY_POINT_ALONG_PATH) ||
338 !(caps & VG_PATH_CAPABILITY_TANGENT_ALONG_PATH)) {
371 VGbitfield caps; local
391 caps = path_capabilities(p);
392 if (!(caps & VG_PATH_CAPABILITY_PATH_BOUNDS)) {
408 VGbitfield caps; local
428 caps = path_capabilities(p);
429 if (!(caps & VG_PATH_CAPABILITY_PATH_TRANSFORMED_BOUNDS))
    [all...]
vgu.c 60 VGbitfield caps; local
65 caps = vgGetPathCapabilities(path);
66 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
87 VGbitfield caps; local
98 caps = vgGetPathCapabilities(path);
99 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
139 VGbitfield caps; local
144 caps = vgGetPathCapabilities(path);
145 if (!(caps & VG_PATH_CAPABILITY_APPEND_TO)) {
182 VGbitfield caps; local
233 VGbitfield caps; local
268 VGbitfield caps; local
    [all...]
  /external/opencv3/samples/python2/
video.py 182 caps = map(create_capture, sources) variable
186 for i, cap in enumerate(caps):
  /external/skia/src/gpu/gl/
GrGLContext.h 34 const GrGLCaps* caps() const { return fGLCaps.get(); } function in class:GrGLContextInfo
35 GrGLCaps* caps() { return fGLCaps; } function in class:GrGLContextInfo
  /external/skia/src/gpu/glsl/
GrGLSLVarying.cpp 94 const GrGLSLCaps& caps = *fProgramBuilder->glslCaps(); local
95 if (!caps.noperspectiveInterpolationSupport()) {
98 if (const char* extension = caps.noperspectiveInterpolationExtensionString()) {

Completed in 1809 milliseconds

1 23 4 5 6 7 8 91011>>