Searched defs:metadataSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp535 const sp<AnotherPacketSource> &metadataSource,
559 if (metadataSource != NULL) {
560 msg->setPointer("metadataSource", metadataSource.get());
561 // metadataSource does not affect streamTypeMask.
733 // metadataSource is not part of streamTypeMask
735 && msg->findPointer("metadataSource", &ptr)) {
531 startAsync( const sp<AnotherPacketSource> &audioSource, const sp<AnotherPacketSource> &videoSource, const sp<AnotherPacketSource> &subtitleSource, const sp<AnotherPacketSource> &metadataSource, int64_t startTimeUs, int64_t segmentStartTimeUs, int32_t startDiscontinuitySeq, LiveSession::SeekMode seekMode) argument

Completed in 97 milliseconds