HomeSort by relevance Sort by last modified time
    Searched refs:AC_PS_PRESENT (Results 1 - 3 of 3) sorted by null

  /external/aac/libSYS/include/
FDK_audio.h 326 #define AC_PS_PRESENT 0x008000 /*!< PS present flag (from ASC or implicit) */
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 975 self->flags |= AC_PS_PRESENT;
    [all...]
aacdecoder.cpp 961 self->flags |= (asc->m_psPresentFlag) ? AC_PS_PRESENT : 0;
987 self->flags |= AC_PS_PRESENT;
    [all...]

Completed in 61 milliseconds