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

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

Completed in 30 milliseconds