Searched refs:CCDecoder (Results 1 – 6 of 6) sorted by relevance
120 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> ¬ify) in CCDecoder() function in android::NuPlayer::CCDecoder133 size_t NuPlayer::CCDecoder::getTrackCount() const { in getTrackCount()137 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const { in getTrackInfo()176 status_t NuPlayer::CCDecoder::selectTrack(size_t index, bool select) { in selectTrack()203 ssize_t NuPlayer::CCDecoder::getSelectedTrack(media_track_type type) const { in getSelectedTrack()215 bool NuPlayer::CCDecoder::isSelected() const { in isSelected()219 bool NuPlayer::CCDecoder::isTrackValid(size_t index) const { in isTrackValid()224 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI()246 bool NuPlayer::CCDecoder::parseSEINalUnit(int64_t timeUs, const uint8_t *data, size_t size) { in parseSEINalUnit()316 bool NuPlayer::CCDecoder::extractFromMPEGUserData(const sp<ABuffer> &accessUnit) { in extractFromMPEGUserData()[all …]
25 struct NuPlayer::CCDecoder : public RefBase { struct36 explicit CCDecoder(const sp<AMessage> ¬ify); argument60 int compare(const NuPlayer::CCDecoder::CCTrack& rhs) const; argument61 inline bool operator<(const NuPlayer::CCDecoder::CCTrack& rhs) const;62 inline bool operator==(const NuPlayer::CCDecoder::CCTrack& rhs) const;63 inline bool operator!=(const NuPlayer::CCDecoder::CCTrack& rhs) const;93 DISALLOW_EVIL_CONSTRUCTORS(CCDecoder); argument
35 const sp<CCDecoder> &ccDecoder = NULL);74 sp<CCDecoder> mCCDecoder;
117 struct CCDecoder;178 sp<CCDecoder> mCCDecoder;
1924 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()2728 case NuPlayer::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()2742 case NuPlayer::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()
66 const sp<CCDecoder> &ccDecoder) in Decoder()