Lines Matching refs:info
81 amm-info@iis.fraunhofer.de
556 #define LIB_VERSION_STRING(info) FDKsprintf((info)->versionStr, "%d.%d.%d", (((info)->version >> 24) & 0xff), (((info)->version >> 16) & 0xff), (((info)->version >> 8 ) & 0xff))
572 /** Initialize library info. */
573 static inline void FDKinitLibInfo( LIB_INFO* info )
578 info[i].module_id = FDK_NONE;
583 static inline UINT FDKlibInfo_getCapabilities( const LIB_INFO* info, FDK_MODULE_ID module_id )
588 if (info[i].module_id == module_id) {
589 return info[i].flags;
596 static inline INT FDKlibInfo_lookup( const LIB_INFO* info, FDK_MODULE_ID module_id )
601 if (info[i].module_id == module_id)
603 if (info[i].module_id == FDK_NONE)
625 Set to NULL for buffer requirement info. */