/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 663 XF86VideoAdaptorPtr adapt; in xorg_setup_textured_adapter() local 674 adapt = calloc(1, sizeof(XF86VideoAdaptorRec)); in xorg_setup_textured_adapter() 677 if (adapt == NULL || dev_unions == NULL || attrs == NULL) { in xorg_setup_textured_adapter() 678 free(adapt); in xorg_setup_textured_adapter() 684 adapt->type = XvWindowMask | XvInputMask | XvImageMask; in xorg_setup_textured_adapter() 685 adapt->flags = 0; in xorg_setup_textured_adapter() 686 adapt->name = "Gallium3D Textured Video"; in xorg_setup_textured_adapter() 687 adapt->nEncodings = 1; in xorg_setup_textured_adapter() 688 adapt->pEncodings = DummyEncoding; in xorg_setup_textured_adapter() 689 adapt->nFormats = NUM_FORMATS; in xorg_setup_textured_adapter() [all …]
|
/external/skia/src/opts/ |
D | SkOpts_sse41.cpp | 136 static Adapt<Fn> adapt(Fn&& fn) { return { fn }; } in adapt() function 176 loop(n, tgt, dst, src, cov, adapt([=](__m128i d, __m128i, __m128i) { in blit_row_color32() 190 adapt([](__m128i d, __m128i s, __m128i c) { in blit_mask_d32_a8() 203 adapt([](__m128i d, __m128i s, __m128i c) { in blit_mask_d32_a8()
|
/external/icu/icu4c/source/test/intltest/ |
D | punyref.c | 108 static punycode_uint adapt( in adapt() function 200 bias = adapt(delta, h + 1, h == b); in punycode_encode() 271 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
|
/external/opencv3/modules/photo/src/ |
D | tonemap.cpp | 316 Mat adapt = color_adapt * channels[i] + (1.0f - color_adapt) * gray_img; in process() local 317 adapt = light_adapt * adapt + (1.0f - light_adapt) * global; in process() 318 pow(intensity * adapt, map_key, adapt); in process() 319 channels[i] = channels[i].mul(1.0f / (adapt + channels[i])); in process()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 119 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference 207 bias = adapt(delta, h + 1, (h == b)); in encode() 353 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 120 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference 208 bias = adapt(delta, h + 1, (h == b)); in encode() 354 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
|
/external/libopus/src/ |
D | analysis.c | 581 float adapt; in tonality_analysis() local 582 adapt = 1.f/(++tonal->music_confidence_count); in tonality_analysis() 584 tonal->music_confidence += adapt*MAX16(-.2f,frame_probs[0]-tonal->music_confidence); in tonality_analysis() 588 float adapt; in tonality_analysis() local 589 adapt = 1.f/(++tonal->speech_confidence_count); in tonality_analysis() 591 tonal->speech_confidence += adapt*MIN16(.2f,frame_probs[0]-tonal->speech_confidence); in tonality_analysis()
|
/external/clang/docs/analyzer/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/external/zxing/qr_scanner/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/mesa3d/src/gallium/docs/source/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/slf4j/slf4j-android/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/replicaisland/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/external/opencv3/platforms/android/service/engine/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/skia/platform_tools/android/examples/hello_skia_app/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/webrtc/webrtc/examples/androidapp/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/webrtc/webrtc/examples/androidtests/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/webrtc/talk/app/webrtc/androidtests/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/clang/docs/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/mesa3d/src/ |
D | SConscript | 16 # used. libgl-xlib and libgl-gdi adapt themselves to use the targets defined
|