OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AC_RSVD50
(Results
1 - 6
of
6
) sorted by null
/external/aac/libAACdec/src/
channelinfo.cpp
138
if ( !(flags & (AC_USAC|
AC_RSVD50
)) ) {
164
if ( !(flags & (AC_ELD|AC_SCALABLE|AC_BSAC|AC_USAC|
AC_RSVD50
)) ) /* If not ELD nor Scalable nor BSAC nor USAC syntax then ... */
aacdecoder.cpp
[
all
...]
block.cpp
202
if (flags & (AC_MPS_RES|AC_USAC|
AC_RSVD50
)) {
641
if ( !(flags & (AC_USAC|
AC_RSVD50
|AC_MPS_RES)) ) {
aacdecoder_lib.cpp
204
if ( self->flags & (AC_USAC|
AC_RSVD50
|AC_LD|AC_ELD)
conceal.cpp
937
if ( !(flags & (AC_USAC|
AC_RSVD50
))
[
all
...]
/external/aac/libSYS/include/
FDK_audio.h
303
#define
AC_RSVD50
0x001000 /*!< Rsvd50 */
Completed in 135 milliseconds