Searched refs:CCDecoder (Results 1 – 12 of 12) sorted by relevance
121 NuPlayer2::CCDecoder::CCDecoder(const sp<AMessage> ¬ify) in CCDecoder() function in android::NuPlayer2::CCDecoder134 size_t NuPlayer2::CCDecoder::getTrackCount() const { in getTrackCount()138 sp<AMessage> NuPlayer2::CCDecoder::getTrackInfo(size_t index) const { in getTrackInfo()175 status_t NuPlayer2::CCDecoder::selectTrack(size_t index, bool select) { in selectTrack()202 ssize_t NuPlayer2::CCDecoder::getSelectedTrack(media_track_type type) const { in getSelectedTrack()214 bool NuPlayer2::CCDecoder::isSelected() const { in isSelected()218 bool NuPlayer2::CCDecoder::isTrackValid(size_t index) const { in isTrackValid()223 bool NuPlayer2::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) { in extractFromSEI()245 bool NuPlayer2::CCDecoder::parseSEINalUnit(int64_t timeUs, const uint8_t *data, size_t size) { in parseSEINalUnit()315 bool NuPlayer2::CCDecoder::extractFromMPEGUserData(const sp<ABuffer> &accessUnit) { in extractFromMPEGUserData()[all …]
25 struct NuPlayer2::CCDecoder : public RefBase { struct36 explicit CCDecoder(const sp<AMessage> ¬ify); argument60 int compare(const NuPlayer2::CCDecoder::CCTrack& rhs) const; argument61 inline bool operator<(const NuPlayer2::CCDecoder::CCTrack& rhs) const;62 inline bool operator==(const NuPlayer2::CCDecoder::CCTrack& rhs) const;63 inline bool operator!=(const NuPlayer2::CCDecoder::CCTrack& rhs) const;93 DISALLOW_EVIL_CONSTRUCTORS(CCDecoder); argument
38 const sp<CCDecoder> &ccDecoder = NULL);77 sp<CCDecoder> mCCDecoder;
115 struct CCDecoder;201 sp<CCDecoder> mCCDecoder;
2084 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()2949 case NuPlayer2::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()2963 case NuPlayer2::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()
66 const sp<CCDecoder> &ccDecoder) in Decoder()
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;
1922 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()2726 case NuPlayer::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()2740 case NuPlayer::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()