Home | History | Annotate | Download | only in lvpp

Lines Matching refs:videoWidth

1378     M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
1385 postProcessParams.videoWidth = videoWidth;
1408 err = applyEffectsAndRenderingMode(&postProcessParams, videoWidth, videoHeight);
1427 M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
1435 //frameSize = (videoWidth*videoHeight*3) >> 1;
1439 prepareYUV420ImagePlane(planeIn, videoWidth,
1440 videoHeight, (M4VIFI_UInt8 *)inBuffer, videoWidth, videoHeight);