Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp234 int32_t cryptoKey; in read() local
238 CHECK(buffer->meta()->findInt32("cryptoKey", &cryptoKey)); in read()
251 array[0] = (uint8_t) (cryptoKey & 0xff); in read()