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