HomeSort by relevance Sort by last modified time
    Searched refs:CCDecoder (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.h 25 struct NuPlayer::CCDecoder : public RefBase {
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);
NuPlayerCCDecoder.cpp 120 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify)
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::extractFromMPEGUserData(const sp<ABuffer> &accessUnit)
    [all...]
NuPlayerDecoder.h 32 const sp<CCDecoder> &ccDecoder = NULL);
68 sp<CCDecoder> mCCDecoder;
NuPlayer.h 98 struct CCDecoder;
151 sp<CCDecoder> mCCDecoder;
NuPlayer.cpp     [all...]
NuPlayerDecoder.cpp 62 const sp<CCDecoder> &ccDecoder)
67 mCCDecoder(ccDecoder),
    [all...]

Completed in 59 milliseconds