OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u32_stride_bgr
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c
58
M4VIFI_UInt32
u32_stride_bgr
, u32_stride_2bgr;
local
107
u32_stride_bgr
= pPlaneIn->u_stride;
108
u32_stride_2bgr =
u32_stride_bgr
<< 1;
131
u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_bgrn +
u32_stride_bgr
));
132
u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_bgrn +
u32_stride_bgr
+ CST_RGB_16_SIZE));
Completed in 69 milliseconds