Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp775 M4OSA_UInt32 yv12PlaneWidth = ((outputBufferWidth +1)>>1)<<1; in clearSurface() local
778 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in clearSurface()
1454 M4OSA_UInt32 yv12PlaneWidth = ((mOutputVideoWidth +1)>>1)<<1; in doImageRenderingMode() local
1457 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in doImageRenderingMode()
DVideoEditorTools.cpp3556 M4OSA_UInt32 yv12PlaneWidth = ((params->outVideoWidth +1)>>1)<<1; in applyEffectsAndRenderingMode() local
3559 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in applyEffectsAndRenderingMode()