Searched defs:Progress (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c229 * UInt32 Progress)
234 * 1. from 0 to (Progress << 1) ;for Progress <= 512
235 * 2. from (( Progress - 512)<< 1) to 1024 ;otherwise
254 * @param Progress: (IN) Progress value (varies between 0 and 1000)
284 UInt32 Progress)
359 /* User Specified Progress value */
360 u32_progress = Progress;
362 /* Map Progress valu
280 M4VIFI_ImageBlendingonYUV420(void *pUserData, M4ViComImagePlane *pPlaneIn1, M4ViComImagePlane *pPlaneIn2, M4ViComImagePlane *pPlaneOut, UInt32 Progress) argument
[all...]

Completed in 67 milliseconds