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()215 bool NuPlayer::CCDecoder::isSelected() const { in isSelected()219 bool NuPlayer::CCDecoder::isTrackValid(size_t index) const { in isTrackValid()514 size_t NuPlayer::CCDecoder::getTrackIndex( in getTrackIndex()540 void NuPlayer::CCDecoder::display(int64_t timeUs) { in display()591 void NuPlayer::CCDecoder::flush() { in flush()596 int32_t NuPlayer::CCDecoder::CCTrack::compare(const NuPlayer::CCDecoder::CCTrack& rhs) const { in compare()602 bool NuPlayer::CCDecoder::CCTrack::operator<(const NuPlayer::CCDecoder::CCTrack& rhs) const { in operator <()606 bool NuPlayer::CCDecoder::CCTrack::operator==(const NuPlayer::CCDecoder::CCTrack& rhs) const { in operator ==()[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;
120 struct CCDecoder;182 sp<CCDecoder> mCCDecoder;
1950 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()2762 case NuPlayer::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()2776 case NuPlayer::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()
66 const sp<CCDecoder> &ccDecoder) in Decoder()