Searched defs:Start (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.cpp52 void NamedStopWatch::Start() { function in class:android::filterfw::NamedStopWatch
88 mWatch->Start();
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp50 void NamedStopWatch::Start() { function in class:android::filterfw::NamedStopWatch
86 mWatch->Start();
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_mpeg2_stereo_proc.cpp52 int32 Start, Location of first element where stereo intensity is applied
163 int32 Start,
174 int32 *pt_xr = &xr[Start];
175 int32 *pt_xl = &xl[Start];
325 sfbStart = mp3_sfBandIndex[sfreq].l[sfb]; /* = Start in 0 ... 575 */
159 pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 m, int32 is_pos, int32 Start, int32 Number) argument
H A Dpvmp3_stereo_proc.cpp42 int32 Start, Location of first element where stereo intensity is applied
61 int32 Start, Location of first element where stereo intensity is applied
183 int32 Start,
187 int32 *pt_xr = &xr[Start];
188 int32 *pt_xl = &xl[Start];
221 int32 Start,
227 int32 *pt_xr = &xr[Start];
228 int32 *pt_xl = &xl[Start];
351 /* Start of intensity stereo of remaining sfc bands: */
354 sfbStart = mp3_sfBandIndex[sfreq].l[sfbTemp]; /* = Start i
181 pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 Start, int32 Number) argument
218 pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 is_pos, int32 Start, int32 Number) argument
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h114 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { argument
115 Start = FirstFuncConstantID;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h114 void getFunctionConstantRange(unsigned &Start, unsigned &End) const { argument
115 Start = FirstFuncConstantID;

Completed in 434 milliseconds