Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.h58 uint32_t pesScramblingControl = 0);
129 int32_t *pesScramblingControl = NULL);
DESQueue.cpp276 int32_t payloadOffset, uint32_t pesScramblingControl) { in appendData() argument
482 info.mPesScramblingControl = pesScramblingControl; in appendData()
537 int32_t pesOffset = 0, pesScramblingControl = 0; in dequeueScrambledAccessUnit() local
538 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl); in dequeueScrambledAccessUnit()
545 int32_t keyId = pesScramblingControl, isSync = 0, scrambledLength = 0; in dequeueScrambledAccessUnit()
956 size_t size, int32_t *pesOffset, int32_t *pesScramblingControl) { in fetchTimestamp() argument
972 if (pesScramblingControl != NULL) { in fetchTimestamp()
973 *pesScramblingControl = info->mPesScramblingControl; in fetchTimestamp()
DATSParser.cpp1329 uint32_t tsScramblingControl = 0, pesScramblingControl = 0; in flushScrambled() local
1350 pesScramblingControl = getPesScramblingControl(&br, &pesOffset); in flushScrambled()
1354 if (pesScramblingControl == 0 || mQueue->isScrambled()) { in flushScrambled()
1361 tsScramblingControl : pesScramblingControl; in flushScrambled()
1384 if (it->transport_scrambling_mode != 0 || pesScramblingControl != 0) { in flushScrambled()
1393 if (pesScramblingControl != 0) { in flushScrambled()
1423 && pesScramblingControl == 0) in flushScrambled()