Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp208 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in queueSecureInputBuffer() local
211 sctrl = (ScramblingControl)key[0]; in queueSecureInputBuffer()
217 sctrl, in queueSecureInputBuffer()
414 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in attachEncryptedBuffer() local
417 sctrl = (ScramblingControl)key[0]; in attachEncryptedBuffer()
423 sctrl, in attachEncryptedBuffer()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp483 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in attachEncryptedBuffer() local
486 sctrl = (ScramblingControl)key[0]; in attachEncryptedBuffer()
492 sctrl, in attachEncryptedBuffer()
643 ScramblingControl sctrl = ScramblingControl::UNSCRAMBLED; in queueSecureInputBuffer() local
646 sctrl = (ScramblingControl)key[0]; in queueSecureInputBuffer()
652 sctrl, in queueSecureInputBuffer()
/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp1561 uint32_t sctrl = tsScramblingControl != 0 ? in flushScrambled() local
1564 sctrl |= DescramblerPlugin::kScrambling_Flag_PesHeader; in flushScrambled()
1602 (ScramblingControl) sctrl, in flushScrambled()
1672 sctrl, isSync, clearSizesBuffer, encSizesBuffer); in flushScrambled()