Searched refs:getType (Results 1 - 25 of 404) sorted by relevance

1234567891011>>

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java88 if (ain.getType().getElement().getVectorSize() <
89 mOut.getType().getElement().getVectorSize()) {
94 if (!ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
95 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
96 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
97 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
141 if (mOut.getType().getElement() != Element.U32(mRS) &&
142 mOut.getType().getElement() != Element.U32_2(mRS) &&
143 mOut.getType().getElement() != Element.U32_3(mRS) &&
144 mOut.getType()
[all...]
H A DAllocationAdapter.java138 if (!mAdaptedAllocation.getType().hasMipmaps()) {
155 if (!mAdaptedAllocation.getType().hasFaces()) {
176 if (mAdaptedAllocation.getType().getY() == 0) {
179 if (mAdaptedAllocation.getType().getY() <= y) {
197 if (mAdaptedAllocation.getType().getZ() == 0) {
200 if (mAdaptedAllocation.getType().getZ() <= z) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DWhiteBalance.java31 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX());
32 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
H A DFisheye.java83 mInPixelsAllocation.getType().getX(),
84 mInPixelsAllocation.getType().getY(), center_x,
88 mInPixelsAllocation.getType().getX(),
89 mInPixelsAllocation.getType().getY(), center_x,
93 mInPixelsAllocation.getType().getX(),
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
98 mInPixelsAllocation.getType().getX(),
99 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DBlend.java70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
120 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
121 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
174 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
H A DVignette.java102 mInPixelsAllocation.getType().getX(),
103 mInPixelsAllocation.getType().getY(), center_x,
107 mInPixelsAllocation.getType().getX(),
108 mInPixelsAllocation.getType().getY(), center_x,
112 mInPixelsAllocation.getType().getX(),
113 mInPixelsAllocation.getType().getY(), center_x, center_y,
117 mInPixelsAllocation.getType().getX(),
118 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/base/core/java/android/database/
H A DAbstractWindowedCursor.java93 return mWindow.getType(mPos, columnIndex) == Cursor.FIELD_TYPE_NULL;
97 * @deprecated Use {@link #getType}
101 return getType(columnIndex) == Cursor.FIELD_TYPE_BLOB;
105 * @deprecated Use {@link #getType}
109 return getType(columnIndex) == Cursor.FIELD_TYPE_STRING;
113 * @deprecated Use {@link #getType}
117 return getType(columnIndex) == Cursor.FIELD_TYPE_INTEGER;
121 * @deprecated Use {@link #getType}
125 return getType(columnIndex) == Cursor.FIELD_TYPE_FLOAT;
129 public int getType(in method in class:AbstractWindowedCursor
[all...]
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp48 if (ain->getType()->getElement()->isCompatible(mElement) == false ||
49 aout->getType()->getElement()->isCompatible(mElement) == false) {
56 sp<const Type> t = lut->getType();
82 if (in->getType()->getElement()->isCompatible(mElement) == false ||
83 out->getType()->getElement()->isCompatible(mElement) == false) {
90 if (in->getType()->getElement()->isCompatible(mElement) == false ||
91 out->getType()->getElement()->isCompatible(mElement) == false) {
98 if (in->getType()->getElement()->isCompatible(mElement) == false ||
99 out->getType()->getElement()->isCompatible(mElement) == false) {
106 if (in->getType()
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DFisheye.java78 mInPixelsAllocation.getType().getX(),
79 mInPixelsAllocation.getType().getY(), center_x,
83 mInPixelsAllocation.getType().getX(),
84 mInPixelsAllocation.getType().getY(), center_x,
88 mInPixelsAllocation.getType().getX(),
89 mInPixelsAllocation.getType().getY(), center_x, center_y,
93 mInPixelsAllocation.getType().getX(),
94 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DBlend.java70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
175 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
H A DMirror.java37 mWidth = mInPixelsAllocation.getType().getX();
38 mHeight = mInPixelsAllocation.getType().getY();
H A DVignette.java100 mInPixelsAllocation.getType().getX(),
101 mInPixelsAllocation.getType().getY(), center_x,
105 mInPixelsAllocation.getType().getX(),
106 mInPixelsAllocation.getType().getY(), center_x,
110 mInPixelsAllocation.getType().getX(),
111 mInPixelsAllocation.getType().getY(), center_x, center_y,
115 mInPixelsAllocation.getType().getX(),
116 mInPixelsAllocation.getType().getY(), center_x, center_y,
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DFisheye.java75 mInPixelsAllocation.getType().getX(),
76 mInPixelsAllocation.getType().getY(), center_x,
80 mInPixelsAllocation.getType().getX(),
81 mInPixelsAllocation.getType().getY(), center_x,
85 mInPixelsAllocation.getType().getX(),
86 mInPixelsAllocation.getType().getY(), center_x, center_y,
90 mInPixelsAllocation.getType().getX(),
91 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DVignette.java96 mInPixelsAllocation.getType().getX(),
97 mInPixelsAllocation.getType().getY(), center_x,
101 mInPixelsAllocation.getType().getX(),
102 mInPixelsAllocation.getType().getY(), center_x,
106 mInPixelsAllocation.getType().getX(),
107 mInPixelsAllocation.getType().getY(), center_x, center_y,
111 mInPixelsAllocation.getType().getX(),
112 mInPixelsAllocation.getType().getY(), center_x, center_y,
H A DWhiteBalance.java32 mScript.set_histogramWidth(mInPixelsAllocation.getType().getX());
33 mScript.set_histogramHeight(mInPixelsAllocation.getType().getY());
H A DBlend.java63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
113 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
114 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
167 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
/frameworks/av/drm/common/
H A DDrmInfoEvent.cpp33 int DrmInfoEvent::getType() const { function in class:DrmInfoEvent
/frameworks/base/core/java/android/animation/
H A DKeyframes.java40 Class getType(); method in interface:Keyframes
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSlotFilter.java29 return getFrameManager().getSlot(mSlotName).getType();
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionRelTable.hxx58 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
69 if (sh->getType() == SHT_REL) {
101 switch (rel->getType()) {
121 switch (rel->getType()) {
139 if (rel->getType() == R_MIPS_26) {
/frameworks/av/include/drm/
H A DDrmInfoEvent.h100 int getType() const;
/frameworks/rs/
H A DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
40 const Type * getBaseType() const {return mAllocation->getType();}
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
72 const Type * getBaseType() const {return mAllocation->getType();}
/frameworks/av/media/mtp/
H A DMtpStorage.h46 int getType() const;
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java96 int getType() { method in class:GeofenceHardwareRequestParcelable
97 return mRequest.getType();
114 builder.append(mRequest.getType());
176 parcel.writeInt(getType());
/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java99 public int getType() { method in class:MediaSyncEvent

Completed in 599 milliseconds

1234567891011>>