Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DHlsSampleDecryptor.h40 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.cpp1425 size_t newSize = mSampleDecryptor->processNal(nalData, pos.nalSize); in dequeueAccessUnitH264()