Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2CCDecoder.h82 bool extractFromSEI(const sp<ABuffer> &accessUnit);
DNuPlayer2CCDecoder.cpp223 bool NuPlayer2::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI() function in android::NuPlayer2::CCDecoder
521 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) { in decode()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.h82 bool extractFromSEI(const sp<ABuffer> &accessUnit);
DNuPlayerCCDecoder.cpp224 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI() function in android::NuPlayer::CCDecoder
532 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) { in decode()