/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_mixer_manager_alsa_linux.cc | 18 // Accesses ALSA functions through our late-binding symbol table instead of 21 #define LATE(sym) \ macro 83 LATE(snd_mixer_free)(_outputMixerHandle); in CloseSpeaker() 88 LATE(snd_strerror)(errVal)); in CloseSpeaker() 90 errVal = LATE(snd_mixer_detach)(_outputMixerHandle, _outputMixerStr); in CloseSpeaker() 95 LATE(snd_strerror)(errVal)); in CloseSpeaker() 97 errVal = LATE(snd_mixer_close)(_outputMixerHandle); in CloseSpeaker() 125 LATE(snd_mixer_free)(_inputMixerHandle); in CloseMicrophone() 130 LATE(snd_strerror)(errVal)); in CloseMicrophone() 135 errVal = LATE(snd_mixer_detach)(_inputMixerHandle, _inputMixerStr); in CloseMicrophone() [all …]
|
D | audio_mixer_manager_pulse_linux.cc | 19 // Accesses Pulse functions through our late-binding symbol table instead of 22 #define LATE(sym) \ macro 33 LATE(pa_threaded_mainloop_lock)(pa_mainloop_); in AutoPulseLock() 37 LATE(pa_threaded_mainloop_unlock)(pa_mainloop_); in ~AutoPulseLock() 254 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream) in SetSpeakerVolume() 262 LATE(pa_stream_get_sample_spec)(_paPlayStream); in SetSpeakerVolume() 272 LATE(pa_cvolume_set)(&cVolumes, spec->channels, volume); in SetSpeakerVolume() 275 paOperation = LATE(pa_context_set_sink_input_volume)( in SetSpeakerVolume() 277 LATE(pa_stream_get_index)(_paPlayStream), in SetSpeakerVolume() 286 LATE(pa_operation_unref)(paOperation); in SetSpeakerVolume() [all …]
|
D | audio_device_alsa_linux.cc | 22 // Accesses ALSA functions through our late-binding symbol table instead of 25 #define LATE(sym) \ macro 28 // Redefine these here to be able to do late-binding 32 __builtin_alloca (LATE(snd_ctl_card_info_sizeof)()); \ 33 memset(*ptr, 0, LATE(snd_ctl_card_info_sizeof)()); } while (0) 38 __builtin_alloca (LATE(snd_pcm_info_sizeof)()); \ 39 memset(*pInfo, 0, LATE(snd_pcm_info_sizeof)()); } while (0) 1044 LATE(snd_pcm_close)(_handlePlayout); in InitPlayout() 1051 " %s", LATE(snd_strerror)(errVal)); in InitPlayout() 1063 errVal = LATE(snd_pcm_open) in InitPlayout() [all …]
|
D | audio_device_pulse_linux.cc | 23 // Accesses Pulse functions through our late-binding symbol table instead of 26 #define LATE(sym) \ macro 884 paOperation = LATE(pa_context_get_sink_info_list)(_paContext, in PlayoutDevices() 1021 paOperation = LATE(pa_context_get_source_info_list)(_paContext, in RecordingDevices() 1137 _playStream = LATE(pa_stream_new)(_paContext, "playStream", in InitPlayout() 1144 LATE(pa_context_errno)(_paContext)); in InitPlayout() 1160 LATE(pa_stream_get_state)(_playStream)); in InitPlayout() 1173 if (LATE(pa_context_get_protocol_version)(_paContext) in InitPlayout() 1180 LATE(pa_stream_get_sample_spec)(_playStream); in InitPlayout() 1188 size_t bytesPerSec = LATE(pa_bytes_per_second)(spec); in InitPlayout() [all …]
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 13 deferred 0, late collision 0, excessive collision 0, mac trans error 0 25 deferred 0, late collision 0, excessive collision 0, mac trans error 0 37 deferred 0, late collision 0, excessive collision 0, mac trans error 0 49 deferred 0, late collision 0, excessive collision 0, mac trans error 0 61 deferred 0, late collision 0, excessive collision 0, mac trans error 0 73 deferred 0, late collision 0, excessive collision 0, mac trans error 0 85 deferred 0, late collision 0, excessive collision 0, mac trans error 0 99 deferred 0, late collision 0, excessive collision 0, mac trans error 0 111 deferred 0, late collision 0, excessive collision 0, mac trans error 0 123 deferred 0, late collision 0, excessive collision 0, mac trans error 0 [all …]
|
/external/clang/test/CodeGenCXX/ |
D | vtable-key-function-ios.cpp | 2 …N: %clang_cc1 %s -triple=armv7-apple-darwin -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s 5 …%clang_cc1 %s -triple=x86_64-pc-windows-gnu -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s 10 // We do a separate CHECK-LATE pass because the RTTI definition gets 64 // CHECK-LATE: @_ZTS6Test1a = linkonce_odr constant 65 // CHECK-LATE: @_ZTI6Test1a = linkonce_odr constant 98 // CHECK-LATE: @_ZTS6Test2a = linkonce_odr constant 99 // CHECK-LATE: @_ZTI6Test2a = linkonce_odr constant 117 // CHECK-LATE: @_ZTS6Test2b = linkonce_odr constant 118 // CHECK-LATE: @_ZTI6Test2b = linkonce_odr constant 150 // CHECK-LATE: @_ZTS6Test3a = linkonce_odr constant [all …]
|
D | vtable-key-function-arm.cpp | 2 …%clang_cc1 %s -triple=armv7-unknown-unknown -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s 7 // We do a separate CHECK-LATE pass because the RTTI definition gets 93 // CHECK-LATE: @_ZTS6Test2a = constant 94 // CHECK-LATE: @_ZTI6Test2a = constant 114 // CHECK-LATE: @_ZTS6Test2b = constant 115 // CHECK-LATE: @_ZTI6Test2b = constant 148 // CHECK-LATE: @_ZTS6Test3a = linkonce_odr constant 149 // CHECK-LATE: @_ZTI6Test3a = linkonce_odr constant 169 // CHECK-LATE: @_ZTS6Test3b = linkonce_odr constant 170 // CHECK-LATE: @_ZTI6Test3b = linkonce_odr constant
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | nack.h | 35 // "late." A "late" packet with sequence number K is changed to "missing" any 87 // Note: Late packets are not included. 119 // late. 155 // update the list. That is; some packets will change from late to missing, 156 // some packets are inserted as missing and some inserted as late. 159 // Packets which are considered late for too long (according to 177 // exclusive, which is not arrived is considered late, and should should be 178 // in the list of late packets.
|
D | nack.cc | 99 // Some of the packets which were considered late, now are considered missing. in UpdateList() 128 // considered missing, and the rest are considered late. in AddToList()
|
/external/speex/libspeex/ |
D | jitter.c | 48 + late 146 …JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a… 154 …int late_cutoff; /**< How late must a packet be for it … 160 … /**< Total window over which the late frames are counted … 162 …int max_late_rate; /**< Absolute maximum amount of late p… 171 cost = delay + late_factor*[number of frames that would be late if we used that delay] 173 @param late_factor Equivalent cost of a late frame (in timestamp units) 180 int late = 0; in compute_opt_delay() local 209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late in compute_opt_delay() 236 cost = -latest + late_factor*late; in compute_opt_delay() [all …]
|
/external/libcxx/ |
D | TODO.TXT | 66 * INCOMPLETE - Late 36: permissions() error_code overload should be noexcept 67 * INCOMPLETE - Late 37: permissions() actions should be separate parameter 68 * INCOMPLETE - Late 42: resize_file() Postcondition missing argument
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 171 void late() { in late() function 194 late<float, true>(); in tlate() 195 late<S3, false>(); in tlate()
|
/external/webrtc/webrtc/base/ |
D | latebindingsymboltable.h.def | 13 // expand a declaration of a late-binding symbol table class. 20 // From a .h file, include the header(s) for the DLL to late-bind and the
|
/external/libcxx/test/libcxx/experimental/memory/memory.resource.global/ |
D | new_delete_resource_lifetime.pass.cpp | 18 // never end, even very late into program termination. This test constructs 19 // attempts to use 'new_delete_resource()' very late in program termination
|
D | global_memory_resource_lifetime.pass.cpp | 18 // never end, even very late into program termination. This test constructs 19 // attempts to use 'new_delete_resource()' very late in program termination
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | initial_delay_manager.h | 65 // sequence of late (or perhaps missing) packets is computed. 110 // If the number of late packets exceed this value (computed based on current
|
D | initial_delay_manager.cc | 168 // we cannot estimate the number of late packets. in LatePackets() 169 // If the last packet has been CNG, estimating late packets is not meaningful, in LatePackets()
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 90 Samples are split to two categories: early and late samples. All early samples are tested 91 before any late sample. A line is fitted to the early samples and it is compared to a 92 line fitted to the late samples. If the samples get similar values in the beginning of
|
/external/ImageMagick/config/ |
D | tap-driver.sh | 294 details = details " # AFTER LATE PLAN"; 329 # respectively of an "early" or a "late" plan. If we see the plan line 330 # after at least one TAP result has been seen, assume we have a late 386 # No further test results are acceptable after a "late" TAP plan 510 # it is ("early" is seen before any test result, "late" otherwise).
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 198 // LiveIntervals isn't commonly run this late. Re-establish preconditions. in addPreEmitPass() 209 // StoreResults above) very late, so that it sees as much code as possible, in addPreEmitPass() 210 // including code emitted by PEI and expanded by late tail duplication. in addPreEmitPass()
|
D | WebAssemblyPeephole.cpp | 11 /// \brief Late peephole optimizations for WebAssembly. 35 return "WebAssembly late peephole optimizer"; in getPassName()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 109 // Include implicit late predicates. in init() 150 // Some insns produce predicates too late to be used in the same packet. in init() 336 // or defined "late" in checkPredicates() 349 // Error out if predicate register defined "late" multiple times or in checkPredicates() 350 // defined late and regularly defined in checkPredicates()
|
/external/speex/include/speex/ |
D | speex_jitter.h | 71 /** Packet is lost or is late */ 112 /** Equivalent cost of one percent late packet in timestamp units */
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/ |
D | SOURCES | 2 Fetched in late 2011
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/ |
D | SOURCES | 2 Fetched in late 2011
|