Searched refs:mono (Results 1 - 13 of 13) sorted by relevance

/external/libvorbis/examples/
H A Ddecoder_example.c248 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/chromium-trace/trace-viewer/src/base/
H A Dunittest.css47 font-family: dejavu sans mono, monospace;
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl-mono-runtime.sh183 --with-static-mono=no
189 make ${JOBS} -C mono/metadata libmonoruntime.la
/external/chromium_org/third_party/opus/src/tests/
H A Drun_vectors.sh73 echo Testing mono
133 grep quality logs_mono.txt | awk '{sum+=$4}END{print "Average mono quality is", sum/NR, "%"}'
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc169 bool mono) {
206 int num_channels = mono ? 1 : 2;
314 // PESQ is only mono-aware, so the files should preferably be recorded in mono.
168 StartRecording(int duration_sec, const base::FilePath& output_file, bool mono) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h110 unsigned mono : 1; member in struct:sm4_token_instruction::__anon13302::__anon13308
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h110 unsigned mono : 1; member in struct:sm4_token_instruction::__anon23787::__anon23793
/external/libvorbis/lib/
H A Dpsytune.c486 float *mono=out[i]; local
489 int val=mono[j]*32767.;
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex113 does not increment at twice the speed of a mono stream).
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc144 int16_t* mono,
149 mono[i] = static_cast<int16_t>(int32);
143 MixStereoToMono(const int16_t* stereo, int16_t* mono, int samples_per_channel) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp764 check(!dcl.dcl_sampler.mono);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp764 check(!dcl.dcl_sampler.mono);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dinspector.css836 font-family: dejavu sans mono, monospace;

Completed in 496 milliseconds