Searched refs:stripeRandomValue (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h229 M4OSA_UInt32 stripeRandomValue; /**< Horizontal position of the stripe */ member in struct:__anon273
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp761 M4OSA_rand((M4OSA_Int32*)&(p_FiftiesData->stripeRandomValue), (pPlaneIn[0].u_width)<< 2);
769 M4OSA_rand((M4OSA_Int32*)&(p_FiftiesData->stripeRandomValue), (pPlaneIn[0].u_width)<< 2);
811 else if ( y == p_FiftiesData->stripeRandomValue)
3416 fiftiesCtx.stripeRandomValue = 0;
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c4045 M4OSA_rand((M4OSA_Int32 *)&(p_FiftiesData->stripeRandomValue), (pPlaneIn[0].u_width)<< 2);
4054 M4OSA_rand((M4OSA_Int32 *)&(p_FiftiesData->stripeRandomValue), (pPlaneIn[0].u_width)<< 2);
4098 else if ( y == p_FiftiesData->stripeRandomValue)
H A DM4xVSS_API.c3908 fiftiesCtx->stripeRandomValue = 0;

Completed in 6844 milliseconds