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.spec114 param RsDataKind mKind
/frameworks/wilhelm/src/
H A DThreadPool.h42 ClosureKind mKind; member in struct:__anon1554
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.java404 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
406 mType.getElement().mKind + ", type " +
413 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
416 mType.getElement().mKind + ", type " +
423 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
426 mType.getElement().mKind + ", type " +
433 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
436 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/rs/java/android/renderscript/
H A DAllocation.java541 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
543 mType.getElement().mKind + ", type " +
550 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
553 mType.getElement().mKind + ", type " +
560 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
563 mType.getElement().mKind + ", type " +
570 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
573 mType.getElement().mKind + ", type " +
H A DElement.java63 DataKind mKind; field in class:Element
302 return mKind;
775 mKind = DataKind.USER;
798 mKind = dk;
811 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
826 mKind = dk;
990 // 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.cpp181 mKind = RS_KIND_USER;
261 mKind = dk;
351 // Ignore mKind because it is allowed to be different (user vs. pixel).
H A DrsCppStructs.h650 return mKind;
1079 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 363 milliseconds