OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lum_factor
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/libvideoeditor/vss/common/inc/
M4VFL_transition.h
44
unsigned short
lum_factor
;
member in struct:S_M4VFL_modifLumParam
56
unsigned long
lum_factor
, void *user_data);
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c
66
switch(lum_param->
lum_factor
)
128
unsigned long
lum_factor
,
146
if (
lum_factor
> 256)
167
pix = (1024 -
lum_factor
) << 7;
174
*p_cdest++ = ((pix + (*p_csrc++ & 0xFF) *
lum_factor
) >> LUM_FACTOR_MAX);
187
*p_cdest++ = ((pix + (*p_csrc & 0xFF) *
lum_factor
) >> LUM_FACTOR_MAX);
211
u_outpx = ((pix *
lum_factor
) >> LUM_FACTOR_MAX);
213
u_outpx2 = (((pix *
lum_factor
) >> LUM_FACTOR_MAX)<< 8) ;
/frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.h
83
unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out, unsigned long
lum_factor
, void *user_data);
134
M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_Int32
lum_factor
);
VideoEditorTools.cpp
3279
M4OSA_Int32
lum_factor
;
local
[
all
...]
Completed in 26 milliseconds