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

/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java43 private Allocation mAllocationIn; field in class:RsYuv
61 mAllocationIn = Allocation.createSized(rs, Element.U8(mRS), (mHeight * mWidth) +
64 mYuv.setInput(mAllocationIn);
71 mAllocationIn.copyFrom(yuv);

Completed in 76 milliseconds