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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2CCDecoder.h25 struct NuPlayer2::CCDecoder : public RefBase { struct in class:android::NuPlayer2
36 explicit CCDecoder(const sp<AMessage> &notify);
59 int compare(const NuPlayer2::CCDecoder::CCTrack& rhs) const;
60 inline bool operator<(const NuPlayer2::CCDecoder::CCTrack& rhs) const;
61 inline bool operator==(const NuPlayer2::CCDecoder::CCTrack& rhs) const;
62 inline bool operator!=(const NuPlayer2::CCDecoder::CCTrack& rhs) const;
92 DISALLOW_EVIL_CONSTRUCTORS(CCDecoder);
H A DNuPlayer2CCDecoder.cpp121 NuPlayer2::CCDecoder::CCDecoder(const sp<AMessage> &notify) function in class:android::NuPlayer2::CCDecoder
134 size_t NuPlayer2::CCDecoder::getTrackCount() const {
138 sp<AMessage> NuPlayer2::CCDecoder::getTrackInfo(size_t index) const {
175 status_t NuPlayer2::CCDecoder::selectTrack(size_t index, bool select) {
202 bool NuPlayer2::CCDecoder::isSelected() const {
206 bool NuPlayer2::CCDecoder::isTrackValid(size_t index) const {
211 bool NuPlayer2::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) {
233 bool NuPlayer2::CCDecoder::parseSEINalUnit(int64_t timeUs, const uint8_t *data, size_t size) {
303 bool NuPlayer2::CCDecoder
[all...]
H A DNuPlayer2Decoder.h38 const sp<CCDecoder> &ccDecoder = NULL);
77 sp<CCDecoder> mCCDecoder;
H A DNuPlayer2.h108 struct CCDecoder;
171 sp<CCDecoder> mCCDecoder;
H A DNuPlayer2.cpp1967 mCCDecoder = new CCDecoder(ccNotify);
2814 case NuPlayer2::CCDecoder::kWhatClosedCaptionData:
2828 case NuPlayer2::CCDecoder::kWhatTrackAdded:
H A DNuPlayer2Decoder.cpp66 const sp<CCDecoder> &ccDecoder)
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.h25 struct NuPlayer::CCDecoder : public RefBase { struct in class:android::NuPlayer
36 explicit 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 {
176 status_t NuPlayer::CCDecoder::selectTrack(size_t index, bool select) {
203 bool NuPlayer::CCDecoder::isSelected() const {
207 bool NuPlayer::CCDecoder::isTrackValid(size_t index) const {
212 bool NuPlayer::CCDecoder::extractFromSEI(const sp<ABuffer> &accessUnit) {
234 bool NuPlayer::CCDecoder::parseSEINalUnit(int64_t timeUs, const uint8_t *data, size_t size) {
304 bool NuPlayer::CCDecoder
[all...]
H A DNuPlayerDecoder.h35 const sp<CCDecoder> &ccDecoder = NULL);
74 sp<CCDecoder> mCCDecoder;
H A DNuPlayer.h117 struct CCDecoder;
178 sp<CCDecoder> mCCDecoder;
H A DNuPlayer.cpp1921 mCCDecoder = new CCDecoder(ccNotify);
2721 case NuPlayer::CCDecoder::kWhatClosedCaptionData:
2735 case NuPlayer::CCDecoder::kWhatTrackAdded:
H A DNuPlayerDecoder.cpp66 const sp<CCDecoder> &ccDecoder)

Completed in 112 milliseconds