OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destinationlength
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioBus.cpp
404
int
destinationLength
= sourceLength / sampleRateRatio;
408
OwnPtr<AudioBus> destinationBus(adoptPtr(new AudioBus(numberOfDestinationChannels,
destinationLength
)));
/external/icu4c/i18n/
usearch.cpp
205
* size
destinationlength
.
208
* @param
destinationlength
target array size, return value for the new size
218
uint32_t *
destinationlength
,
223
uint32_t newlength = *
destinationlength
;
232
*
destinationlength
= newlength;
245
* size
destinationlength
.
248
* @param
destinationlength
target array size, return value for the new size
258
uint32_t *
destinationlength
,
263
uint32_t newlength = *
destinationlength
;
274
*
destinationlength
= newlength
[
all
...]
Completed in 197 milliseconds