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

  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c 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.c 65 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeMpeg2Ts;
72 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeAacadts;
74 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
80 ap->mAndroidBufferQueue.mBufferType = kAndroidBufferTypeInvalid;
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 672 AndroidBufferType_type mBufferType;
  /frameworks/base/core/java/android/widget/
TextView.java 324 private BufferType mBufferType = BufferType.NORMAL;
    [all...]

Completed in 69 milliseconds