Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp2420 int32_t isCorruptFree = 0; in configureCodec() local
2421 if (msg->findInt32("corrupt-free", &isCorruptFree)) { in configureCodec()
2422 mIsStreamCorruptFree = isCorruptFree == 1 ? true : false; in configureCodec()