OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumLfeChannelElements
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
195
pPce->
NumLfeChannelElements
= (UCHAR) FDKreadBits(bs,2);
238
for (i=0; i < pPce->
NumLfeChannelElements
; i++)
353
if (pPce1->
NumLfeChannelElements
!= pPce2->
NumLfeChannelElements
) {
382
pPce->
NumLfeChannelElements
= 1;
399
pPce->
NumLfeChannelElements
+= 1;
413
pPce->
NumLfeChannelElements
+= 1;
461
for (el = 0; el < pPce->
NumLfeChannelElements
; el += 1) {
680
elIdx += pPce->
NumLfeChannelElements
;
681
chIdx += pPce->
NumLfeChannelElements
;
[
all
...]
/external/aac/libMpegTPDec/include/
tp_data.h
133
UCHAR
NumLfeChannelElements
;
/external/aac/libMpegTPEnc/include/
tp_data.h
133
UCHAR
NumLfeChannelElements
;
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
[
all
...]
Completed in 504 milliseconds