Home
last modified time | relevance | path

Searched refs:mono (Results 1 – 25 of 73) sorted by relevance

123

/external/protobuf/csharp/
D.gitignore14 mono/bin
15 mono/tmp
16 mono/protoc
31 mono/TestResult.xml
32 mono/.libs
33 mono/*.exe
34 mono/*.dll
/external/libvncserver/libvncserver/
Dhextile.c96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\
97 static void testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, \
111 rfbBool mono, solid; \
143 &mono, &solid, &newBg, &newFg); \
158 if (mono) { \
170 if (!subrectEncode##bpp(cl, clientPixelData, w, h, bg, fg, mono)) { \
197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono) \
258 if (mono) { \
269 if (!mono) PUT_PIXEL##bpp(cl2); \
300 testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, rfbBool *solid, \
[all …]
/external/webrtc/webrtc/common_audio/
Daudio_util_unittest.cc129 int16_t mono[kSamplesPerChannel]; in TEST() local
130 int16_t* deinterleaved[] = {mono}; in TEST()
132 ExpectArraysEq(kInterleaved, mono, kSamplesPerChannel); in TEST()
136 ExpectArraysEq(mono, interleaved, kSamplesPerChannel); in TEST()
/external/protobuf/jenkins/docker/
DDockerfile22 run echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list…
23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc…
47 mono-devel \
/external/deqp/framework/common/
DtcuInterval.cpp145 const Interval mono = applyMonotone(std::abs, x); in abs() local
148 return Interval(0.0, mono); in abs()
150 return mono; in abs()
/external/libvorbis/examples/
Ddecoder_example.c248 float *mono=pcm[i]; in main() local
251 int val=floor(mono[j]*32767.f+.5f); in main()
253 int val=mono[j]*32767.f+drand48()-0.5f; in main()
/external/protobuf/
Dtests.sh60 …load.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
61 …com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
63 sudo apt-get install -qq mono-devel referenceassemblies-pcl nunit
68 (cd csharp/src; mono $NUGET restore)
/external/protobuf/util/
Dtests.sh60 …load.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
61 …com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
63 sudo apt-get install -qq mono-devel referenceassemblies-pcl nunit
68 (cd csharp/src; mono $NUGET restore)
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc61 void ForceInputMono(bool mono);
68 void ForceReverseMono(bool mono);
155 void DebugDumpGenerator::ForceInputMono(bool mono) { in ForceInputMono() argument
156 const int channels = mono ? 1 : input_file_channels_; in ForceInputMono()
167 void DebugDumpGenerator::ForceReverseMono(bool mono) { in ForceReverseMono() argument
168 const int channels = mono ? 1 : reverse_file_channels_; in ForceReverseMono()
/external/webrtc/webrtc/common_audio/include/
Daudio_util.h124 void UpmixMonoToInterleaved(const T* mono, in UpmixMonoToInterleaved() argument
131 interleaved[interleaved_idx++] = mono[i]; in UpmixMonoToInterleaved()
/external/flatbuffers/samples/
Dcsharp_sample.sh46 mono SampleBinary.exe
/external/ImageMagick/Magick++/lib/Magick++/
DColor.h336 void mono(const bool mono_);
337 bool mono(void) const;
/external/selinux/python/sepolgen/tests/test_data/
Dshort.log5 …d=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" subj=staff_u:staff…
7 …d=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" subj=staff_u:staff…
/external/webrtc/resources/audio_coding/
DREAD.ME3 testfile32kHz.pcm - mono speech file samples at 32 kHz
/external/autotest/client/site_tests/platform_TraceClockMonotonic/
Dcontrol7 Checks for "mono" option in trace_clock and runs a binary that creates
/external/libopus/tests/
Drun_vectors.sh73 echo Testing mono
/external/libvorbis/lib/
Dpsytune.c486 float *mono=out[i]; in main() local
489 int val=mono[j]*32767.; in main()
/external/ImageMagick/coders/
DMake.com81 $call Make mono.c
156 meta,miff,mpc,mpr,msl,mpeg,mono,mtv,mvg,null,otb,pattern,pcd,pcl,pcx,pdb, -
DAndroid.mk79 mono.c\
/external/sonic/
DREADME21 I sped up a 751958176 byte wav file with sonic (a 9 hour, 28 minute mono audio
/external/libopus/
DREADME.draft49 -forcemono : force mono encoding, even for stereo input
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.mm73 // Try to use mono to save resources. Also avoids channel format conversion
75 // mono natively for built-in microphones and for BT headsets but not for
77 // but it is a low cost operation to do a format conversion to mono in the
195 // We try to use mono in both directions to save resources and format
330 // parameters. Note that, even if we are unable to get a mono audio session,
332 // to guarantee mono on the "input side" of the audio unit.
800 // - no need to specify interleaving since only mono is supported
1088 // Verify 16-bit, noninterleaved mono PCM signal format.
/external/flatbuffers/docs/source/
DJavaCsharpUsage.md57 Optionally, you can run this using [Mono](http://www.mono-project.com/) instead.
63 mono Assert.exe
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
Dsm4.h110 unsigned mono : 1; member
/external/dnsmasq/contrib/webmin/
DREADME22 I am mono-lingual so no other language support as yet.

123