Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:NuPlayer

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) {
302 bool NuPlayer::CCDecoder::extractFromMPEGUserData(const sp<ABuffer> &accessUnit) {
325 bool NuPlayer::CCDecoder::parseMPEGUserDataUnit(int64_t timeUs, const uint8_t *data, size_t size) {
339 bool NuPlayer::CCDecoder::parseMPEGCCData(int64_t timeUs, const uint8_t *data, size_t size) {
429 bool NuPlayer::CCDecoder::parseDTVCCPacket(int64_t timeUs, const uint8_t *data, size_t size) {
478 size_t NuPlayer::CCDecoder::getTrackIndex(
495 void NuPlayer::CCDecoder::decode(const sp<ABuffer> &accessUnit) {
504 void NuPlayer::CCDecoder::display(int64_t timeUs) {
555 void NuPlayer::CCDecoder::flush() {
560 int32_t NuPlayer::CCDecoder::CCTrack::compare(const NuPlayer::CCDecoder::CCTrack& rhs) const {
566 bool NuPlayer::CCDecoder::CCTrack::operator<(const NuPlayer::CCDecoder::CCTrack& rhs) const {
570 bool NuPlayer::CCDecoder::CCTrack::operator==(const NuPlayer::CCDecoder::CCTrack& rhs) const {
574 bool NuPlayer::CCDecoder::CCTrack::operator!=(const NuPlayer::CCDecoder::CCTrack& rhs) const {