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

/frameworks/av/media/libstagefright/include/
H A DM3UParser.h28 struct M3UParser : public RefBase { struct in namespace:android
29 M3UParser(const char *baseURI, const void *data, size_t size);
44 virtual ~M3UParser();
84 DISALLOW_EVIL_CONSTRUCTORS(M3UParser);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp18 #define LOG_TAG "M3UParser"
21 #include "include/M3UParser.h"
29 M3UParser::M3UParser( function in class:android::M3UParser
40 M3UParser::~M3UParser() {
43 status_t M3UParser::initCheck() const {
47 bool M3UParser::isExtM3U() const {
51 bool M3UParser::isVariantPlaylist() const {
55 bool M3UParser
[all...]

Completed in 79 milliseconds