OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TT_MP4_LOAS
(Results
1 - 5
of
5
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_lib.cpp
203
case
TT_MP4_LOAS
: /* PCE in ASC if chChonfig==0 */
217
case
TT_MP4_LOAS
: /* no PCE in ASC because chConfig!=0 */
290
case
TT_MP4_LOAS
:
386
case
TT_MP4_LOAS
:
447
case
TT_MP4_LOAS
:
475
case
TT_MP4_LOAS
:
521
case
TT_MP4_LOAS
:
589
case
TT_MP4_LOAS
:
tpenc_latm.cpp
151
if (hAss->tt ==
TT_MP4_LOAS
) {
648
case
TT_MP4_LOAS
:
735
if( hAss->tt ==
TT_MP4_LOAS
&& hAss->subFrameCnt == 0)
779
if (hAss->tt ==
TT_MP4_LOAS
)
/external/aac/libMpegTPDec/src/
tpdec_lib.cpp
193
case
TT_MP4_LOAS
:
237
case
TT_MP4_LOAS
:
373
case
TT_MP4_LOAS
:
399
case
TT_MP4_LOAS
:
408
if (hTp->transportFmt ==
TT_MP4_LOAS
&& hTp->parser.latm.m_audioMuxLengthBytes > 0)
503
case
TT_MP4_LOAS
:
597
case
TT_MP4_LOAS
:
625
if (hTp->transportFmt ==
TT_MP4_LOAS
) {
714
case
TT_MP4_LOAS
:
[
all
...]
/external/aac/libAACenc/src/
aacenc_lib.cpp
381
case
TT_MP4_LOAS
:
480
case
TT_MP4_LOAS
:
766
if (config->userTpType==TT_MP4_LATM_MCP1 || config->userTpType==TT_MP4_LATM_MCP0 || config->userTpType==
TT_MP4_LOAS
) {
790
config->userTpType = (config->userTpType!=TT_UNKNOWN) ? config->userTpType :
TT_MP4_LOAS
;
803
config->userTpType = (config->userTpType!=TT_UNKNOWN) ? config->userTpType :
TT_MP4_LOAS
;
[
all
...]
/external/aac/libSYS/include/
FDK_audio.h
135
TT_MP4_LOAS
= 10, /**< Audio Sync Stream. */
Completed in 507 milliseconds