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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp341 const sp<AnotherPacketSource> &subtitleSource,
360 if (subtitleSource != NULL) {
361 msg->setPointer("subtitleSource", subtitleSource.get());
487 CHECK(msg->findPointer("subtitleSource", &ptr));
338 startAsync( const sp<AnotherPacketSource> &audioSource, const sp<AnotherPacketSource> &videoSource, const sp<AnotherPacketSource> &subtitleSource, int64_t startTimeUs, int64_t segmentStartTimeUs, int32_t startDiscontinuitySeq, bool adaptive) argument

Completed in 9 milliseconds