Searched refs:srcType (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libmedia/include/media/ |
D | convert.h | 53 template <typename srcType, typename dstType> 54 static inline bool convertTo(const srcType &input, dstType &result); 160 template <typename srcType, typename dstType> 173 template <typename srcType> 174 class Converter<srcType, std::string> 177 static inline bool run(const srcType &str, std::string &result) 179 return toString<srcType>(str, result); 213 template <typename srcType, typename dstType> 214 static inline bool convertTo(const srcType &input, dstType &result) 216 return details::Converter<srcType, dstType>::run(input, result);
|
/frameworks/av/include/media/ |
D | convert.h | 53 template <typename srcType, typename dstType> 54 static inline bool convertTo(const srcType &input, dstType &result); 160 template <typename srcType, typename dstType> 173 template <typename srcType> 174 class Converter<srcType, std::string> 177 static inline bool run(const srcType &str, std::string &result) 179 return toString<srcType>(str, result); 213 template <typename srcType, typename dstType> 214 static inline bool convertTo(const srcType &input, dstType &result) 216 return details::Converter<srcType, dstType>::run(input, result);
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 1487 ATSParser::SourceType srcType = srcTypes[i]; in onDownloadNext() local 1492 mTSParser->getSource(srcType).get()); in onDownloadNext() 1494 if (!mTSParser->hasSource(srcType)) { in onDownloadNext() 1496 srcType == ATSParser::VIDEO ? "video" : "audio"); in onDownloadNext()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |