Searched refs:CCDecoder (Results 1 – 6 of 6) sorted by relevance
117 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> ¬ify) in CCDecoder() function in android::NuPlayer::CCDecoder126 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 …]
25 struct NuPlayer::CCDecoder : public RefBase { struct31 CCDecoder(const sp<AMessage> ¬ify); argument55 DISALLOW_EVIL_CONSTRUCTORS(CCDecoder); argument
32 const sp<CCDecoder> &ccDecoder = NULL);64 sp<CCDecoder> mCCDecoder;
98 struct CCDecoder;150 sp<CCDecoder> mCCDecoder;
1511 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()2230 case NuPlayer::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()2244 case NuPlayer::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()
54 const sp<CCDecoder> &ccDecoder) in Decoder()