Searched refs:shortData (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
D | SinkI16.cpp | 32 int16_t *shortData = (int16_t *) data; in read() local 45 memcpy_to_i16_from_float(shortData, signal, numSamples); in read() 46 shortData += numSamples; in read() 51 *shortData++ = std::min(INT16_MAX, std::max(INT16_MIN, n)); // clip in read()
|
D | SourceI16.cpp | 42 const int16_t *shortData = &shortBase[mFrameIndex * channelCount]; in onProcess() local 45 memcpy_to_float_from_i16(floatData, shortData, numSamples); in onProcess() 48 *floatData++ = *shortData++ * (1.0f / 32768); in onProcess()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | SourceI16Caller.cpp | 35 const int16_t *shortData = mConversionBuffer.get(); in onProcess() local 39 memcpy_to_float_from_i16(floatData, shortData, numSamples); in onProcess() 42 *floatData++ = *shortData++ * (1.0f / 32768); in onProcess()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | InputStreamCallbackAnalyzer.cpp | 29 int16_t *shortData = (int16_t *) audioData; in onAudioReady() local 31 mRecording->write(shortData, numFrames); in onAudioReady() 33 int16_t *frameData = shortData; in onAudioReady()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 2930 …matchAlphaMonthStrings(String text, int start, String[] wideData, String[] shortData, Calendar cal) in matchAlphaMonthStrings() argument 2948 for (i = 0; i<shortData.length; ++i) in matchAlphaMonthStrings() 2950 int length = shortData[i].length(); in matchAlphaMonthStrings() 2955 … (matchLength = regionMatchesWithOptionalDot(text, start, shortData[i], length)) >= 0) in matchAlphaMonthStrings()
|
/third_party/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2929 const UnicodeString* shortData, in matchAlphaMonthStrings() argument 2945 if ((matchLen = matchStringWithOptionalDot(text, start, shortData[i])) > bestMatchLength) { in matchAlphaMonthStrings()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | smpdtfmt.cpp | 2871 const UnicodeString* shortData, in matchAlphaMonthStrings() argument 2887 if ((matchLen = matchStringWithOptionalDot(text, start, shortData[i])) > bestMatchLength) { in matchAlphaMonthStrings()
|