HomeSort by relevance Sort by last modified time
    Searched refs:mono (Results 1 - 7 of 7) 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);
  /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>
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 126 WebRtc_Word16* mono,
131 mono[i] = static_cast<WebRtc_Word16>(int32);
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 630 font-family: dejavu sans mono, monospace;
    [all...]

Completed in 567 milliseconds