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

/frameworks/rs/
H A DrsComponent.cpp31 mKind = dk;
42 switch (mKind) {
71 rsAssert(mKind != RS_KIND_INVALID);
82 rsAssert(mKind == RS_KIND_PIXEL_RGB);
88 rsAssert(mKind == RS_KIND_PIXEL_RGBA);
94 rsAssert(mKind == RS_KIND_PIXEL_RGBA);
101 rsAssert(mKind == RS_KIND_USER);
107 rsAssert(mKind == RS_KIND_USER);
113 rsAssert(mKind == RS_KIND_USER);
129 rsAssert(mKind
[all...]
H A DrsComponent.h39 RsDataKind getKind() const {return mKind;}
55 RsDataKind mKind; member in class:android::renderscript::Component
H A Drs.spec113 param RsDataKind mKind
/frameworks/wilhelm/src/
H A DThreadPool.h42 ClosureKind mKind; member in struct:__anon1681
H A DThreadPool.c37 ClosureKind kind = closure.mKind;
259 closure->mKind = kind;
/frameworks/av/media/libstagefright/include/
H A DAVIExtractor.h68 } mKind; member in struct:android::AVIExtractor::Track
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java401 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
403 mType.getElement().mKind + ", type " +
410 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
413 mType.getElement().mKind + ", type " +
420 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
423 mType.getElement().mKind + ", type " +
430 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
433 mType.getElement().mKind + ", type " +
H A DElement.java70 DataKind mKind; field in class:Element
299 return mKind;
717 mKind = DataKind.USER;
740 mKind = dk;
900 // Ignore mKind because it is allowed to be different (user vs. pixel).
H A DElementThunker.java167 return mKind;
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java466 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
468 mType.getElement().mKind + ", type " +
475 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
478 mType.getElement().mKind + ", type " +
485 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
488 mType.getElement().mKind + ", type " +
495 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
498 mType.getElement().mKind + ", type " +
H A DElement.java66 DataKind mKind; field in class:Element
297 return mKind;
770 mKind = DataKind.USER;
793 mKind = dk;
806 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
821 mKind = dk;
985 // Ignore mKind because it is allowed to be different (user vs. pixel).
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp658 track->mKind = kind;
676 if (track->mKind == Track::OTHER) {
681 bool isVideo = (track->mKind == Track::VIDEO);
799 if (!IsCorrectChunkType(-1, track->mKind, chunkType)) {
803 if (track->mKind == Track::OTHER) {
1137 if (!IsCorrectChunkType(trackIndex, track.mKind, chunkType)) {
/frameworks/rs/cpp/
H A DElement.cpp180 mKind = RS_KIND_USER;
260 mKind = dk;
350 // Ignore mKind because it is allowed to be different (user vs. pixel).
H A DrsCppStructs.h637 return mKind;
1066 RsDataKind mKind; member in class:android::RSC::Element
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1312 operation.mKind = kind;
1445 public String mKind; field in class:SQLiteConnection.Operation
1453 msg.append(mKind);

Completed in 311 milliseconds