Searched refs:extractFromSEI (Results 1 – 2 of 2) sorted by relevance
81 bool extractFromSEI(const sp<ABuffer> &accessUnit);
210 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI() function in android::NuPlayer::CCDecoder490 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) { in decode()