OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BackElementIsCpe
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
231
pPce->
BackElementIsCpe
[i] = (UCHAR) FDKreadBits(bs,1);
233
pPce->NumChannels += pPce->
BackElementIsCpe
[i] ? 2 : 1;
345
numCh1 += pPce1->
BackElementIsCpe
[el] ? 2 : 1;
346
numCh2 += pPce2->
BackElementIsCpe
[el] ? 2 : 1;
381
pPce->
BackElementIsCpe
[0] = 1;
389
pPce->
BackElementIsCpe
[1] = 1;
397
pPce->
BackElementIsCpe
[0] = 1;
398
pPce->
BackElementIsCpe
[1] += 0;
418
pPce->
BackElementIsCpe
[0] = (channelConfig>4) ? 1 : 0;
458
pPce->BackElementTagSelect[el] = (pPce->
BackElementIsCpe
[el]) ? elTagCpe++ : elTagSce++
[
all
...]
/external/aac/libMpegTPDec/include/
tp_data.h
155
UCHAR
BackElementIsCpe
[PC_FSB_CHANNELS_MAX];
/external/aac/libMpegTPEnc/include/
tp_data.h
155
UCHAR
BackElementIsCpe
[PC_FSB_CHANNELS_MAX];
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
[
all
...]
Completed in 59 milliseconds