Searched defs:endtime (Results 1 - 14 of 14) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcl_tent.c30 float endtime; member in struct:__anon4139
137 b->endtime = cl.time + 0.2;
146 if (!b->model || b->endtime < cl.time)
150 b->endtime = cl.time + 0.2;
363 if (!b->model || b->endtime < cl.time)
H A Dsnd_mix.c65 void S_TransferStereo16 (int endtime) argument
113 while (lpaintedtime < endtime)
121 if (lpaintedtime + snd_linear_count > endtime)
122 snd_linear_count = endtime - lpaintedtime;
139 void S_TransferPaintBuffer(int endtime) argument
158 S_TransferStereo16 (endtime);
163 count = (endtime - paintedtime) * shm->channels;
235 int ir = endtime - paintedtime;
258 void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int endtime);
259 void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int endtime);
261 S_PaintChannels(int endtime) argument
[all...]
H A Dsnd_dma.c858 unsigned endtime; local
875 endtime = soundtime + _snd_mixahead.value * shm->speed;
877 if ((int)(endtime - soundtime) > samps)
878 endtime = soundtime + samps;
899 S_PaintChannels (endtime);
/external/quake/quake/src/WinQuake/
H A Dsnd_mix.cpp73 void S_TransferStereo16 (int endtime) argument
121 while (lpaintedtime < endtime)
129 if (lpaintedtime + snd_linear_count > endtime)
130 snd_linear_count = endtime - lpaintedtime;
147 void S_TransferPaintBuffer(int endtime) argument
166 S_TransferStereo16 (endtime);
171 count = (endtime - paintedtime) * shm->channels;
243 int ir = endtime - paintedtime;
266 void SND_PaintChannelFrom8 (channel_t *ch, sfxcache_t *sc, int endtime);
267 void SND_PaintChannelFrom16 (channel_t *ch, sfxcache_t *sc, int endtime);
269 S_PaintChannels(int endtime) argument
[all...]
H A Dclient.h91 float endtime; member in struct:__anon4432
H A Dsnd_dma.cpp865 unsigned endtime; local
882 endtime = (unsigned) (soundtime + _snd_mixahead.value * shm->speed);
884 if ((int) (endtime - soundtime) > samps)
885 endtime = soundtime + samps;
906 S_PaintChannels (endtime);
/external/opencore/protocols/sdp/common/include/
H A Drm_media_info.h167 inline void setEndTime(int endtime) argument
169 rm_EndTime = endtime;
/external/opencore/pvmi/recognizer/src/
H A Dpvmf_recognizer_registry_impl.cpp547 uint32 endtime = OsclTickCount::TicksToMsec(currticks); local
548 OSCL_UNUSED_ARG(endtime);
555 i, (recresult->back()).iRecognitionConfidence, (endtime - starttime)));
557 //i,(recresult->back()).iRecognitionConfidence, (endtime-starttime), (recresult->back()).iRecognizedFormat.get_cstr()));
618 uint32 endtime = OsclTickCount::TicksToMsec(currticks); local
619 OSCL_UNUSED_ARG(endtime);
626 i, (recresult->back()).iRecognitionConfidence, (endtime - starttime)));
628 //i,(recresult->back()).iRecognitionConfidence, (endtime-starttime), (recresult->back()).iRecognizedFormat.get_cstr()));
/external/tremolo/Tremolo/
H A Dvorbisfile.c1191 ogg_int64_t endtime = vf->pcmlengths[link*2+1]+begintime; local
1203 (target-begintime)*(end-begin)/(endtime-begintime) - CHUNKSIZE;
1243 endtime=granulepos;
/external/icu4c/tools/tzcode/
H A Dlocaltime.c980 time_t endtime; local
1012 endtime = transtime(janfirst, year, &end,
1014 if (starttime > endtime) {
1015 *atp++ = endtime;
1022 *atp++ = endtime;
/external/opencore/engines/author/test/src/
H A Dpvaetest.cpp263 uint32 endtime = OsclTickCount::TicksToMsec(currticks); local
264 fprintf(file, " Time taken by the test: %d\n", (endtime - starttime));
/external/opencore/nodes/pvomxbasedecnode/src/
H A Dpvmf_omx_basedec_node.cpp773 uint32 endtime = OsclTickCount::TicksToMsec(endticks); local
775 timeinloop = (endtime - starttime);
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
H A Dpvmi_mio_avi_wav_file.cpp1154 uint32 endtime = 0; local
1155 endtime = OsclTickCount::TicksToMsec(currticks);
1159 iSettings.iStreamNumber, iNptTS, aDataSize, (endtime - starttime),
1185 uint32 endtime = 0; local
1186 endtime = OsclTickCount::TicksToMsec(currticks);
1190 iSettings.iStreamNumber, iNptTS, aDataSize, (endtime - starttime),
/external/opencore/nodes/pvomxencnode/src/
H A Dpvmf_omx_enc_node.cpp1060 uint32 endtime = OsclTickCount::TicksToMsec(endticks); local
1062 timeinloop = (endtime - starttime);

Completed in 749 milliseconds