HomeSort by relevance Sort by last modified time
    Searched refs:mBufferType (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libmedia/
OMXBuffer.cpp 34 : mBufferType(kBufferTypeInvalid) {
38 : mBufferType(kBufferTypePreset),
44 : mBufferType(kBufferTypePreset),
50 : mBufferType(kBufferTypeSharedMem),
55 : mBufferType(kBufferTypeANWBuffer),
60 : mBufferType(kBufferTypeNativeHandle),
65 : mBufferType(kBufferTypeHidlMemory),
73 CHECK(mBufferType != kBufferTypeHidlMemory);
74 parcel->writeInt32(mBufferType);
76 switch(mBufferType) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewFallbackLineSpacingTest.java 65 private final BufferType mBufferType;
70 mBufferType = bufferType;
99 textView.setText("aaaaa aabaa aaaaa", mBufferType);
114 if (mBufferType == BufferType.NORMAL) {
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 63 private TextView.BufferType mBufferType = TextView.BufferType.NORMAL;
130 return mBufferType;
278 mBufferType = TextView.BufferType.SPANNABLE;
  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.cpp 322 switch (thiz->mBufferType) {
371 result = setItems(dataLength, pItems, itemsLength, thiz->mBufferType, oldRear,
481 thiz->mBufferType = kAndroidBufferTypeInvalid;
511 switch (thiz->mBufferType) {
525 SL_LOGI(" mCallbackEventsMask=0x%x, mBufferType=0x%x (%s), mEOS=%s",
527 thiz->mBufferType, bufferTypeString,
538 switch (thiz->mBufferType) {
IEngine.cpp 66 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts;
73 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeAacadts;
75 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
81 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
    [all...]
  /frameworks/av/media/libmedia/include/media/
OMXBuffer.h 119 BufferType mBufferType;
  /hardware/google/av/media/sfplugin/
C2OMXNode.cpp 216 if (omxBuf.mBufferType == OMXBuffer::kBufferTypeANWBuffer
  /frameworks/wilhelm/src/
itfstruct.h 678 AndroidBufferType_type mBufferType;
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp     [all...]
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Conversion.h 504 switch (l.mBufferType) {
  /frameworks/av/media/libmedia/include/media/omx/1.0/
Conversion.h 674 switch (l.mBufferType) {
  /frameworks/base/core/java/android/widget/
TextView.java 655 private BufferType mBufferType = BufferType.NORMAL;
    [all...]

Completed in 425 milliseconds