HomeSort by relevance Sort by last modified time
    Searched refs:extractFromSEI (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.h 81 bool extractFromSEI(const sp<ABuffer> &accessUnit);
NuPlayerCCDecoder.cpp 210 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) {
490 if (extractFromMPEGUserData(accessUnit) || extractFromSEI(accessUnit)) {

Completed in 50 milliseconds