Home
last modified time | relevance | path

Searched refs:timeOut (Results 1 – 9 of 9) sorted by relevance

/external/aac/libFDK/src/arm/
Dqmf_arm.cpp536 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/webkit/Tools/DumpRenderTree/chromium/
DDumpRenderTree.cpp83 string timeOut; in runTest() local
86 timeOut = pathOrURL.substr(separatorPosition + 1); in runTest()
88 separatorPosition = timeOut.find_first_of(' '); in runTest()
90 params.pixelHash = timeOut.substr(separatorPosition + 1); in runTest()
91 timeOut.erase(separatorPosition); in runTest()
93 shell.setLayoutTestTimeout(atoi(timeOut.c_str())); in runTest()
/external/aac/libSBRdec/src/
Dsbr_dec.h164 INT_PCM *timeOut, /*!< pointer to output time signal */
175 INT_PCM *timeOut, /*!< pointer to output time signal */
Dsbr_dec.cpp314 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/
Dqmf.h193 INT_PCM *timeOut, /*!< Time signal */
230 INT_PCM *timeOut,
/external/aac/libFDK/src/
Dqmf.cpp180 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/
Ddns-sd.c233 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;
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
Doptions.js89 function showUserMessages(id, timeOut, message) { argument
96 '-webkit-transition', 'opacity' + timeOut + 's ease-in');
/external/webkit/Tools/DumpRenderTree/wx/
DDumpRenderTreeWx.cpp65 const unsigned timeOut = 10; variable