Home
last modified time | relevance | path

Searched defs:dt (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/rs/cpp/
DElement.cpp220 static uint32_t GetSizeInBytesForType(RsDataType dt) { in GetSizeInBytesForType()
274 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) : in Element()
318 android::RSC::sp<const Element> Element::createUser(const android::RSC::sp<RS>& rs, RsDataType dt) { in createUser()
323 android::RSC::sp<const Element> Element::createVector(const android::RSC::sp<RS>& rs, RsDataType dt in createVector()
332 android::RSC::sp<const Element> Element::createPixel(const android::RSC::sp<RS>& rs, RsDataType dt,… in createPixel()
DAllocation.cpp77 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt64() local
85 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt32() local
93 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt16() local
101 RsDataType dt = mType->getElement()->getDataType(); in validateIsInt8() local
109 RsDataType dt = mType->getElement()->getDataType(); in validateIsFloat32() local
117 RsDataType dt = mType->getElement()->getDataType(); in validateIsFloat64() local
125 RsDataType dt = mType->getElement()->getDataType(); in validateIsObject() local
/frameworks/rs/driver/runtime/
Drs_sample.c270 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample1D()
320 rs_data_kind dk, rs_data_type dt, uint32_t lod) { in getBilinearSample2D()
349 rs_data_type dt, uint32_t lod) { in getNearestSample()
386 rs_data_type dt, uint32_t lod) { in getNearestSample()
422 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel()
452 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel()
465 rs_data_kind dk, rs_data_type dt, in sample_LOD_LinearPixel()
511 rs_data_kind dk, rs_data_type dt, in sample_LOD_NearestPixel()
537 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local
589 rs_data_type dt = elem->mHal.state.dataType; in rsSample() local
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DRateEstimator.java61 double dt = ((double) (now - mLastEventTime)) / 1000.0; in getInterarrivalEstimate() local
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DAllocation.java673 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked()
1120 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked()
1128 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local
1445 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked()
1464 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local
1702 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked()
1721 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local
1797 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo()
1814 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local
1994 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked()
[all …]
DElement.java734 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element()
772 static Element createUser(RenderScript rs, DataType dt) { in createUser()
793 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector()
836 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
DRenderScript.java461 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D()
463 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D()
503 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D()
506 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D()
538 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D()
541 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D()
548 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead()
549 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead()
555 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D()
557 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D()
[all …]
/frameworks/rs/
DrsComponent.cpp29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set()
DrsElement.cpp230 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk, in createRef()
413 RsDataType dt, in rsi_ElementCreate()
DrsElement.h117 RsDataType dt, in create()
DrsScriptC_Lib.cpp334 RsElement rsrElementCreate(Context *rsc, RsDataType dt, RsDataKind dk, in rsrElementCreate()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DDuration.java141 public long addTo(long dt) { in addTo()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java687 private void copyFromUnchecked(Object array, Element.DataType dt, int arrayLen) { in copyFromUnchecked()
1138 Element.DataType dt, int arrayLen) { in copy1DRangeFromUnchecked()
1148 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, in copy1DRangeFromUnchecked() local
1470 Element.DataType dt, int arrayLen) { in copy2DRangeFromUnchecked()
1491 array, sizeBytes, dt, in copy2DRangeFromUnchecked() local
1747 Object array, Element.DataType dt, int arrayLen) { in copy3DRangeFromUnchecked()
1768 array, sizeBytes, dt, in copy3DRangeFromUnchecked() local
1857 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo()
1876 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local
2092 Element.DataType dt, int arrayLen) { in copy1DRangeToUnchecked()
[all …]
DElement.java1076 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element()
1149 static Element createUser(RenderScript rs, DataType dt) { in createUser()
1170 public static Element createVector(RenderScript rs, DataType dt, int size) { in createVector()
1214 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel()
DRenderScript.java535 …snAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt, in rsnAllocationData1D()
537 …llocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt, in nAllocationData1D()
570 int w, int h, Object d, int sizeBytes, int dt, in rsnAllocationData2D()
573 int w, int h, Object d, int sizeBytes, Element.DataType dt, in nAllocationData2D()
604 int w, int h, int depth, Object d, int sizeBytes, int dt, in rsnAllocationData3D()
607 … int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt, in nAllocationData3D()
614 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead()
615 …synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePa… in nAllocationRead()
621 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D()
623 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNoisyVelocityTracker.java79 final float dt = (float) (event.t - last.t) / units; in computeCurrentVelocity() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java100 long dt = (now - mLastPokeTime); in getSize() local
/frameworks/rs/driver/
DrsdMeshObj.cpp59 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType; in isValidGLComponent() local
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRateEstimatorTest.java145 private long postEvents(long start, long dt, int num) { in postEvents()
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java100 long t, dt; in onDrawFrame() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearSmoothScroller.java253 private int clampApplyScroll(int tmpDt, int dt) { in clampApplyScroll()
/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java253 private int clampApplyScroll(int tmpDt, int dt) { in clampApplyScroll()
DLinearLayoutManager.java1364 private void recycleViewsFromStart(RecyclerView.Recycler recycler, int dt) { in recycleViewsFromStart()
1409 private void recycleViewsFromEnd(RecyclerView.Recycler recycler, int dt) { in recycleViewsFromEnd()
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java249 float dt = duration / (float)steps; in drag() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java149 private float t, dt; field in MLand

12