OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u32_stride_rgb
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_RGB565toYUV420.c
59
M4VIFI_UInt32
u32_stride_rgb
, u32_stride_2rgb;
local
108
u32_stride_rgb
= pPlaneIn->u_stride;
109
u32_stride_2rgb =
u32_stride_rgb
<< 1;
133
u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn +
u32_stride_rgb
));
134
u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn +
u32_stride_rgb
+ CST_RGB_16_SIZE));
M4VIFI_RGB888toYUV420.c
43
M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V,
u32_stride_rgb
,\
local
88
u32_stride_rgb
= PlaneIn->u_stride;
89
u32_stride_2rgb =
u32_stride_rgb
<< 1;
110
GET_RGB24(i32_r01, i32_g01, i32_b01, pu8_rgbn,
u32_stride_rgb
);
111
GET_RGB24(i32_r11, i32_g11, i32_b11, pu8_rgbn,
u32_stride_rgb
+ CST_RGB_24_SIZE);
/frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c
59
M4VIFI_UInt32
u32_stride_rgb
, u32_stride_2rgb;
local
109
u32_stride_rgb
= pPlaneIn->u_stride;
110
u32_stride_2rgb =
u32_stride_rgb
<< 1;
134
u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn +
u32_stride_rgb
));
135
u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn +
u32_stride_rgb
+ CST_RGB_16_SIZE));
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
1087
M4VIFI_UInt32
u32_stride_rgb
, u32_stride_2rgb;
local
1267
M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V,
u32_stride_rgb
, u32_stride_2rgb;
local
[
all
...]
Completed in 3928 milliseconds