Home
last modified time | relevance | path

Searched refs:STREAMTYPE_VIDEO (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp152 : LiveSession::STREAMTYPE_VIDEO, in getFormatMeta()
165 : LiveSession::STREAMTYPE_VIDEO, in getFormat()
190 : LiveSession::STREAMTYPE_VIDEO, in dequeueAccessUnit()
401 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; in onSessionNotify()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp224 case STREAMTYPE_VIDEO: in getKeyForStream()
241 case STREAMTYPE_VIDEO: in getNameForStream()
258 case STREAMTYPE_VIDEO: in getSourceTypeForStream()
382 if (stream == STREAMTYPE_AUDIO || stream == STREAMTYPE_VIDEO) { in dequeueAccessUnit()
481 } else if (stream == STREAMTYPE_VIDEO) { in getStreamFormatMeta()
783 mPacketSources.valueFor(STREAMTYPE_VIDEO)->signalEOS(err); in onMessageReceived()
980 case STREAMTYPE_VIDEO: in typeToIndex()
1147 mPacketSources.valueFor(STREAMTYPE_VIDEO)->signalEOS(ERROR_END_OF_STREAM); in finishDisconnect()
1220 || (!(streamMask & STREAMTYPE_VIDEO) && sources[kAudioIndex] != NULL)) { in getMetadataSource()
1449 STREAMTYPE_VIDEO)->getLatestDequeuedMeta()); in latestMediaSegmentStartTime()
[all …]
DPlaylistFetcher.cpp551 streamTypeMask |= LiveSession::STREAMTYPE_VIDEO; in startAsync()
714 if (streamTypeMask & LiveSession::STREAMTYPE_VIDEO) { in onStart()
719 LiveSession::STREAMTYPE_VIDEO, in onStart()
734 if ((streamTypeMask & (LiveSession::STREAMTYPE_AUDIO | LiveSession::STREAMTYPE_VIDEO)) in onStart()
1364 | LiveSession::STREAMTYPE_VIDEO))) { in onDownloadNext()
1456 { LiveSession::STREAMTYPE_VIDEO, LiveSession::STREAMTYPE_AUDIO }; in onDownloadNext()
1879 if (stream == LiveSession::STREAMTYPE_VIDEO) { in extractAndQueueAccessUnitsFromTs()
DLiveSession.h60 STREAMTYPE_VIDEO = 1 << kVideoIndex, enumerator