Searched refs:CCDecoder (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.h25 struct NuPlayer::CCDecoder : public RefBase { struct in class:android::NuPlayer
36 CCDecoder(const sp<AMessage> &notify);
59 int compare(const NuPlayer::CCDecoder::CCTrack& rhs) const;
60 inline bool operator<(const NuPlayer::CCDecoder::CCTrack& rhs) const;
61 inline bool operator==(const NuPlayer::CCDecoder::CCTrack& rhs) const;
62 inline bool operator!=(const NuPlayer::CCDecoder::CCTrack& rhs) const;
92 DISALLOW_EVIL_CONSTRUCTORS(CCDecoder);
H A DNuPlayerCCDecoder.cpp120 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify) function in class:android::NuPlayer::CCDecoder
133 size_t NuPlayer::CCDecoder::getTrackCount() const {
137 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const {
174 status_t NuPlayer::CCDecoder::selectTrack(size_t index, bool select) {
201 bool NuPlayer::CCDecoder::isSelected() const {
205 bool NuPlayer::CCDecoder::isTrackValid(size_t index) const {
210 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) {
232 bool NuPlayer::CCDecoder::parseSEINalUnit(int64_t timeUs, const uint8_t *data, size_t size) {
296 bool NuPlayer::CCDecoder
[all...]
H A DNuPlayerDecoder.h32 const sp<CCDecoder> &ccDecoder = NULL);
64 sp<CCDecoder> mCCDecoder;
H A DNuPlayer.h98 struct CCDecoder;
151 sp<CCDecoder> mCCDecoder;
H A DNuPlayer.cpp1602 mCCDecoder = new CCDecoder(ccNotify);
2322 case NuPlayer::CCDecoder::kWhatClosedCaptionData:
2336 case NuPlayer::CCDecoder::kWhatTrackAdded:
H A DNuPlayerDecoder.cpp54 const sp<CCDecoder> &ccDecoder)

Completed in 311 milliseconds