Home
last modified time | relevance | path

Searched refs:mIsStreamCorruptFree (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h279 bool mIsStreamCorruptFree; member
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp573 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()