OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_stride2_Y
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c
58
M4VIFI_UInt32 u32_stride_Y,
u32_stride2_Y
, u32_stride_U, u32_stride_V;
104
u32_stride2_Y
= u32_stride_Y << 1;
208
pu8_y_data +=
u32_stride2_Y
;
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c
57
M4VIFI_UInt32 u32_stride_Y,
u32_stride2_Y
, u32_stride_U, u32_stride_V;
102
u32_stride2_Y
= u32_stride_Y << 1;
187
pu8_y_data +=
u32_stride2_Y
;
M4VIFI_RGB565toYUV420.c
58
M4VIFI_UInt32 u32_stride_Y,
u32_stride2_Y
, u32_stride_U, u32_stride_V;
103
u32_stride2_Y
= u32_stride_Y << 1;
190
pu8_y_data +=
u32_stride2_Y
;
M4VIFI_RGB888toYUV420.c
43
M4VIFI_UInt32 u32_stride_Y,
u32_stride2_Y
, u32_stride_U, u32_stride_V, u32_stride_rgb,\
83
u32_stride2_Y
= u32_stride_Y << 1;
144
pu8_y_data +=
u32_stride2_Y
;
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
[
all
...]
Completed in 28 milliseconds