OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SideElementIsCpe
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
224
pPce->
SideElementIsCpe
[i] = (UCHAR) FDKreadBits(bs,1);
226
pPce->NumChannels += pPce->
SideElementIsCpe
[i] ? 2 : 1;
328
numCh1 += pPce1->
SideElementIsCpe
[el] ? 2 : 1;
329
numCh2 += pPce2->
SideElementIsCpe
[el] ? 2 : 1;
379
pPce->
SideElementIsCpe
[0] = 1;
455
pPce->SideElementTagSelect[el] = (pPce->
SideElementIsCpe
) ? elTagCpe++ : elTagSce++;
669
chIdx += (pPce->
SideElementIsCpe
[el]) ? 2 : 1;
707
if (isCpe == pPce->
SideElementIsCpe
[i] && pPce->SideElementTagSelect[i] == tag) {
723
chIdx += (pPce->
SideElementIsCpe
[el]) ? 2 : 1;
750
if (pPce->
SideElementIsCpe
[i])
[
all
...]
/external/aac/libMpegTPDec/include/
tp_data.h
151
UCHAR
SideElementIsCpe
[PC_FSB_CHANNELS_MAX];
/external/aac/libMpegTPEnc/include/
tp_data.h
151
UCHAR
SideElementIsCpe
[PC_FSB_CHANNELS_MAX];
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
[
all
...]
Completed in 64 milliseconds