OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumSideChannelElements
(Results
1 - 4
of
4
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
151
for (i=0; i < pPce->
NumSideChannelElements
; i++)
193
pPce->
NumSideChannelElements
= (UCHAR) FDKreadBits(bs,4);
222
for (i=0; i < pPce->
NumSideChannelElements
; i++)
319
if (pPce1->
NumSideChannelElements
!= pPce2->
NumSideChannelElements
) {
323
for (el = 0; el < pPce1->
NumSideChannelElements
; el += 1) {
378
pPce->
NumSideChannelElements
= 1;
454
for (el = 0; el < pPce->
NumSideChannelElements
; el += 1) {
666
for (el = 0; el < pPce->
NumSideChannelElements
; el+=1) {
705
for (i = 0; i < pPce->
NumSideChannelElements
; i++)
[
all
...]
/external/aac/libMpegTPDec/include/
tp_data.h
131
UCHAR
NumSideChannelElements
;
/external/aac/libMpegTPEnc/include/
tp_data.h
131
UCHAR
NumSideChannelElements
;
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
[
all
...]
Completed in 405 milliseconds