HomeSort by relevance Sort by last modified time
    Searched full:pybuffer (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 579 OMX_U8* pYbuffer = apInBufferYUV420W;
580 OMX_U8* pUbuffer = (pYbuffer+((OMX_S32)(iWidth)*iHeight));
589 *apTIinternalFormat++ = *(pYbuffer+1+(wCpt)+yCpt*iWidth);
590 *apTIinternalFormat++ = *(pYbuffer+0+(wCpt)+yCpt*iWidth);
591 *apTIinternalFormat++ = *(pYbuffer+3+(wCpt)+yCpt*iWidth);
592 *apTIinternalFormat++ = *(pYbuffer+2+(wCpt)+yCpt*iWidth);
597 *apTIinternalFormat++ = *(pYbuffer+0+(wCpt)+yCpt*iWidth);
598 *apTIinternalFormat++ = *(pYbuffer+1+(wCpt)+yCpt*iWidth);
599 *apTIinternalFormat++ = *(pYbuffer+2+(wCpt)+yCpt*iWidth);
600 *apTIinternalFormat++ = *(pYbuffer+3+(wCpt)+yCpt*iWidth);
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Buffer.py 203 self.buf_ptr = "%s.rcbuffer->pybuffer.buf" % self.cname
297 ln.append("%s.diminfo[%d].%s = %s.rcbuffer->pybuffer.%s[%d];" % \
307 code.putln("%s.pybuffer.buf = NULL;" % pybuffer_struct)
331 code.putln("__Pyx_SafeReleaseBuffer(&%s.rcbuffer->pybuffer);" % entry.buffer_aux.buflocal_nd_var.cname)
341 return ("__Pyx_GetBufferAndValidate(&%(pybuffernd_struct)s.rcbuffer->pybuffer, "
373 code.putln('__Pyx_SafeReleaseBuffer(&%s.rcbuffer->pybuffer);' % pybuffernd_struct)
404 code.putln('%s = %s; __Pyx_INCREF(Py_None); %s.rcbuffer->pybuffer.buf = NULL;' %
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 810 pCompPrv->tBufList[currentBuffer].pYBuffer = pMemptr;
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 737 pCompPrv->tBufList[currentBuffer].pYBuffer = handle;
771 (struct ion_handle *)pCompPrv->tBufList[currentBuffer].pYBuffer);
778 pCompPrv->tBufList[currentBuffer].pYBuffer = pMemptr;
    [all...]
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 181 OMX_PTR pYBuffer;
  /hardware/ti/omap4xxx/domx/domx/
omx_proxy_common.h 143 OMX_PTR pYBuffer;
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Buffer.c 11 Py_buffer pybuffer; member in struct:__anon16354

Completed in 203 milliseconds