Home
last modified time | relevance | path

Searched refs:processNal (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DSampleDecryptor.h34 virtual size_t processNal(uint8_t *, size_t) { return -1; }; in processNal() function
DHlsSampleDecryptor.h42 virtual size_t processNal(uint8_t *nalData, size_t nalSize);
DHlsSampleDecryptor.cpp79 size_t HlsSampleDecryptor::processNal(uint8_t *nalData, size_t nalSize) { in processNal() function in android::HlsSampleDecryptor
DESQueue.cpp1432 size_t newSize = mSampleDecryptor->processNal(nalData, pos.nalSize); in dequeueAccessUnitH264()