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

/frameworks/av/media/libstagefright/mpeg2ts/
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()) {
998 if (isScrambled()) {
1313 if (isScrambled()) {

Completed in 37 milliseconds