OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_plane
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeYUVtoBGR565.c
77
M4VIFI_UInt32
u32_plane
;
local
115
for(
u32_plane
= 0;
u32_plane
< PLANES;
u32_plane
++)
118
pu8_data_in[
u32_plane
] = pPlaneIn[
u32_plane
].pac_data + pPlaneIn[
u32_plane
].u_topleft;
121
u32_stride_in[
u32_plane
] = pPlaneIn[
u32_plane
].u_stride;
124
u32_width_in[
u32_plane
] = pPlaneIn[u32_plane].u_width
[
all
...]
M4VIFI_ResizeYUVtoRGB565.c
80
M4VIFI_UInt32
u32_plane
;
local
119
for(
u32_plane
= 0;
u32_plane
< PLANES;
u32_plane
++)
122
pu8_data_in[
u32_plane
] = pPlaneIn[
u32_plane
].pac_data + pPlaneIn[
u32_plane
].u_topleft;
125
u32_stride_in[
u32_plane
] = pPlaneIn[
u32_plane
].u_stride;
128
u32_width_in[
u32_plane
] = pPlaneIn[u32_plane].u_width
[
all
...]
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
1446
M4VIFI_UInt32
u32_plane
;
local
[
all
...]
Completed in 359 milliseconds