Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2CCDecoder.h81 bool extractFromSEI(const sp<ABuffer> &accessUnit);
DNuPlayer2CCDecoder.cpp211 bool NuPlayer2::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI() function in android::NuPlayer2::CCDecoder
497 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) { in decode()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.h81 bool extractFromSEI(const sp<ABuffer> &accessUnit);
DNuPlayerCCDecoder.cpp212 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI() function in android::NuPlayer::CCDecoder
498 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) { in decode()