OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_in_y
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
519
M4VIFI_UInt8 *
p_in_Y
= PlaneIn[0].pac_data;
569
p_in_Y
+= PlaneIn[0].u_topleft;
672
*( p_out0+y+x*PlaneOut[0].u_stride)=(*(
p_in_Y
+y+x*PlaneIn[0].u_stride));
679
*( p_out0+y+x*PlaneOut[0].u_stride)+=(*(
p_in_Y
+y+x*PlaneIn[0].u_stride))*(1-alphaBlending);
699
*( p_out0+y+x*PlaneOut[0].u_stride)=*(
p_in_Y
+y+x*PlaneIn[0].u_stride);
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c
[
all
...]
Completed in 120 milliseconds