Searched refs:processNal (Results 1 – 3 of 3) sorted by relevance
40 size_t processNal(uint8_t *nalData, size_t nalSize);
79 size_t HlsSampleDecryptor::processNal(uint8_t *nalData, size_t nalSize) { in processNal() function in android::HlsSampleDecryptor
1425 size_t newSize = mSampleDecryptor->processNal(nalData, pos.nalSize); in dequeueAccessUnitH264()