Home
last modified time | relevance | path

Searched refs:ERROR_BAD_PARAMETER (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.cpp40 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER; in CreateInputSource()
71 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER; in CWAVInputSource()
99 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER; in CWAVInputSource()
H A DAPECompressCreate.cpp20 return ERROR_BAD_PARAMETER; in Start()
117 return ERROR_BAD_PARAMETER; in InitializeFile()
H A DUnBitArrayBase.cpp121 return ERROR_BAD_PARAMETER; in CreateHelper()
H A DMACLib.cpp52 if (pErrorCode) *pErrorCode = ERROR_BAD_PARAMETER; in CreateIAPEDecompress()
H A DAPECompress.cpp191 if (pInputSource == NULL) return ERROR_BAD_PARAMETER; in AddDataFromInputSource()
H A DAll.h208 #define ERROR_BAD_PARAMETER 5000 macro
237 { ERROR_BAD_PARAMETER , "bad parameter" }, \
H A DPrepare.cpp57 return ERROR_BAD_PARAMETER; in Prepare()