Searched refs:isScrambled (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h72 bool isScrambled() const;
H A DESQueue.cpp48 ALOGV("ElementaryStreamQueue(%p) mode %x flags %x isScrambled %d isSampleEncrypted %d",
49 this, mode, flags, isScrambled(), isSampleEncrypted());
79 bool ElementaryStreamQueue::isScrambled() const { function in class:android::ElementaryStreamQueue
499 if (!isScrambled()) {
617 if ((mFlags & kFlag_AlignedData) && mMode == H264 && !isScrambled()) {
1003 if (isScrambled()) {
1318 if (isScrambled()) {
H A DATSParser.cpp1370 || !mQueue->isScrambled()) {
1382 if (pesScramblingControl == 0 || mQueue->isScrambled()) {
1452 if (mQueue->isScrambled()) {
1648 if (mQueue->isScrambled()) {

Completed in 73 milliseconds