Searched refs:mID (Results 26 - 50 of 62) sorted by relevance

123

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h50 uint32_t mID; member in struct:android::ARTPSource
/frameworks/base/rs/java/android/renderscript/
H A DProgram.java51 int mID; field in class:Program.TextureType
53 mID = id;
63 int mID; field in class:Program.ProgramParam
65 mID = id;
H A DElement.java156 int mID; field in class:Element.DataType
159 mID = id;
164 mID = id;
189 int mID; field in class:Element.DataKind
191 mID = id;
1111 if(dt.mID == dataBuffer[0]){
1117 if(dk.mID == dataBuffer[1]){
1153 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
1191 long id = rs.nElementCreate(dt.mID, d
[all...]
H A DRenderScript.java197 int mID; field in class:RenderScript.ContextType
199 mID = id;
540 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
576 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
611 dt.mID, mSize, usePadding);
617 rsnAllocationRead(mContext, id, d, dt.mID, mSize, usePadding);
625 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
643 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
653 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);
914 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); argument
915 nProgramBindConstants(long pv, int slot, long mID) argument
1149 protected int mID; field in class:RenderScript.RSMessageHandler
1221 int mID; field in class:RenderScript.Priority
[all...]
H A DAllocation.java252 int mID; field in class:Allocation.MipmapControl
254 mID = id;
1446 mSelectedLOD, mSelectedFace.mID,
1448 data.mSelectedLOD, data.mSelectedFace.mID);
1490 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1686 mSelectedLOD, mSelectedFace.mID,
1688 data.mSelectedLOD, data.mSelectedFace.mID);
1716 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
2083 // Sets zero the mID so that the finalizer of the old mType value won't
2409 mRS.nAllocationRead2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
[all...]
H A DType.java73 int mID; field in class:Type.CubemapFace
75 mID = id;
H A DMesh.java82 int mID; field in class:Mesh.Primitive
84 mID = id;
391 prim[ct] = entry.prim.mID;
535 prim[ct] = entry.prim.mID;
H A DAllocationAdapter.java90 mSelectedLOD, mSelectedFace.mID, a1, a2, a3, a4);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DUnitTest.java62 switch (mID) {
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java160 int mID; field in class:Element.DataType
163 mID = id;
168 mID = id;
193 int mID; field in class:Element.DataKind
195 mID = id;
762 return mRS.nIncElementCreate(mType.mID, mKind.mID, mNormalized, mVectorSize);
776 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
813 long id = rs.nElementCreate(dt.mID, d
[all...]
H A DAllocation.java221 int mID; field in class:Allocation.MipmapControl
223 mID = id;
1422 mSelectedLOD, mSelectedFace.mID,
1424 data.mSelectedLOD, data.mSelectedFace.mID);
1463 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1649 mSelectedLOD, mSelectedFace.mID,
1651 data.mSelectedLOD, data.mSelectedFace.mID);
1674 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
2305 mRS.nAllocationRead2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
2567 long id = rs.nAllocationCreateTyped(type.getID(rs), mips.mID, usag
[all...]
H A DType.java72 int mID; field in class:Type.CubemapFace
74 mID = id;
H A DRenderScript.java278 int mID; field in class:RenderScript.ContextType
280 mID = id;
466 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
509 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
545 dt.mID, mSize, usePadding);
551 rsnAllocationRead(mContext, id, d, dt.mID, mSize, usePadding);
559 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
579 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
590 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);
1139 protected int mID; field in class:RenderScript.RSMessageHandler
1209 int mID; field in class:RenderScript.Priority
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.h82 RsScriptIntrinsicID mID; member in class:android::renderscript::RsdCpuScriptIntrinsic
H A DrsCpuIntrinsic.cpp27 mID = iid;
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUnitTest.java89 switch (mID) {
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java84 switch (mID) {
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUnitTest.java89 switch (mID) {
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h42 IOMX::buffer_id mID; member in struct:android::Harness::Buffer
H A DOMXHarness.cpp123 if ((*inputBuffers)[i].mID == msg.u.buffer_data.buffer) {
137 if ((*outputBuffers)[i].mID == msg.u.buffer_data.buffer) {
236 err = mOMXNode->useBuffer(portIndex, buffer.mHidlMemory, &buffer.mID);
240 err = mOMXNode->useBuffer(portIndex, buffer.mMemory, &buffer.mID);
375 err = mOMXNode->fillBuffer(outputBuffers[i].mID, OMXBuffer::sPreset);
400 err = mOMXNode->fillBuffer(outputBuffers[i].mID, OMXBuffer::sPreset);
444 err = mOMXNode->freeBuffer(0, inputBuffers[i].mID);
452 err = mOMXNode->freeBuffer(1, outputBuffers[i].mID);
/frameworks/base/core/java/android/view/
H A DViewStub.java113 mID = a.getResourceId(R.styleable.ViewStub_id, NO_ID);
/frameworks/native/include/media/hardware/
H A DVideoAPI.h196 } mID;

Completed in 1304 milliseconds

123