Searched refs:spAPEDecompress (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPESimple.cpp155 CSmartPtr<IAPEDecompress> spAPEDecompress; local
160 spAPEDecompress.Assign(CreateIAPEDecompress(pInputFilename, &nFunctionRetVal));
161 if (spAPEDecompress == NULL || nFunctionRetVal != ERROR_SUCCESS) throw(nFunctionRetVal);
163 APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO);
179 CSmartPtr<IAPEDecompress> spAPEDecompress; local
184 spAPEDecompress.Assign(CreateIAPEDecompress(pInputFilename, &nFunctionRetVal));
185 if (spAPEDecompress == NULL || nFunctionRetVal != ERROR_SUCCESS) throw(nFunctionRetVal);
189 CIO * pIO = GET_IO(spAPEDecompress);
190 APE_FILE_INFO * pInfo = (APE_FILE_INFO *) spAPEDecompress->GetInfo(APE_INTERNAL_INFO);
284 CSmartPtr<IAPEDecompress> spAPEDecompress; local
[all...]

Completed in 63 milliseconds