Home
last modified time | relevance | path

Searched refs:CCDecoder (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.cpp117 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify) in CCDecoder() function in android::NuPlayer::CCDecoder
126 size_t NuPlayer::CCDecoder::getTrackCount() const { in getTrackCount()
130 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const { in getTrackInfo()
149 status_t NuPlayer::CCDecoder::selectTrack(size_t index, bool select) { in selectTrack()
173 bool NuPlayer::CCDecoder::isSelected() const { in isSelected()
177 bool NuPlayer::CCDecoder::isTrackValid(size_t index) const { in isTrackValid()
181 int32_t NuPlayer::CCDecoder::getTrackIndex(size_t channel) const { in getTrackIndex()
189 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI()
211 bool NuPlayer::CCDecoder::parseSEINalUnit( in parseSEINalUnit()
320 sp<ABuffer> NuPlayer::CCDecoder::filterCCBuf( in filterCCBuf()
[all …]
DNuPlayerCCDecoder.h25 struct NuPlayer::CCDecoder : public RefBase { struct
31 CCDecoder(const sp<AMessage> &notify); argument
55 DISALLOW_EVIL_CONSTRUCTORS(CCDecoder); argument
DNuPlayerDecoder.h32 const sp<CCDecoder> &ccDecoder = NULL);
64 sp<CCDecoder> mCCDecoder;
DNuPlayer.h98 struct CCDecoder;
150 sp<CCDecoder> mCCDecoder;
DNuPlayer.cpp1511 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()
2230 case NuPlayer::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()
2244 case NuPlayer::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()
DNuPlayerDecoder.cpp54 const sp<CCDecoder> &ccDecoder) in Decoder()