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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp201 bool mScrambled; member in struct:android::ATSParser::Stream
723 mScrambled(CA_system_ID >= 0) {
731 elementaryPID, streamType, mScrambled, mSampleEncrypted);
734 (isVideo() && mScrambled) ? ElementaryStreamQueue::kFlag_ScrambledData :
792 if (mScrambled && (isAudio() || isVideo())) {
816 mBuffer == NULL ? 0 : mBuffer->capacity(), neededSize, mScrambled);
821 if (mScrambled) {
931 if (mScrambled) {
1460 if (mScrambled) {

Completed in 134 milliseconds