OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_width_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
105
u32_width_out
= pPlaneOut->u_width;
109
if (
u32_width_out
>= u32_width_in)
111
u32_x_inc = ((u32_width_in-1) * MAX_SHORT) / (
u32_width_out
-1);
115
u32_x_inc = (u32_width_in * MAX_SHORT) / (
u32_width_out
);
192
u32_width =
u32_width_out
;
199
if ((u32_width == 1) && (u32_width_in ==
u32_width_out
)) {
264
//pu16_data_out = pu16_data_out + (u32_stride_out>>1) - (
u32_width_out
);
M4VIFI_ResizeRGB565toRGB565.c
51
M4VIFI_UInt32 u32_width_in,
u32_width_out
, u32_height_in, u32_height_out;
local
90
u32_width_out
= pPlaneOut->u_width;
94
if (
u32_width_out
>= u32_width_in) {
95
u32_x_inc = ((u32_width_in-1) * MAX_SHORT) / (
u32_width_out
-1);
97
u32_x_inc = (u32_width_in * MAX_SHORT) / (
u32_width_out
);
163
u32_width =
u32_width_out
;
M4VIFI_ResizeYUVtoBGR565.c
66
M4VIFI_UInt32 u32_width_in[PLANES],
u32_width_out
, u32_height_in[PLANES], u32_height_out;
local
105
u32_width_out
= pPlaneOut->u_width;
128
if (
u32_width_out
>= u32_width_in[YPlane])
130
u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (
u32_width_out
-1);
134
u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (
u32_width_out
);
256
for (u32_col =
u32_width_out
; u32_col != 0; u32_col -= 2)
M4VIFI_ResizeYUVtoRGB565.c
69
M4VIFI_UInt32 u32_width_in[PLANES],
u32_width_out
, u32_height_in[PLANES], u32_height_out;
local
108
u32_width_out
= pPlaneOut->u_width;
132
if (
u32_width_out
>= u32_width_in[YPlane])
134
u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (
u32_width_out
-1);
138
u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (
u32_width_out
);
260
for (u32_col =
u32_width_out
; u32_col != 0; u32_col -= 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
277
u32_width_out
= ((i==0)||(i==3))?pC->m_params.m_outputSize.m_width:\
283
if (
u32_width_out
>= u32_width_in)
285
pC->u32_x_inc[i] = ((u32_width_in-1) * 0x10000) / (
u32_width_out
-1);
289
pC->u32_x_inc[i] = (u32_width_in * 0x10000) / (
u32_width_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 103 milliseconds