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

  /external/aac/libFDK/include/
FDK_core.h 103 int FDK_toolsGetLibInfo(LIB_INFO *info);
  /external/aac/libFDK/src/
FDK_core.cpp 101 int FDK_toolsGetLibInfo(LIB_INFO *info)
  /external/aac/libMpegTPEnc/include/
tpenc_lib.h 291 * \param info Pointer to an allocated LIB_INFO struct.
294 TRANSPORTENC_ERROR transportEnc_GetLibInfo( LIB_INFO *info );
  /external/aac/libSYS/include/
FDK_audio.h 561 typedef struct LIB_INFO
570 } LIB_INFO;
573 static inline void FDKinitLibInfo( LIB_INFO* info )
583 static inline UINT FDKlibInfo_getCapabilities( const LIB_INFO* info, FDK_MODULE_ID module_id )
596 static inline INT FDKlibInfo_lookup( const LIB_INFO* info, FDK_MODULE_ID module_id )
  /external/aac/libPCMutils/include/
pcmutils_lib.h 324 * @param [out] Pointer to an allocated LIB_INFO structure.
327 PCMDMX_ERROR pcmDmx_GetLibInfo( LIB_INFO *info );
  /external/aac/libSBRdec/include/
sbrdecoder.h 329 * \param info Pointer to a LIB_INFO struct, where library information is written to.
332 INT sbrDecoder_GetLibInfo( LIB_INFO *info );
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 488 * \param info A pointer to an allocated LIB_INFO struct.
491 TRANSPORTDEC_ERROR transportDec_GetLibInfo( LIB_INFO *info );
  /external/aac/libSBRenc/include/
sbr_encoder.h 406 * \param info Pointer to an allocated LIB_INFO struct, where library info is written to.
409 INT sbrEncoder_GetLibInfo(LIB_INFO *info);
  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 603 TRANSPORTENC_ERROR transportEnc_GetLibInfo( LIB_INFO *info )
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 1085 LINKSPEC_CPP INT aacDecoder_GetLibInfo ( LIB_INFO *info )
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp     [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp     [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]

Completed in 125 milliseconds