Home
last modified time | relevance | path

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

123

/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/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/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/opencv3/3rdparty/libjasper/
Djas_cm.c98 static int mono(jas_iccprof_t *prof, int op, jas_cmpxformseq_t **pxformseq);
194 fwdshapmat->mono = 0; in jas_cmprof_createsycc()
215 revshapmat->mono = 0; in jas_cmprof_createsycc()
265 if (mono(prof->iccprof, 0, &fwdpxformseq)) in jas_cmprof_createfromiccprof()
267 if (mono(prof->iccprof, 1, &revpxformseq)) in jas_cmprof_createfromiccprof()
759 shapmat->mono = 0; in jas_cmpxform_createshapmat()
795 if (!shapmat->mono) { in jas_cmshapmat_apply()
1068 static int mono(jas_iccprof_t *iccprof, int op, jas_cmpxformseq_t **retpxformseq) in mono() function
1091 shapmat->mono = 1; in mono()
1161 shapmat->mono = 0; in triclr()
/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/avahi/
Davahi-sharp.pc.in8 Libs: -r:${libdir}/mono/avahi-sharp/avahi-sharp.dll
Davahi-ui-sharp.pc.in9 Libs: -r:${libdir}/mono/avahi-ui-sharp/avahi-ui-sharp.dll
Dconfigure.ac839 # Check for mono stuff
843 AC_ARG_ENABLE(mono, optenable
844 AS_HELP_STRING([--disable-mono],[Disable mono bindings]),
848 *) AC_MSG_ERROR(bad value ${enableval} for --enable-mono) ;;
874 AS_HELP_STRING([--disable-monodoc],[Disable documentation for mono bindings]),
/external/selinux/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/opencv3/modules/python/test/
Dcamera_calibration.py217 def get_corners(mono, refine = False): argument
218 …(ok, corners) = cv.FindChessboardCorners(mono, (num_x_ints, num_y_ints), cv.CV_CALIB_CB_ADAPTIVE_T…
220 …corners = cv.FindCornerSubPix(mono, corners, (5,5), (-1,-1), ( cv.CV_TERMCRIT_EPS+cv.CV_TERMCRIT_I…
/external/opencv3/3rdparty/libjasper/jasper/
Djas_cm.h166 int mono; member
/external/sonic/
DREADME21 I sped up a 751958176 byte wav file with sonic (a 9 hour, 28 minute mono audio
/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/dbus/
DChangeLog.pre-1-01862 * mono/Connection.cs, mono/Message.cs: Check Target type
2191 * mono/doc/Makefile.am: Fix parallel make problem with mono-doc
2211 * mono/Arguments.cs: Fix a magic number in the mono bindings
2841 * configure.in: Set mono, mono-docs and Qt3 to default
3009 * mono/Makefile.am: Add Int16.cs and UInt16.cs
3011 * mono/DBusType/Array.cs: Handle multidimensional arrays, and
3014 * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
4496 * mono/doc/Makefile.am:
5298 * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
5303 * mono/BusDriver.cs: Update method names: ListServices
[all …]
DNEWS.pre-1-0316 - mono bindings now compiles correctly
317 - mono binding cleanups
341 - mono bindings updated to the new API
359 - error out if --enable-mono is explicitly set and mono libs can't be found
364 - lots and lots of mono binding updates, including fixes to make it
/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.
/external/valgrind/docs/internals/
DBIG_APP_NOTES.txt80 --disable-gstreamer --disable-mono
/external/curl/docs/
DBINDINGS128 http://forge.novell.com/modules/xfmod/project/?libcurl-mono

123