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

  /external/adhd/cras/src/tests/
audio_area_unittest.cc 16 static const int8_t mono[CRAS_CH_MAX] = { variable
184 src_fmt.channel_layout[i] = mono[i];
210 fmt.channel_layout[i] = mono[i];
  /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/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);
  /external/ImageMagick/Magick++/lib/
Color.cpp 750 void Magick::ColorMono::mono(bool mono_) function in class:Magick::ColorMono
757 bool Magick::ColorMono::mono(void) const function in class:Magick::ColorMono
  /prebuilts/go/darwin-x86/src/time/
time.go 217 // mono returns t's monotonic clock reading.
222 func (t *Time) mono() int64 { func
1040 func now() (sec int64, nsec int32, mono int64)
1044 sec, nsec, mono := now()
1049 return Time{hasMonotonic | uint64(sec)<<nsecShift | uint64(nsec), mono, Local}
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 217 // mono returns t's monotonic clock reading.
222 func (t *Time) mono() int64 { func
1040 func now() (sec int64, nsec int32, mono int64)
1044 sec, nsec, mono := now()
1049 return Time{hasMonotonic | uint64(sec)<<nsecShift | uint64(nsec), mono, Local}
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.h 451 } mono; member in struct:si_shader_key
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 790 virtual status_t setMasterMono(bool mono)
794 data.writeInt32(static_cast<int32_t>(mono));
802 virtual status_t getMasterMono(bool *mono)
804 if (mono == nullptr) {
816 *mono = static_cast<bool>(reply.readInt32());
1516 bool mono = static_cast<bool>(data.readInt32()); local
1524 bool mono; local
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 577 android_media_AudioSystem_setMasterMono(JNIEnv *env, jobject thiz, jboolean mono)
579 return (jint) check_AudioSystem_Command(AudioSystem::setMasterMono(mono));
585 bool mono; local
586 if (AudioSystem::getMasterMono(&mono) != NO_ERROR) {
587 mono = false;
589 return mono;
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 212 milliseconds