Searched defs:loopStart (Results 1 - 12 of 12) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wt_IPC_frame.h70 EAS_U32 loopStart; /* points to first sample at start of loop */ member in struct:s_wt_config_tag
H A Deas_pcm.h47 EAS_U32 loopStart; member in struct:s_pcm_open_params_tag
H A Deas_wtengine.h128 EAS_U32 loopStart; /* points to first sample at start of loop */ member in struct:s_wt_voice_tag
H A Deas_pcmdata.h85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ member in struct:s_pcm_state_tag
H A Deas_sndlib.h229 EAS_U32 loopStart; member in struct:s_wt_region_tag
H A Deas_mdls.c230 EAS_U32 loopStart; member in struct:__anon21798
980 p->loopStart = 0;
1147 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopStart, EAS_FALSE)) != EAS_SUCCESS)
1156 && ((p->loopStart > EAS_U32_MAX - p->loopLength)
1157 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE))))
1309 || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE))
1314 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart];
1766 /* ensure loopStart and loopEnd fall in the range */
1771 || (pWsmp->loopStart
[all...]
/external/skia/src/sksl/
H A DSkSLCFGGenerator.cpp531 BlockId loopStart = cfg.newBlock(); local
532 fLoopContinues.push(loopStart);
540 cfg.addExit(cfg.fCurrent, loopStart);
548 BlockId loopStart = cfg.newBlock(); local
549 fLoopContinues.push(loopStart);
555 cfg.addExit(cfg.fCurrent, loopStart);
566 BlockId loopStart = cfg.newBlock(); local
588 cfg.addExit(cfg.fCurrent, loopStart);
/external/skqp/src/sksl/
H A DSkSLCFGGenerator.cpp531 BlockId loopStart = cfg.newBlock(); local
532 fLoopContinues.push(loopStart);
540 cfg.addExit(cfg.fCurrent, loopStart);
548 BlockId loopStart = cfg.newBlock(); local
549 fLoopContinues.push(loopStart);
555 cfg.addExit(cfg.fCurrent, loopStart);
566 BlockId loopStart = cfg.newBlock(); local
588 cfg.addExit(cfg.fCurrent, loopStart);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1392 milliseconds