Searched defs:pBuf (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.h | 387 …E hComp, OMX_BUFFERHEADERTYPE** ppBuf, OMX_U32 nPtIndex, OMX_PTR pApPrv, OMX_U32 nSz, OMX_U8* pBuf) in UseBufMsg() 422 FreeBufMsg(OMX_HANDLETYPE hComp, OMX_U32 nPtInd, OMX_BUFFERHEADERTYPE* pBuf) in FreeBufMsg() 467 EmptyBufMsg(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuf) in EmptyBufMsg() 481 FillBufMsg(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE* pBuf) in FillBufMsg()
|
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3parser.cpp | 430 uint8 * pBuf = pFirstFrame; in ParseMP3File() local 1077 uint8 * pBuf = VbriBuffer; in DecodeVBRIHeader() local 1123 uint8 * pBuf = XingBuffer; in DecodeXINGHeader() local
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLib.c | 136 static S_BUFFER_INFO *pBuf = NULL; variable
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 2198 uint8 * pBuf = (uint8 *) & (aSafeSynchInteger); in SafeSynchIntToInt32() local
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 1855 LCHAR* pBuf = NULL; in filter_CA_FullResultLabel() local
|
/external/sqlite/dist/ |
D | sqlite3.c | 10573 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ in sqlite3OsRead() 10577 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ in sqlite3OsWrite() 15001 SQLITE_API void sqlite3_randomness(int N, void *pBuf){ in sqlite3_randomness() 17787 void *pBuf, /* Write content into this buffer */ in os2Read() 17817 const void *pBuf, /* The bytes to be written */ in os2Write() 19659 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ in seekAndRead() 19689 void *pBuf, in unixRead() 19710 static int seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt){ in seekAndWrite() 19737 const void *pBuf, in unixWrite() 22428 void *pBuf, /* Write content into this buffer */ in winRead() [all …]
|