Home
last modified time | relevance | path

Searched refs:plane_in (Results 1 – 4 of 4) sorted by relevance

/frameworks/media/libvideoeditor/vss/video_filters/src/
DM4VFL_transition.c40 unsigned char M4VFL_modifyLumaByStep(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out, in M4VFL_modifyLumaByStep() argument
57 u_width = plane_in[0].u_width; in M4VFL_modifyLumaByStep()
58 u_height = plane_in[0].u_height; in M4VFL_modifyLumaByStep()
59 u_stride = (plane_in[0].u_stride >> 1); in M4VFL_modifyLumaByStep()
62 p_src = (unsigned short *) &plane_in[0].pac_data[plane_in[0].u_topleft]; in M4VFL_modifyLumaByStep()
126 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, in M4VFL_modifyLumaWithScale() argument
139 u_width = plane_in[1].u_width; in M4VFL_modifyLumaWithScale()
140 u_height = plane_in[1].u_height; in M4VFL_modifyLumaWithScale()
141 u_stride = plane_in[1].u_stride; in M4VFL_modifyLumaWithScale()
144 p_csrc_line = (unsigned char *) &plane_in[1].pac_data[plane_in[1].u_topleft]; in M4VFL_modifyLumaWithScale()
[all …]
/frameworks/media/libvideoeditor/vss/common/inc/
DM4VFL_transition.h52 unsigned char M4VFL_modifyLumaByStep(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out,
55 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out,
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorTools.cpp833 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, in M4VFL_modifyLumaWithScale() argument
846 u_width = plane_in[1].u_width; in M4VFL_modifyLumaWithScale()
847 u_height = plane_in[1].u_height; in M4VFL_modifyLumaWithScale()
848 u_stride = plane_in[1].u_stride; in M4VFL_modifyLumaWithScale()
851 p_csrc_line = (unsigned char *) &plane_in[1].pac_data[plane_in[1].u_topleft]; in M4VFL_modifyLumaWithScale()
856 p_csrc = (unsigned char *) &plane_in[2].pac_data[plane_in[2].u_topleft]; in M4VFL_modifyLumaWithScale()
887 p_csrc_line = (unsigned char *) &plane_in[2].pac_data[plane_in[2].u_topleft]; in M4VFL_modifyLumaWithScale()
901 u_width = plane_in[0].u_width; in M4VFL_modifyLumaWithScale()
902 u_height = plane_in[0].u_height; in M4VFL_modifyLumaWithScale()
903 u_stride = (plane_in[0].u_stride >> 1); in M4VFL_modifyLumaWithScale()
[all …]
DVideoEditorTools.h83 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out, …