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

  /frameworks/av/media/libaah_rtp/
aah_rx_player_substream.cpp 38 int64_t AAH_RXPlayer::Substream::kAboutToUnderflowThreshold =
41 AAH_RXPlayer::Substream::Substream(uint32_t ssrc, OMXClient& omx) {
61 AAH_RXPlayer::Substream::~Substream() {
65 void AAH_RXPlayer::Substream::shutdown() {
72 void AAH_RXPlayer::Substream::cleanupBufferInProgress() {
86 void AAH_RXPlayer::Substream::cleanupDecoder() {
92 bool AAH_RXPlayer::Substream::shouldAbort(const char* log_tag) {
96 ALOGV("Skipping %s, substream has encountered fatal error (%d)."
    [all...]
aah_rx_player.h 201 class Substream : public virtual RefBase {
203 Substream(uint32_t ssrc, OMXClient& omx);
220 virtual ~Substream();
253 DISALLOW_EVIL_CONSTRUCTORS(Substream);
256 typedef DefaultKeyedVector< uint32_t, sp<Substream> > SubstreamVec;
aah_rx_player_core.cpp 120 // collection. Failure to clear out a substream can result in its decoder
396 ALOGE("Substream index %d has encountered an unrecoverable"
493 sp<Substream> substream; local
558 sp<Substream> iter = substreams_.valueAt(i);
568 // with one particular substream. Just give it to the command
577 // the substream we belong to and send the packet off to be processed.
578 substream = substreams_.valueFor(ssrc);
579 if (substream == NULL) {
580 substream = new Substream(ssrc, omx_)
    [all...]

Completed in 339 milliseconds