Home
last modified time | relevance | path

Searched refs:pix_src (Results 1 – 2 of 2) sorted by relevance

/frameworks/media/libvideoeditor/vss/video_filters/src/
DM4VFL_transition.c44 unsigned long pix_src; in M4VFL_modifyLumaByStep() local
112 pix_src = (unsigned long) *p_src++; in M4VFL_modifyLumaByStep()
113 pix = pix_src & 0xFF; in M4VFL_modifyLumaByStep()
115 pix = ((pix_src & 0xFF00) >> 8); in M4VFL_modifyLumaByStep()
133 unsigned long pix_src; in M4VFL_modifyLumaWithScale() local
209 pix_src = (unsigned long) *p_src++; in M4VFL_modifyLumaWithScale()
210 pix = pix_src & 0xFF; in M4VFL_modifyLumaWithScale()
212 pix = ((pix_src & 0xFF00) >> 8); in M4VFL_modifyLumaWithScale()
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorTools.cpp840 unsigned long pix_src; in M4VFL_modifyLumaWithScale() local
916 pix_src = (unsigned long) *p_src++; in M4VFL_modifyLumaWithScale()
917 pix = pix_src & 0xFF; in M4VFL_modifyLumaWithScale()
919 pix = ((pix_src & 0xFF00) >> 8); in M4VFL_modifyLumaWithScale()