Home
last modified time | relevance | path

Searched refs:findAttribute (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.cpp187 bool ASessionDescription::findAttribute( in findAttribute() function in android::ASessionDescription
251 if (findAttribute(index, key, desc)) { in getFormatType()
253 if (!findAttribute(index, key, params)) { in getFormatType()
271 if (!findAttribute(index, key, &value)) { in getDimensions()
295 if (!findAttribute(0, "a=range", &value)) { in getDurationUs()
DARTPSession.cpp53 if (!mDesc->findAttribute(i, "c=", &connection)) { in setup()
55 if (!mDesc->findAttribute(0, "c=", &connection)) { in setup()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DASessionDescription.h58 bool findAttribute(size_t index, const char *key, AString *value) const;
DMyHandler.h213 if (mSessionDesc->findAttribute( in getControlURL()
439 if (desc->findAttribute(0, "a=LiveStream", &attrLiveStream)) { in isLiveStream()
1641 CHECK(mSessionDesc->findAttribute(index, "a=control", &url)); in setupTrack()
/frameworks/base/api/coverage/tools/
DExtractFlaggedApis.kt90 ?.findAttribute("value") in getFlagAnnotation()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp797 if (!desc->findAttribute(0, "a=control", &rtspUri)) { in onSDPLoaded()