OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPCM
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/
data.c
350
pDataFormat->
mPCM
= *(SLDataFormat_PCM *)pFormat;
354
switch (pDataFormat->
mPCM
.numChannels) {
366
SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat->
mPCM
.numChannels);
371
switch (pDataFormat->
mPCM
.samplesPerSec) {
394
SL_LOGE("%s: samplesPerSec=%u", name, pDataFormat->
mPCM
.samplesPerSec);
399
switch (pDataFormat->
mPCM
.bitsPerSample) {
414
SL_LOGE("%s: bitsPerSample=%u", name, pDataFormat->
mPCM
.bitsPerSample);
419
if (pDataFormat->
mPCM
.containerSize < pDataFormat->
mPCM
.bitsPerSample) {
421
} else if (pDataFormat->
mPCM
.containerSize != pDataFormat->mPCM.bitsPerSample)
[
all
...]
data.h
36
SLDataFormat_PCM
mPCM
;
/frameworks/wilhelm/src/itf/
IOutputMixExt.c
369
if (SL_SAMPLINGRATE_44_1 != thiz->mDataSource.mFormat.
mPCM
.samplesPerSec)
IEngine.c
303
thiz->mNumChannels = thiz->mDataSource.mFormat.
mPCM
.numChannels;
304
thiz->mSampleRateMilliHz = thiz->mDataSource.mFormat.
mPCM
.samplesPerSec;
328
// thiz->mNumChannels = thiz->mDataSink.mFormat.
mPCM
.numChannels;
329
// thiz->mSampleRateMilliHz = thiz->mDataSink.mFormat.
mPCM
.samplesPerSec;
[
all
...]
Completed in 420 milliseconds