OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tempData
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/media_file/
media_file_utility.cc
62
_tempData
() {
444
(codec_info_.channels == 2) ?
_tempData
: (uint8_t*)outData,
465
_tempData
[i] = ((
_tempData
[2 * i] +
_tempData
[(2 * i) + 1] +
470
int16_t* sampleData = (int16_t*)
_tempData
;
475
memcpy(outData,
_tempData
, bytesRequested);
533
int32_t bytesRead = ReadWavData(wav,
_tempData
, totalBytesNeeded);
547
outDataLeft[i] =
_tempData
[2 * i];
548
outDataRight[i] =
_tempData
[(2 * i) + 1]
[
all
...]
media_file_utility.h
281
uint8_t
_tempData
[WAV_MAX_BUFFER_SIZE];
Completed in 39 milliseconds