Searched refs:GetPtr (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | APESimple.cpp | 84 THROW_ON_ERROR(spInputSource->GetHeaderData(spBuffer.GetPtr())) in CompressFileW() 86 nCompressionLevel, spBuffer.GetPtr(), nHeaderBytes)); in CompressFileW() 99 …THROW_ON_ERROR(spAPECompress->AddDataFromInputSource(spInputSource.GetPtr(), nBytesLeft, &nBytesAd… in CompressFileW() 113 THROW_ON_ERROR(spInputSource->GetTerminatingData(spBuffer.GetPtr())); in CompressFileW() 114 … THROW_ON_ERROR(spAPECompress->Finish(spBuffer.GetPtr(), nTerminatingBytes, nTerminatingBytes)) in CompressFileW() 303 …THROW_ON_ERROR(spAPEDecompress->GetInfo(APE_INFO_WAV_HEADER_DATA, (int) spTempBuffer.GetPtr(), spA… in DecompressCore() 340 …int nRetVal = spAPEDecompress->GetData((char *) spTempBuffer.GetPtr(), BLOCKS_PER_DECODE, &nBlocks… in DecompressCore() 375 …APEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_DATA, (int) spTempBuffer.GetPtr(), spAPEDecompress… in DecompressCore() 397 …APEDecompress->GetInfo(APE_INFO_WAV_TERMINATING_DATA, (int) spTempBuffer.GetPtr(), nTerminatingByt… in DecompressCore()
|
H A D | APETag.cpp | 266 … nRetVal = m_spIO->Read((unsigned char *) spRawTag.GetPtr(), nRawFieldBytes, &nBytesRead); in Analyze() 396 memcpy(pBuffer, spUTF16.GetPtr(), *pBufferCharacters * sizeof(str_utf16)); in GetFieldString() 528 CSmartPtr<str_utf16> spNameUTF16(GetUTF16FromUTF8(spNameUTF8.GetPtr()), TRUE); in LoadField() 539 return SetFieldBinary(spNameUTF16.GetPtr(), spFieldBuffer, nFieldValueSize, nFieldFlags); in LoadField() 550 return SetFieldString(pFieldName, (const char *) spFieldValueUTF8.GetPtr(), TRUE); in SetFieldString() 563 int nFieldBytes = strlen(spUTF8.GetPtr()); in SetFieldString() 564 …return SetFieldBinary(pFieldName, spUTF8.GetPtr(), nFieldBytes, TAG_FIELD_FLAG_DATA_TYPE_TEXT_UTF8… in SetFieldString() 708 memcpy(spBuffer.GetPtr(), pFieldValue, nBytes); in SetFieldID3String() 728 strncpy(pBuffer, spBufferANSI.GetPtr(), nBytes); in GetFieldID3String()
|
H A D | APECompressCore.h | 21 CBitArray * GetBitArray() { return m_spBitArray.GetPtr(); } in GetBitArray()
|
H A D | SmartPtr.h | 67 __inline TYPE * GetPtr() const in GetPtr() function
|
H A D | APEInfo.cpp | 314 nRetVal = (int) m_spIO.GetPtr(); in GetInfo() 353 nRetVal = (int) m_spAPETag.GetPtr(); in GetInfo()
|
H A D | APELink.cpp | 30 ioLinkFile.Read(spBuffer.GetPtr(), 1023, &nBytesRead); in CAPELink()
|
H A D | APEHeader.cpp | 203 …m_pIO->Read((unsigned char *) pInfo->spSeekByteTable.GetPtr(), 4 * pInfo->nSeekTableElements, &nBy… in AnalyzeCurrent() 274 …m_pIO->Read((unsigned char *) pInfo->spSeekByteTable.GetPtr(), 4 * pInfo->nSeekTableElements, &nBy… in AnalyzeOld()
|