OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_height_out
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB888toRGB888.c
64
M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in,
u32_height_out
;
local
106
u32_height_out
= pPlaneOut->u_height;
119
if (
u32_height_out
>= u32_height_in)
121
u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (
u32_height_out
-1);
125
u32_y_inc = (u32_height_in * MAX_SHORT) / (
u32_height_out
);
173
u32_height =
u32_height_out
;
205
if ((u32_height == 1) && (u32_height_in ==
u32_height_out
)) {
228
if ((u32_height == 1) && (u32_height_in ==
u32_height_out
)) {
M4VIFI_ResizeRGB565toRGB565.c
51
M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in,
u32_height_out
;
local
91
u32_height_out
= pPlaneOut->u_height;
101
if (
u32_height_out
>= u32_height_in) {
102
u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (
u32_height_out
-1);
104
u32_y_inc = (u32_height_in * MAX_SHORT) / (
u32_height_out
);
144
u32_height =
u32_height_out
;
171
if ((u32_height == 1) && (u32_height_in ==
u32_height_out
)) {
M4VIFI_ResizeYUVtoBGR565.c
66
M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES],
u32_height_out
;
local
107
u32_height_out
= pPlaneOut->u_height;
138
if (
u32_height_out
>= u32_height_in[YPlane])
140
u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (
u32_height_out
-1);
144
u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (
u32_height_out
);
229
for (u32_row =
u32_height_out
; u32_row != 0; u32_row -= 2)
M4VIFI_ResizeYUVtoRGB565.c
69
M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES],
u32_height_out
;
local
110
u32_height_out
= pPlaneOut->u_height;
142
if (
u32_height_out
>= u32_height_in[YPlane])
144
u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (
u32_height_out
-1);
148
u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (
u32_height_out
);
233
for (u32_row =
u32_height_out
; u32_row != 0; u32_row -= 2)
/frameworks/av/libvideoeditor/vss/src/
M4AIR_API.c
224
M4OSA_UInt32 i,u32_width_in, u32_width_out, u32_height_in,
u32_height_out
;
local
279
u32_height_out
= ((i==0)||(i==3))?pC->m_params.m_outputSize.m_height:\
293
if (
u32_height_out
>= u32_height_in)
295
pC->u32_y_inc[i] = ((u32_height_in - 1) * 0x10000) / (
u32_height_out
-1);
299
pC->u32_y_inc[i] = (u32_height_in * 0x10000) / (
u32_height_out
);
[
all
...]
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp
1447
M4VIFI_UInt32 u32_width_in, u32_width_out, u32_height_in,
u32_height_out
;
local
2113
M4OSA_UInt32 i,u32_width_in, u32_width_out, u32_height_in,
u32_height_out
;
local
[
all
...]
Completed in 31 milliseconds