HomeSort by relevance Sort by last modified time
    Searched refs:pBuf (Results 1 - 25 of 74) sorted by null

1 2 3

  /dalvik/vm/jdwp/
ExpandBuf.cpp 56 void expandBufFree(ExpandBuf* pBuf)
58 if (pBuf == NULL)
61 free(pBuf->storage);
62 free(pBuf);
68 u1* expandBufGetBuffer(ExpandBuf* pBuf)
70 return pBuf->storage;
76 size_t expandBufGetLength(ExpandBuf* pBuf)
78 return pBuf->curLen;
86 static void ensureSpace(ExpandBuf* pBuf, int newCount)
90 if (pBuf->curLen + newCount <= pBuf->maxLen
    [all...]
ExpandBuf.h 29 void expandBufFree(ExpandBuf* pBuf);
35 u1* expandBufGetBuffer(ExpandBuf* pBuf);
36 size_t expandBufGetLength(ExpandBuf* pBuf);
49 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
50 void expandBufAdd1(ExpandBuf* pBuf, u1 val);
51 void expandBufAdd2BE(ExpandBuf* pBuf, u2 val);
52 void expandBufAdd4BE(ExpandBuf* pBuf, u4 val);
53 void expandBufAdd8BE(ExpandBuf* pBuf, u8 val);
54 void expandBufAddUtf8String(ExpandBuf* pBuf, const u1* str);
Jdwp.h 50 INLINE FieldId dvmReadFieldId(const u1** pBuf) { return read4BE(pBuf); }
51 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); }
52 INLINE ObjectId dvmReadObjectId(const u1** pBuf) { return read8BE(pBuf); }
53 INLINE RefTypeId dvmReadRefTypeId(const u1** pBuf) { return read8BE(pBuf); }
54 INLINE FrameId dvmReadFrameId(const u1** pBuf) { return read8BE(pBuf); }
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 124 static void ebFree(ExpandBuf* pBuf)
126 if (pBuf != NULL) {
127 free(pBuf->storage);
128 free(pBuf);
138 static inline unsigned char* ebGetBuffer(ExpandBuf* pBuf)
140 return pBuf->storage;
146 static inline size_t ebGetLength(ExpandBuf* pBuf)
148 return pBuf->curLen;
154 static void ebClear(ExpandBuf* pBuf)
156 pBuf->curLen = 0
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 235 uint8_t *pBuf, *pValue;
325 pBuf =
332 pBuf = XML_DOM_getNodeValue(buffer, sProperty, &pValue, &valueLen);
334 CHECK_VALIDITY(pBuf);
335 if (pBuf) { /* If interval element exit then get the value */
419 pBuf =
426 pBuf = XML_DOM_getNodeValue(buffer, sProperty, &pValue, &valueLen);
428 CHECK_VALIDITY(pBuf);
429 if (pBuf) { /* If count element exit the get the value */
461 pBuf
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc 31 pBuf++;\
111 const char* pBuf,
115 if (cr_received_ && *pBuf == '\n') {
119 while (*pBuf != '\r' && len > 0) {
120 protocol_field_.push_back(*pBuf);
123 if (*pBuf == '\r') {
140 protocol_field_.push_back(*pBuf);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 25 ;// Implements re-arrangement of data from temporary buffer to a buffer pointed by pBuf.
57 pBuf RN 7
94 STRD ValueA0, [pBuf], #8
97 SUB pSrc0, pBuf, #32
136 STR Temp1, [pBuf], #8
138 STR Temp2, [pBuf], #-4
164 STR Temp1, [pBuf], #8
166 STR Temp2, [pBuf], #4
170 SUB pSrc0, pBuf, #32-8
omxVCM4P10_InterpolateLuma_s.s 122 pBuf RN 8
149 M_ADR pBuf, pBuffer
231 M_ADR pBuf, pBuffer
249 M_ADR pBuf, pInterBuf
269 M_ADR pBuf, pBuffer
296 M_ADR pBuf, pInterBuf
311 M_ADR pBuf, pInterBuf
322 M_ADR pBuf, pInterBuf
352 M_ADR pBuf, pBuffer
368 M_ADR pBuf, pInterBu
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 25 ;// Implements re-arrangement of data from temporary buffer to a buffer pointed by pBuf.
57 pBuf RN 7
94 STRD ValueA0, [pBuf], #8
97 SUB pSrc0, pBuf, #32
136 STR Temp1, [pBuf], #8
138 STR Temp2, [pBuf], #-4
164 STR Temp1, [pBuf], #8
166 STR Temp2, [pBuf], #4
170 SUB pSrc0, pBuf, #32-8
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 136 static S_BUFFER_INFO *pBuf = NULL;
355 memset(ptrOutL, 0, pBuf->uOutFrames);
356 memset(ptrOutR, 0, pBuf->uOutFrames);
359 if (pBuf->ix == 0 )
368 short* pData = pBuf->pData[--(pBuf->ix)];
372 for (i = 0; i < pBuf->uOutFrames; i+=2 )
388 memcpy(pBuf->pData[(pBuf->ix)++], pAudioBuffer, 2048);
412 while(pBuf->ix == MAX_BUFFERS - 1
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 201 * pBuf: Pointer to information buffer.
207 extern DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize);
nldrdefs.h 86 * pBuf: Code or data to be written
96 ULONG ulDspAddr, PVOID pBuf,
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 201 * pBuf: Pointer to information buffer.
207 extern DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize);
nldrdefs.h 86 * pBuf: Code or data to be written
96 ULONG ulDspAddr, PVOID pBuf,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 135 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 72 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, HANDLE fIn);
74 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn);
513 OMX_BUFFERHEADERTYPE* pBuf = NULL; /*To Hold Output Buffers*/
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 230 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn);
231 int fill_data_tc7 (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn);
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.h 145 bool CheckVideoStartMarker(unsigned char *pBuf);
146 bool CheckEOIMarker(unsigned char *pBuf);
147 bool FindEOIMarkerInJPEG(unsigned char *pBuf,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 180 OMX_S16 fill_data_fromFile (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, OMX_HANDLETYPE pHandle);
407 OMX_BUFFERHEADERTYPE* pBuf = NULL;
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 378 DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize)
385 if (pBuf == NULL)
390 tempStruct.ARGS_PROC_GETTRACE.pBuf = (BYTE *)pBuf;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 121 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 206 OMX_S16 fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn);
471 OMX_BUFFERHEADERTYPE* pBuf = NULL;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 480 int fill_data (OMX_BUFFERHEADERTYPE *pBuf,
483 int fill_data (OMX_BUFFERHEADERTYPE *pBuf,
489 PRINT(" checking buf address %x\n", (unsigned int)pBuf->pBuffer);
501 ReadFile(fIn, pBuf->pBuffer, lBuffUsed, &nRead, NULL);
503 nRead = fread(pBuf->pBuffer,1, lBuffUsed, fIn);
509 pBuf->nFilledLen = nRead;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
security.h 176 char * pBuf);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 235 int fill_data (OMX_U8 *pBuf, int mode, FILE *fIn);
497 OMX_BUFFERHEADERTYPE* pBuf;
    [all...]

Completed in 888 milliseconds

1 2 3