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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp484 const sp<AnotherPacketSource> &subtitleSource,
504 if (subtitleSource != NULL) {
505 msg->setPointer("subtitleSource", subtitleSource.get());
675 CHECK(msg->findPointer("subtitleSource", &ptr));
481 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 319 milliseconds