Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.h72 bool isScrambled() const;
DESQueue.cpp49 this, mode, flags, isScrambled(), isSampleEncrypted()); in ElementaryStreamQueue()
79 bool ElementaryStreamQueue::isScrambled() const { in isScrambled() function in android::ElementaryStreamQueue
499 if (!isScrambled()) { in appendScrambledData()
617 if ((mFlags & kFlag_AlignedData) && mMode == H264 && !isScrambled()) { in dequeueAccessUnit()
1007 if (isScrambled()) { in dequeueAccessUnitH264()
1327 if (isScrambled()) { in dequeueAccessUnitMPEGVideo()
DATSParser.cpp1371 || !mQueue->isScrambled()) { in flushScrambled()
1383 if (pesScramblingControl == 0 || mQueue->isScrambled()) { in flushScrambled()
1391 if (mQueue->isScrambled()) { in flushScrambled()
1456 if (mQueue->isScrambled()) { in flushScrambled()
1652 if (mQueue->isScrambled()) { in setCasInfo()