Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp1141 uint8_t defaultEncryptedByteBlock = 0; in parseChunk() local
1146 defaultEncryptedByteBlock = pattern >> 4; in parseChunk()
1148 if (defaultEncryptedByteBlock == 0 && defaultSkipByteBlock == 0) { in parseChunk()
1150 defaultEncryptedByteBlock = 1; in parseChunk()
1211 mLastTrack->meta.setInt32(kKeyEncryptedByteBlock, defaultEncryptedByteBlock); in parseChunk()