HomeSort by relevance Sort by last modified time
    Searched refs:mono (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/protobuf/csharp/
.gitignore 14 mono/bin
15 mono/tmp
16 mono/protoc
31 mono/TestResult.xml
32 mono/.libs
33 mono/*.exe
34 mono/*.dll
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 *v_out = rsPackColorTo8888(mono);
  /frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
mono.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 *v_out = rsPackColorTo8888(mono);
Android.mk 24 LOCAL_SRC_FILES := helloComputeNDK.cpp mono.rs
  /frameworks/rs/tests/cpp_api/cppbasic/
Android.mk 10 mono.rs \
mono.rs 54 float3 mono = dot(f4.rgb, gMonoMult);
55 *v_out = rsPackColorTo8888(mono);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
greyscale.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 return rsPackColorTo8888(mono);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
greyscale.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 return rsPackColorTo8888(mono);
posterize.rs 25 const static float3 mono = {0.299f, 0.587f, 0.114f};
36 float pixelIntensity = dot(rsUnpackColor8888(refpix).rgb, mono);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
greyscale.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 return rsPackColorTo8888(mono);
posterize.rs 25 const static float3 mono = {0.299f, 0.587f, 0.114f};
36 float pixelIntensity = dot(rsUnpackColor8888(refpix).rgb, mono);
  /cts/suite/audio_quality/test_description/processing/
example.py 26 # mono or stereo audio data
34 # This example takes 2 stereo data, 2 mono data, 2 i64, and 2 doubles
35 # and returns average as 1 stereo data, 1 mono data, 1 i64, and 1 double
48 mono = monoInt.astype(np.int16)
49 #print len(inputData[2]), len(inputData[3]), len(monoInt), len(mono)
54 outputData.append(mono)
  /frameworks/rs/tests/cpp_api/cppbasic-getpointer/
Android.mk 9 mono.rs \
  /frameworks/rs/tests/cpp_api/cppbasic-shared/
Android.mk 9 mono.rs \
mono.rs 54 float3 mono = dot(f4.rgb, gMonoMult);
55 *v_out = rsPackColorTo8888(mono);
  /frameworks/av/services/audioflinger/
FastMixer.h 40 virtual void setMasterMono(bool mono) { mMasterMono.store(mono); /* memory_order_seq_cst */ }
  /external/libvncserver/libvncserver/
hextile.c 96 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); \
294 * testColours() tests if there are one (solid), two (mono) or more
    [all...]
  /external/flatbuffers/samples/
csharp_sample.sh 17 # Note: This script runs on Mac and Linux. It requires `mono` to be installed
46 mono SampleBinary.exe
  /external/deqp/framework/common/
tcuInterval.cpp 145 const Interval mono = applyMonotone(std::abs, x); local
148 return Interval(0.0, mono);
150 return mono;
  /external/libvorbis/examples/
decoder_example.c 248 float *mono=pcm[i]; local
251 int val=floor(mono[j]*32767.f+.5f);
253 int val=mono[j]*32767.f+drand48()-0.5f;
  /system/core/logd/
LogBuffer.h 44 static bool isMonotonic(const log_time& mono) {
48 if (mono.tv_sec >= EPOCH_PLUS_2_YEARS) {
71 return mono.tv_sec < ((cpu.tv_sec + now.tv_sec) / 2);
  /external/webrtc/webrtc/common_audio/
audio_util_unittest.cc 129 int16_t mono[kSamplesPerChannel]; local
130 int16_t* deinterleaved[] = {mono};
132 ExpectArraysEq(kInterleaved, mono, kSamplesPerChannel);
136 ExpectArraysEq(mono, interleaved, kSamplesPerChannel);
  /build/make/target/product/
generic_no_telephony.mk 64 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
  /external/protobuf/
tests.sh 58 # Install latest version of Mono
60 echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
61 echo "deb http://download.mono-project.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/
tests.sh 58 # Install latest version of Mono
60 echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
61 echo "deb http://download.mono-project.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)

Completed in 846 milliseconds

1 2 3