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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp210 bool mScrambled; member in struct:android::ATSParser::Stream
734 mScrambled(CA_system_ID >= 0) {
742 elementaryPID, streamType, mScrambled, mSampleEncrypted);
745 (isVideo() && mScrambled) ? ElementaryStreamQueue::kFlag_ScrambledData :
803 if (mScrambled && (isAudio() || isVideo())) {
827 mBuffer == NULL ? 0 : mBuffer->capacity(), neededSize, mScrambled);
832 if (mScrambled) {
960 if (mScrambled) {
1504 if (mScrambled) {

Completed in 39 milliseconds