Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp130 mLiveSession->getStreamFormatMeta( in getFormatMeta()
143 err = mLiveSession->getStreamFormatMeta( in getFormat()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h81 status_t getStreamFormatMeta(StreamType stream, sp<MetaData> *meta);
DLiveSession.cpp470 status_t LiveSession::getStreamFormatMeta(StreamType stream, sp<MetaData> *meta) { in getStreamFormatMeta() function in android::LiveSession
/frameworks/av/media/libstagefright/httplive/fuzzer/
Dhttplive_fuzzer.cpp308 mLiveSession->getStreamFormatMeta(stream, &meta); in invokeGetConfig()