Searched refs:mIsStreamCorruptFree (Results 1 – 2 of 2) sorted by relevance
297 bool mIsStreamCorruptFree; member
590 mIsStreamCorruptFree(false), in ACodec()2422 mIsStreamCorruptFree = isCorruptFree == 1 ? true : false; in configureCodec()2423 ALOGV("corrupt-free=[%d]", mIsStreamCorruptFree); in configureCodec()6204 if (mCodec->mIsStreamCorruptFree && data1 == (OMX_U32)OMX_ErrorStreamCorrupt) { in onOMXEvent()