Searched refs:STREAMTYPE_VIDEO (Results 1 – 5 of 5) sorted by relevance
134 : LiveSession::STREAMTYPE_VIDEO, in getFormatMeta()147 : LiveSession::STREAMTYPE_VIDEO, in getFormat()172 : LiveSession::STREAMTYPE_VIDEO, in dequeueAccessUnit()383 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; in onSessionNotify()
133 : LiveSession::STREAMTYPE_VIDEO, in getFormatMeta()146 : LiveSession::STREAMTYPE_VIDEO, in getFormat()171 : LiveSession::STREAMTYPE_VIDEO, in dequeueAccessUnit()382 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; in onSessionNotify()
228 case STREAMTYPE_VIDEO: in getKeyForStream()245 case STREAMTYPE_VIDEO: in getNameForStream()262 case STREAMTYPE_VIDEO: in getSourceTypeForStream()386 if (stream == STREAMTYPE_AUDIO || stream == STREAMTYPE_VIDEO) { in dequeueAccessUnit()485 } else if (stream == STREAMTYPE_VIDEO) { in getStreamFormatMeta()787 mPacketSources.valueFor(STREAMTYPE_VIDEO)->signalEOS(err); in onMessageReceived()984 case STREAMTYPE_VIDEO: in typeToIndex()1152 mPacketSources.valueFor(STREAMTYPE_VIDEO)->signalEOS(ERROR_END_OF_STREAM); in finishDisconnect()1225 || (!(streamMask & STREAMTYPE_VIDEO) && sources[kAudioIndex] != NULL)) { in getMetadataSource()1454 STREAMTYPE_VIDEO)->getLatestDequeuedMeta()); in latestMediaSegmentStartTime()[all …]
565 streamTypeMask |= LiveSession::STREAMTYPE_VIDEO; in startAsync()728 if (streamTypeMask & LiveSession::STREAMTYPE_VIDEO) { in onStart()733 LiveSession::STREAMTYPE_VIDEO, in onStart()748 if ((streamTypeMask & (LiveSession::STREAMTYPE_AUDIO | LiveSession::STREAMTYPE_VIDEO)) in onStart()1379 | LiveSession::STREAMTYPE_VIDEO))) { in onDownloadNext()1471 { LiveSession::STREAMTYPE_VIDEO, LiveSession::STREAMTYPE_AUDIO }; in onDownloadNext()1894 if (stream == LiveSession::STREAMTYPE_VIDEO) { in extractAndQueueAccessUnitsFromTs()
60 STREAMTYPE_VIDEO = 1 << kVideoIndex, enumerator