Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2CCDecoder.cpp121 NuPlayer2::CCDecoder::CCDecoder(const sp<AMessage> &notify) in CCDecoder() function in android::NuPlayer2::CCDecoder
134 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 …]
DNuPlayer2CCDecoder.h25 struct NuPlayer2::CCDecoder : public RefBase { struct
36 explicit CCDecoder(const sp<AMessage> &notify); argument
60 int compare(const NuPlayer2::CCDecoder::CCTrack& rhs) const; argument
61 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
DNuPlayer2Decoder.h38 const sp<CCDecoder> &ccDecoder = NULL);
77 sp<CCDecoder> mCCDecoder;
DNuPlayer2.h115 struct CCDecoder;
201 sp<CCDecoder> mCCDecoder;
DNuPlayer2.cpp2084 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()
2949 case NuPlayer2::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()
2963 case NuPlayer2::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()
DNuPlayer2Decoder.cpp66 const sp<CCDecoder> &ccDecoder) in Decoder()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.cpp120 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify) in CCDecoder() function in android::NuPlayer::CCDecoder
133 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 …]
DNuPlayerCCDecoder.h25 struct NuPlayer::CCDecoder : public RefBase { struct
36 explicit CCDecoder(const sp<AMessage> &notify); argument
60 int compare(const NuPlayer::CCDecoder::CCTrack& rhs) const; argument
61 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
DNuPlayerDecoder.h35 const sp<CCDecoder> &ccDecoder = NULL);
74 sp<CCDecoder> mCCDecoder;
DNuPlayer.h117 struct CCDecoder;
178 sp<CCDecoder> mCCDecoder;
DNuPlayer.cpp1922 mCCDecoder = new CCDecoder(ccNotify); in instantiateDecoder()
2726 case NuPlayer::CCDecoder::kWhatClosedCaptionData: in onClosedCaptionNotify()
2740 case NuPlayer::CCDecoder::kWhatTrackAdded: in onClosedCaptionNotify()
DNuPlayerDecoder.cpp66 const sp<CCDecoder> &ccDecoder) in Decoder()