Home
last modified time | relevance | path

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

/frameworks/media/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp769 M4OSA_UInt32 yv12PlaneHeight = ((outputBufferHeight+1)>>1)<<1; in clearSurface() local
771 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in clearSurface()
1447 M4OSA_UInt32 yv12PlaneHeight = ((mOutputVideoHeight+1)>>1)<<1; in doImageRenderingMode() local
1449 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in doImageRenderingMode()
DVideoEditorTools.cpp3557 M4OSA_UInt32 yv12PlaneHeight = ((params->outVideoHeight+1)>>1)<<1; in applyEffectsAndRenderingMode() local
3559 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in applyEffectsAndRenderingMode()