Searched refs:extractFromSEI (Results 1 – 4 of 4) sorted by relevance
82 bool extractFromSEI(const sp<ABuffer> &accessUnit);
223 bool NuPlayer2::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI() function in android::NuPlayer2::CCDecoder521 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) { in decode()
224 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI() function in android::NuPlayer::CCDecoder532 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) { in decode()