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

  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
26 *v_out = rsPackColorTo8888(mono);
HelloCompute.java 65 mScript = new ScriptC_mono(mRS, getResources(), R.raw.mono);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
greyscale.fs 24 float3 mono = dot(f4.rgb, gMonoMult);
25 return rsPackColorTo8888(mono);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
greyscale.fs 24 float3 mono = dot(f4.rgb, gMonoMult);
25 return rsPackColorTo8888(mono);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
greyscale.fs 24 float3 mono = dot(f4.rgb, gMonoMult);
25 return rsPackColorTo8888(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/cppbasic/
mono.rs 48 float3 mono = dot(f4.rgb, gMonoMult);
49 *v_out = rsPackColorTo8888(mono);
Android.mk 5 mono.rs \
  /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;
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 6 Accept deprecated 'mono' alias, replacing it with 'monospace'
10 <string>mono</string>
154 <string>Nimbus Mono L</string>
253 <family>Nimbus Mono L</family>
  /external/libvorbis/lib/
psytune.c 486 float *mono=out[i]; local
489 int val=mono[j]*32767.;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 283 u8 mono:1; member in struct:wf_patch
403 only handles mono samples in a given slot), and the only way to do
410 0 no channel selection (use channel 1, sample is MONO)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 283 u8 mono:1; member in struct:wf_patch
403 only handles mono samples in a given slot), and the only way to do
410 0 no channel selection (use channel 1, sample is MONO)
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 113 does not increment at twice the speed of a mono stream).
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 144 int16_t* mono,
149 mono[i] = static_cast<int16_t>(int32);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 630 font-family: dejavu sans mono, monospace;
    [all...]

Completed in 613 milliseconds