Searched defs:pBuffer (Results 1 - 25 of 53) sorted by relevance

123

/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s40 pBuffer .req r2 label
67 LDR pBuffer, [pWTFrame, #m_pAudioBuffer]
88 LDRSH tmp0, [pBuffer] @ fetch sample
98 LDRSH tmp1, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
101 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
117 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMemoryFileSystem.h24 @param[in] pBuffer Pointer to file data
28 CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = false);
33 @param[in] pBuffer Pointer to file data
39 static void RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy = false);
94 const void* pBuffer; ///< Pointer to file data. member in struct:CPVRTMemoryFileSystem::SFileInfo
H A DPVRTResourceFile.cpp244 delete [] (char*)CPVRTMemoryFileSystem::s_pFileInfo[i].pBuffer;
250 CPVRTMemoryFileSystem::CPVRTMemoryFileSystem(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy) argument
252 RegisterMemoryFile(pszFilename, pBuffer, Size, bCopy);
258 @Input pBuffer Pointer to file data
264 void CPVRTMemoryFileSystem::RegisterMemoryFile(const char* pszFilename, const void* pBuffer, size_t Size, bool bCopy) argument
276 s_pFileInfo[s_i32NumFiles].pBuffer = pBuffer;
284 memcpy(pszNewBuffer, pBuffer, Size);
285 s_pFileInfo[s_i32NumFiles].pBuffer = pszNewBuffer;
307 if (ppBuffer) *ppBuffer = s_pFileInfo[i].pBuffer;
[all...]
/external/pdfium/xfa/fde/css/
H A Dcfde_csstextbuf.cpp30 bool CFDE_CSSTextBuf::AttachBuffer(const FX_WCHAR* pBuffer, int32_t iBufLen) { argument
32 m_pBuffer = const_cast<FX_WCHAR*>(pBuffer);
H A Dcfde_cssstylesheet.cpp37 bool CFDE_CSSStyleSheet::LoadBuffer(const FX_WCHAR* pBuffer, int32_t iBufSize) { argument
38 ASSERT(pBuffer && iBufSize > 0);
41 if (!pSyntax->Init(pBuffer, iBufSize))
H A Dcfde_csssyntaxparser.cpp35 bool CFDE_CSSSyntaxParser::Init(const FX_WCHAR* pBuffer, argument
39 ASSERT(pBuffer && iBufferSize > 0 && iTextDatSize > 0);
43 return m_TextPlane.AttachBuffer(pBuffer, iBufferSize);
/external/icu/icu4c/source/tools/toolutil/
H A Dflagparser.c119 char *pBuffer; local
126 pBuffer = buffer+offset;
132 if (pBuffer[i+1] == 0) {
138 flag[i] = pBuffer[i];
H A Dppucd.cpp274 CharString pBuffer; local
294 pBuffer.append(p, (int32_t)(v-p), errorCode);
295 p=pBuffer.data();
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendercontext.cpp33 void CPDF_RenderContext::GetBackground(CFX_DIBitmap* pBuffer, argument
38 device.Attach(pBuffer, false, nullptr, false);
/external/pdfium/core/fxcrt/
H A Dfxcrt_posix.cpp85 size_t CFXCRT_FileAccess_Posix::Read(void* pBuffer, size_t szBuffer) { argument
89 return read(m_nFD, pBuffer, szBuffer);
91 size_t CFXCRT_FileAccess_Posix::Write(const void* pBuffer, size_t szBuffer) { argument
95 return write(m_nFD, pBuffer, szBuffer);
97 size_t CFXCRT_FileAccess_Posix::ReadPos(void* pBuffer, argument
109 return Read(pBuffer, szBuffer);
111 size_t CFXCRT_FileAccess_Posix::WritePos(const void* pBuffer, argument
120 return Write(pBuffer, szBuffer);
H A Dfxcrt_windows.cpp124 size_t CFXCRT_FileAccess_Win64::Read(void* pBuffer, size_t szBuffer) { argument
129 if (!::ReadFile(m_hFile, pBuffer, (DWORD)szBuffer, (LPDWORD)&szRead,
136 size_t CFXCRT_FileAccess_Win64::Write(const void* pBuffer, size_t szBuffer) { argument
141 if (!::WriteFile(m_hFile, pBuffer, (DWORD)szBuffer, (LPDWORD)&szWrite,
148 size_t CFXCRT_FileAccess_Win64::ReadPos(void* pBuffer, argument
160 return Read(pBuffer, szBuffer);
163 size_t CFXCRT_FileAccess_Win64::WritePos(const void* pBuffer, argument
172 return Write(pBuffer, szBuffer);
/external/pdfium/xfa/fde/
H A Dcfde_txtedttextset.cpp28 FX_WCHAR* pBuffer = wsText.GetBuffer(pPiece->nCount); local
30 pBuffer[i] = m_pPage->GetChar(pPiece, i);
/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp171 uint8_t* pBuffer,
177 if (FXFT_Load_Sfnt_Table(m_Face, dwTable, 0, pBuffer, &ulSize))
170 GetFontData(uint32_t dwTable, uint8_t* pBuffer, uint32_t dwSize) argument
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_textfield.cpp283 unsigned short* pBuffer = (unsigned short*)bsUTFText.c_str(); local
284 m_pFormFillEnv->OnSetFieldInputFocus(pBuffer, nCharacters, true);
H A Dcffl_combobox.cpp275 unsigned short* pBuffer = (unsigned short*)bsUTFText.c_str(); local
276 m_pFormFillEnv->OnSetFieldInputFocus(pBuffer, nCharacters, true);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widetextread.cpp51 int32_t CXFA_WideTextRead::ReadData(uint8_t* pBuffer, int32_t iBufferSize) { argument
68 int32_t CXFA_WideTextRead::WriteData(const uint8_t* pBuffer, argument
/external/aac/libFDK/include/
H A DFDK_bitstream.h124 * \param pBuffer Pointer to BitBuffer array.
129 HANDLE_FDK_BITSTREAM FDKcreateBitStream (UCHAR *pBuffer, argument
134 FDK_InitBitBuffer(&hBitStream->hBitBuf, pBuffer, bufSize, 0) ;
148 * \param pBuffer Pointer to BitBuffer array.
156 UCHAR *pBuffer,
161 FDK_InitBitBuffer(&hBitStream->hBitBuf, pBuffer, bufSize, validBits) ;
155 FDKinitBitStream(HANDLE_FDK_BITSTREAM hBitStream, UCHAR *pBuffer, UINT bufSize, UINT validBits, FDK_BS_CFG config = BS_READER) argument
/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp115 void FDK_CreateBitBuffer (HANDLE_FDK_BITBUF *hBitBuf, UCHAR *pBuffer, argument
118 FDK_InitBitBuffer (*hBitBuf, pBuffer, bufSize, 0);
125 void FDK_InitBitBuffer (HANDLE_FDK_BITBUF hBitBuf, UCHAR *pBuffer, argument
134 hBitBuf->Buffer = pBuffer ;
/external/icu/icu4c/source/common/
H A Dustr_wcs.cpp40 void **pBuffer, int32_t *pCapacity, int32_t reqCapacity,
47 uprv_memcpy(newBuffer, *pBuffer, (size_t)length*size);
54 /* release the old pBuffer if it was not statically allocated */
55 if(*pBuffer!=(char *)context) {
56 uprv_free(*pBuffer);
59 *pBuffer=newBuffer;
39 u_growAnyBufferFromStatic(void *context, void **pBuffer, int32_t *pCapacity, int32_t reqCapacity, int32_t length, int32_t size) argument
/external/pdfium/fpdfsdk/javascript/
H A DJS_GlobalData.cpp222 uint8_t* pBuffer = nullptr; local
225 LoadFileBuffer(m_sFilePath.c_str(), pBuffer, nLength);
226 CRYPT_ArcFourCryptBlock(pBuffer, nLength, JS_RC4KEY, sizeof(JS_RC4KEY));
228 if (pBuffer) {
229 uint8_t* p = pBuffer;
247 if (p > pBuffer + nLength)
253 if (p + dwNameLen > pBuffer + nLength)
290 if (p + dwLength > pBuffer + nLength)
307 FX_Free(pBuffer);
344 uint8_t*& pBuffer,
343 LoadFileBuffer(const FX_WCHAR* sFilePath, uint8_t*& pBuffer, int32_t& nLength) argument
349 WriteFileBuffer(const FX_WCHAR* sFilePath, const FX_CHAR* pBuffer, int32_t nLength) argument
[all...]
/external/pdfium/xfa/fgas/crt/
H A Dfgas_codepage.cpp366 void FX_UTF16ToWChar(void* pBuffer, int32_t iLength) { argument
367 ASSERT(pBuffer && iLength > 0);
371 uint16_t* pSrc = (uint16_t*)pBuffer;
372 FX_WCHAR* pDst = (FX_WCHAR*)pBuffer;
/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp60 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const uint8_t* pBuffer, argument
64 if (pFont->LoadFontInternal(pBuffer, iLength))
164 bool CFGAS_GEFont::LoadFontInternal(const uint8_t* pBuffer, int32_t length) { argument
169 if (!m_pFont->LoadEmbedded(pBuffer, length))
/external/pdfium/xfa/fxfa/app/
H A Dxfa_checksum.cpp197 uint8_t* pBuffer = m_SAXContext.m_TextBuf.GetBuffer(); local
202 bUpdata = (pBuffer[i] > 0x20);
209 m_pContext->Update(CFX_ByteStringC(pBuffer, iLength));
255 FX_CHAR* pBuffer = m_bsChecksum.GetBuffer(nLen); local
256 Base64EncodeA(digest, 20, pBuffer);
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc344 unsigned char* pBuffer = NULL; local
345 if(S_OK != pIMediaSample->GetPointer(&pBuffer))
353 pBuffer, static_cast<size_t>(length), _resultingCapability);
475 unsigned char* pBuffer,
482 _captureObserver.IncomingFrame(pBuffer, length, frameInfo);
474 ProcessCapturedFrame( unsigned char* pBuffer, size_t length, const VideoCaptureCapability& frameInfo) argument
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp710 UCHAR *pBuffer[],
724 tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer );
708 aacDecoder_Fill( HANDLE_AACDECODER self, UCHAR *pBuffer[], const UINT bufferSize[], UINT *pBytesValid ) argument

Completed in 464 milliseconds

123