HomeSort by relevance Sort by last modified time
    Searched refs:mono (Results 1 - 10 of 10) 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 63 mScript = new ScriptC_mono(mRS, getResources(), R.raw.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)
  /external/skia/gm/
verttext2.cpp 25 mono = SkTypeface::CreateFromName("Courier New", SkTypeface::kNormal);
54 mono, SkPaint::kLeft_Align);
56 mono, SkPaint::kCenter_Align);
84 SkTypeface* mono; member in class:skiagm::VertText2GM
  /external/bluetooth/bluez/audio/
gstsbcutil.c 97 gboolean joint, stereo, dual, mono; local
100 joint = stereo = dual = mono = FALSE;
111 else if (strcmp("mono", aux) == 0)
112 mono = TRUE;
115 if (channels == 1 && mono)
116 return "mono";
235 return "mono";
256 else if (g_ascii_strcasecmp(mode, "mono") == 0)
425 * if channels is 1, we must have channel mode = mono
426 * if channels is 2, we can't have channel mode = mono */
    [all...]
gstavdtpsink.c 353 if (strcmp(pref, "mono") == 0)
502 gboolean mono, stereo; local
513 g_value_set_static_string(value, "mono");
632 mono = FALSE;
635 mono = TRUE;
643 if (mono && stereo) {
648 if (mono)
672 gboolean mono, stereo; local
757 mono = FALSE;
760 mono = TRUE
795 gboolean mono, stereo; local
962 gboolean mono, stereo; local
    [all...]
  /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>
  /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)
  /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 626 milliseconds