HomeSort by relevance Sort by last modified time
    Searched full:pbuf (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 255 pStreamDescription->decoderSpecificInfo = (M4OSA_MemAddr32)pVideoInfo->Header.pBuf;
257 pVideoInfo->Header.pBuf, pVideoInfo->Header.Size);
275 pStreamDescription->decoderSpecificInfo = (M4OSA_MemAddr32)pAudioInfo->Header.pBuf;
277 pAudioInfo->Header.pBuf, pAudioInfo->Header.Size);
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 118 M4OSA_MemAddr8 pBuf; /**< Buffer for the header */
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 116 PVOID pBuf = NULL;
162 pBuf = MEM_Alloc(uSize, MEM_NONPAGED);
163 if (!pBuf) {
168 apBuffer[i] = pBuf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
security.h 176 char * pBuf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
security.h 176 char * pBuf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
security.h 176 char * pBuf);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 171 //Until we have EGLImage implementation, we force pbuf configs
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 129 vchar_t *pbuf = NULL;
281 if (!(pbuf = isakmp_parse(msg))) {
287 for (pa = (struct isakmp_parse_t *)pbuf->v; pa->type; pa++) {
322 if (pbuf != NULL)
323 vfree(pbuf);
338 vchar_t *pbuf;
455 vchar_t *pbuf;
128 vchar_t *pbuf = NULL; local
337 vchar_t *pbuf; local
454 vchar_t *pbuf; local
    [all...]
ipsec_doi.c 1329 vchar_t *pbuf = NULL; local
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1333 if (pbuf == NULL)
1336 for (pa = (struct isakmp_parse_t *)pbuf->v;
1343 vfree(pbuf);
1356 vfree(pbuf);
1376 vfree(pbuf);
1380 vfree(pbuf);
1381 pbuf = NULL;
1465 vchar_t *pbuf = NULL; local
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp 44 static void jdwpReadLocation(const u1** pBuf, JdwpLocation* pLoc)
47 pLoc->typeTag = read1(pBuf);
48 pLoc->classId = dvmReadObjectId(pBuf);
49 pLoc->methodId = dvmReadMethodId(pBuf);
50 pLoc->idx = read8BE(pBuf);
67 static u8 jdwpReadValue(const u1** pBuf, int width)
72 case 1: value = read1(pBuf); break;
73 case 2: value = read2BE(pBuf); break;
74 case 4: value = read4BE(pBuf); break;
75 case 8: value = read8BE(pBuf); break
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.cpp 545 tmp = gmed_n (st->pbuf, 5);
593 tmp = gmed_n(st->pbuf, 5);
657 state->pbuf[i] = 1640;
697 state->pbuf[i] = 1640;
779 st->pbuf[i - 1] = st->pbuf[i];
781 st->pbuf[4] = st->past_gain_pit;
837 st->pbuf[i - 1] = st->pbuf[i];
839 st->pbuf[4] = st->past_gain_pit
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 94 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr,
96 /* pbuf: address of pointer to buffer being managed
109 int boff = pbptr ? *pbptr - *pbuf : 0;
113 tbuf = (char *) realloc(*pbuf, minlen);
114 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) );
120 *pbuf = tbuf;
807 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */
816 char *buf = *pbuf;
937 *pbuf = buf
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 808 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, int buffSize)
816 ReadFile(fIn, pBuf->pBuffer, lSize, &nRead, NULL);
818 nRead = fread(pBuf->pBuffer,1, buffSize , fIn);
822 pBuf->nFilledLen = nRead;
826 pBuf->nFlags = OMX_BUFFERFLAG_ENDOFFRAME;
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 1168 static char pbuf[10]; local
1171 (void)snprintf(pbuf, sizeof pbuf, "%c", ch);
1173 (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1174 return(pbuf);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
  /external/libnfc-nci/src/udrv/include/
ucodec.h 317 ** pBuf: Pointer onto the GKI buffer to be send to the CODEC.
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /external/quake/quake/src/WinQuake/
draw.cpp 847 byte *pbuf; local
857 pbuf = (byte *)(vid.buffer + vid.rowbytes*y);
863 pbuf[x] = 0;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
581 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
582 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
581 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
582 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
581 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
582 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);

Completed in 1618 milliseconds

1 2 34 5 6 7