Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp215 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in queueSecureInputBuffer() local
218 sctrl = (ScramblingControl)key[0]; in queueSecureInputBuffer()
224 sctrl, in queueSecureInputBuffer()
425 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in attachEncryptedBuffer() local
428 sctrl = (ScramblingControl)key[0]; in attachEncryptedBuffer()
434 sctrl, in attachEncryptedBuffer()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp700 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in attachEncryptedBuffer() local
703 sctrl = (ScramblingControl)key[0]; in attachEncryptedBuffer()
709 sctrl, in attachEncryptedBuffer()
871 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in queueSecureInputBuffer() local
874 sctrl = (ScramblingControl)key[0]; in queueSecureInputBuffer()
880 sctrl, in queueSecureInputBuffer()
/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp1675 uint32_t sctrl = tsScramblingControl != 0 ? in flushScrambled() local
1678 sctrl |= DescramblerPlugin::kScrambling_Flag_PesHeader; in flushScrambled()
1716 (ScramblingControl) sctrl, in flushScrambled()
1786 sctrl, isSync, clearSizesBuffer, encSizesBuffer); in flushScrambled()