Searched refs:timeOut (Results 1 – 7 of 7) sorted by relevance
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 536 INT_PCM *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot2() argument 602 timeOut += no_channels*stride; in qmfSynPrototypeFirSlot2() 617 timeOut -= stride; in qmfSynPrototypeFirSlot2() 622 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2() 624 timeOut[0] = result1 << scale; in qmfSynPrototypeFirSlot2() 628 timeOut -= stride; in qmfSynPrototypeFirSlot2() 633 timeOut[0] = result2 >> scale; in qmfSynPrototypeFirSlot2() 635 timeOut[0] = result2 << scale; in qmfSynPrototypeFirSlot2() 642 timeOut -= stride; in qmfSynPrototypeFirSlot2() 647 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | ExitTest.java | 60 long timeOut = settings.getTimeout(); in testExit001() local 69 if (System.currentTimeMillis() - startTime > timeOut) { in testExit001()
|
/external/aac/libSBRdec/src/ |
D | sbr_dec.h | 164 INT_PCM *timeOut, /*!< pointer to output time signal */ 175 INT_PCM *timeOut, /*!< pointer to output time signal */
|
D | sbr_dec.cpp | 314 INT_PCM *timeOut, /*!< pointer to output time signal */ in sbr_dec() argument 531 timeOut, in sbr_dec() 673 timeOut+(i*synQmf->no_channels*strideOut), in sbr_dec()
|
/external/aac/libFDK/include/ |
D | qmf.h | 195 INT_PCM *timeOut, /*!< Time signal */ 232 INT_PCM *timeOut,
|
/external/aac/libFDK/src/ |
D | qmf.cpp | 180 INT_PCM *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot() argument 217 timeOut[ (j)*stride ] = tmp; in qmfSynPrototypeFirSlot() 248 INT_PCM *RESTRICT timeOut, /*!< Time domain data */ in qmfSynPrototypeFirSlot_NonSymmetric() argument 282 timeOut[j*stride] = tmp; in qmfSynPrototypeFirSlot_NonSymmetric() 837 INT_PCM *timeOut, in qmfSynthesisFilteringSlot() argument 873 timeOut, in qmfSynthesisFilteringSlot() 880 timeOut, in qmfSynthesisFilteringSlot() 923 INT_PCM *timeOut, /*!< Pointer to output */ in qmfSynthesisFiltering() argument 952 timeOut+(i*L*stride), in qmfSynthesisFiltering()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 233 static volatile int timeOut = LONG_TIME; variable 616 timeOut = LONG_TIME; in myTimerCallBack() 619 …dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_… in myTimerCallBack() 620 (uint64_t)timeOut * NSEC_PER_SEC, 0); in myTimerCallBack() 650 timeOut = 5; in reg_reply() 653 …dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_… in reg_reply() 654 (uint64_t)timeOut * NSEC_PER_SEC, 0); in reg_reply() 839 …dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_… in HandleEvents() 840 (uint64_t)timeOut * NSEC_PER_SEC, 0); in HandleEvents() 870 tv.tv_sec = timeOut;
|