OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pybuffer
(Results
1 - 1
of
1
) 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
...]
Completed in 54 milliseconds