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()
965 size_t size, int32_t *pesOffset, int32_t *pesScramblingControl) { in fetchTimestamp() argument
981 if (pesScramblingControl != NULL) { in fetchTimestamp()
982 *pesScramblingControl = info->mPesScramblingControl; in fetchTimestamp()
DATSParser.cpp1358 uint32_t tsScramblingControl = 0, pesScramblingControl = 0; in flushScrambled() local
1379 pesScramblingControl = getPesScramblingControl(&br, &pesOffset); in flushScrambled()
1383 if (pesScramblingControl == 0 || mQueue->isScrambled()) { in flushScrambled()
1390 tsScramblingControl : pesScramblingControl; in flushScrambled()
1406 if (it->transport_scrambling_mode != 0 || pesScramblingControl != 0) { in flushScrambled()
1417 if (pesScramblingControl != 0) { in flushScrambled()
1467 && pesScramblingControl == 0) in flushScrambled()