Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp562 uint8_t ctrCounter[16] = { 0 }; in setWebmBlockCryptoInfo() local
569 memcpy(ctrCounter, data + 1, 8); in setWebmBlockCryptoInfo()
570 meta->setData(kKeyCryptoIV, 0, ctrCounter, 16); in setWebmBlockCryptoInfo()