OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumFrontChannelElements
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
147
for (i=0; i < pPce->
NumFrontChannelElements
; i++)
192
pPce->
NumFrontChannelElements
= (UCHAR) FDKreadBits(bs,4);
215
for (i=0; i < pPce->
NumFrontChannelElements
; i++)
302
if (pPce1->
NumFrontChannelElements
!= pPce2->
NumFrontChannelElements
) {
306
for (el = 0; el < pPce1->
NumFrontChannelElements
; el += 1) {
375
pPce->
NumFrontChannelElements
= 2;
393
pPce->
NumFrontChannelElements
+= 2;
408
pPce->
NumFrontChannelElements
+= 1;
422
pPce->
NumFrontChannelElements
+= 1
[
all
...]
/external/aac/libMpegTPDec/include/
tp_data.h
130
UCHAR
NumFrontChannelElements
;
/external/aac/libMpegTPEnc/include/
tp_data.h
130
UCHAR
NumFrontChannelElements
;
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
[
all
...]
Completed in 41 milliseconds