OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumBackChannelElements
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
155
for (i=0; i < pPce->
NumBackChannelElements
; i++)
194
pPce->
NumBackChannelElements
= (UCHAR) FDKreadBits(bs,4);
229
for (i=0; i < pPce->
NumBackChannelElements
; i++)
336
if (pPce1->
NumBackChannelElements
!= pPce2->
NumBackChannelElements
) {
340
for (el = 0; el < pPce1->
NumBackChannelElements
; el += 1) {
380
pPce->
NumBackChannelElements
= 1;
396
pPce->
NumBackChannelElements
+= 2;
417
pPce->
NumBackChannelElements
+= 1;
457
for (el = 0; el < pPce->
NumBackChannelElements
; el += 1)
[
all
...]
/external/aac/libMpegTPDec/include/
tp_data.h
132
UCHAR
NumBackChannelElements
;
/external/aac/libMpegTPEnc/include/
tp_data.h
132
UCHAR
NumBackChannelElements
;
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
[
all
...]
Completed in 78 milliseconds