OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_stride_Y
(Results
1 - 5
of
5
) sorted by null
/frameworks/media/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c
58
M4VIFI_UInt32
u32_stride_Y
, u32_stride2_Y, u32_stride_U, u32_stride_V;
103
u32_stride_Y
= pPlaneOut[0].u_stride;
104
u32_stride2_Y =
u32_stride_Y
<< 1;
120
pu8_ys = pu8_yn +
u32_stride_Y
;
/frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c
57
M4VIFI_UInt32
u32_stride_Y
, u32_stride2_Y, u32_stride_U, u32_stride_V;
101
u32_stride_Y
= pPlaneOut[0].u_stride;
102
u32_stride2_Y =
u32_stride_Y
<< 1;
117
pu8_ys = pu8_yn +
u32_stride_Y
;
M4VIFI_RGB565toYUV420.c
58
M4VIFI_UInt32
u32_stride_Y
, u32_stride2_Y, u32_stride_U, u32_stride_V;
102
u32_stride_Y
= pPlaneOut[0].u_stride;
103
u32_stride2_Y =
u32_stride_Y
<< 1;
119
pu8_ys = pu8_yn +
u32_stride_Y
;
M4VIFI_RGB888toYUV420.c
43
M4VIFI_UInt32
u32_stride_Y
, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\
82
u32_stride_Y
= PlaneOut[0].u_stride;
83
u32_stride2_Y=
u32_stride_Y
<< 1;
97
pu8_ys = pu8_yn +
u32_stride_Y
;
/frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp
[
all
...]
Completed in 7333 milliseconds