HomeSort by relevance Sort by last modified time
    Searched refs:isScrambled (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 72 bool isScrambled() const;
ESQueue.cpp 48 ALOGV("ElementaryStreamQueue(%p) mode %x flags %x isScrambled %d isSampleEncrypted %d",
49 this, mode, flags, isScrambled(), isSampleEncrypted());
79 bool ElementaryStreamQueue::isScrambled() const {
499 if (!isScrambled()) {
617 if ((mFlags & kFlag_AlignedData) && mMode == H264 && !isScrambled()) {
1003 if (isScrambled()) {
    [all...]
ATSParser.cpp     [all...]

Completed in 1579 milliseconds