OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pvout
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c
185
OMX_U8 *puOut,*
pvOut
; /* Pointers on U,V, and Y on 444 YUV buffers shifted on 3 lines */
358
pvOut
= vvOut+3*(i-1)*(iWidth+iAlign);
361
memcpy(
pvOut
,pvv,iWidth+iAlign);
364
pvOut
+= iWidth+iAlign;
372
*
pvOut
++ = *pvv++;
374
*
pvOut
++ = *pvv++;
380
*
pvOut
= *pvv;
398
*
pvOut
= 0;
402
pvOut
++;
408
*
pvOut
++ = *pvv++;
[
all
...]
Completed in 933 milliseconds