Home
last modified time | relevance | path

Searched refs:ended (Results 1 – 25 of 203) sorted by relevance

123456789

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc215 bool ended = false; in SendAudio() local
224 ended = true; in SendAudio()
231 SendTelephoneEventPacket(ended, dtmf_timestamp_, in SendAudio()
240 ended, dtmf_timestamp_, in SendAudio()
243 if (!SendTelephoneEventPacket(ended, dtmf_timestamp_, in SendAudio()
343 bool RTPSenderAudio::SendTelephoneEventPacket(bool ended, in SendTelephoneEventPacket() argument
350 if (ended) { in SendTelephoneEventPacket()
383 uint8_t E = ended ? 0x80 : 0x00; in SendTelephoneEventPacket()
/external/zstd/tests/
Dbigdict.c29 int ended = 0; in compress() local
31 while (!ended && (in.pos < in.size || out.pos > 0)) { in compress()
38 ended = 1; in compress()
53 if (ended && rc != 0) { in compress()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dstress.c89 long long canceled, ended; variable
138 ended++; in threaded()
219 output(" - %llu threads ended\n", ended); in main()
/external/llvm/test/MC/AsmParser/
Dinline-comments.ll56 call void asm sideeffect "nop /* after explicit ended nop */", "~{dirflag},~{fpsr},~{flags}"() #0
58 ;CHECK: nop # after explicit ended nop
60 call void asm sideeffect "nop # after explicit ended nop", "~{dirflag},~{fpsr},~{flags}"() #0
62 ;CHECK: nop # after explicit ended nop
/external/llvm-project/llvm/test/MC/AsmParser/
Dinline-comments.ll56 call void asm sideeffect "nop /* after explicit ended nop */", "~{dirflag},~{fpsr},~{flags}"() #0
58 ;CHECK: nop # after explicit ended nop
60 call void asm sideeffect "nop # after explicit ended nop", "~{dirflag},~{fpsr},~{flags}"() #0
62 ;CHECK: nop # after explicit ended nop
/external/webrtc/modules/audio_coding/neteq/tools/
Dinitial_packet_inserter_neteq_input.cc70 bool InitialPacketInserterNetEqInput::ended() const { in ended() function in webrtc::test::InitialPacketInserterNetEqInput
71 return source_->ended(); in ended()
Dneteq_input.cc77 bool TimeLimitedNetEqInput::ended() const { in ended() function in webrtc::test::TimeLimitedNetEqInput
78 return ended_ || input_->ended(); in ended()
Dneteq_input.h75 virtual bool ended() const = 0;
93 bool ended() const override;
Dneteq_replacement_input.cc62 bool NetEqReplacementInput::ended() const { in ended() function in webrtc::test::NetEqReplacementInput
63 return source_->ended(); in ended()
Dinitial_packet_inserter_neteq_input.h34 bool ended() const override;
Dneteq_replacement_input.h35 bool ended() const override;
Dencode_neteq_input.h48 bool ended() const override;
Dneteq_packet_source_input.h36 bool ended() const override { return !next_output_event_ms_; } in ended() function
Dencode_neteq_input.cc55 bool EncodeNetEqInput::ended() const { in ended() function in webrtc::test::EncodeNetEqInput
/external/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dparse_delay_file.m33 error('File ending is not correct. Seems like the simulation ended abnormally.');
52 ended = 0; variable
60 while not(ended)
115 ended = 1; variable
/external/webrtc/modules/audio_coding/neteq/
Dneteq_decoder_plc_unittest.cc130 bool ended() const override { return input_->ended(); } in ended() function in webrtc::test::__anonf78052b90111::LossyInput
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DLottieValueAnimator.java93 boolean ended = !MiscUtils.contains(frame, getMinFrame(), getMaxFrame()); in doFrame()
99 if (ended) { in doFrame()
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-nested-blocks.m2 // This code triggered a bug where a dbg.declare intrinsic ended up with the
/external/clang/test/CodeGenObjC/
Ddebug-info-nested-blocks.m2 // This code triggered a bug where a dbg.declare intrinsic ended up with the
/external/llvm/test/CodeGen/AArch64/
Darm64-sitofp-combine-chains.ll5 ; operations in this function both ended up direct successors to the EntryToken
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-sitofp-combine-chains.ll5 ; operations in this function both ended up direct successors to the EntryToken
/external/angle/src/libANGLE/renderer/vulkan/doc/
DQueries.md32 In Vulkan, a query cannot be paused or resumed, only begun and ended. This means that GL queries
82 Similarly, when a transform feedback query is ended, the Vulkan query is ended as usual and then:
/external/python/cpython3/Doc/library/
Ddatatypes.rst8 types such as dates and times, fixed-type arrays, heap queues, double-ended
/external/perfetto/ui/src/frontend/
Dvideo_panel.ts34 if (globals.state.flagPauseEnabled && !(elem.ended)) {
/external/llvm-project/llvm/test/CodeGen/ARM/
Dload-arm.ll4 ; We ended up feeding a deleted node back to TableGen when we converted "Off *

123456789