Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp6349 sp<AMessage> cryptoErrorInfo = new AMessage(); in onQueueInputBuffer() local
6350 buildCryptoInfoAMessage(cryptoErrorInfo, CryptoAsync::kActionDecrypt); in onQueueInputBuffer()
6351 cryptoErrorInfo->setInt32("err", err); in onQueueInputBuffer()
6352 cryptoErrorInfo->setInt32("actionCode", ACTION_CODE_FATAL); in onQueueInputBuffer()
6353 cryptoErrorInfo->setString("errorDetail", errorDetailMsg); in onQueueInputBuffer()
6354 onCryptoError(cryptoErrorInfo); in onQueueInputBuffer()