Searched refs:url (Results 126 - 150 of 165) sorted by last modified time

1234567

/frameworks/av/include/media/
H A DIMediaPlayer.h50 const char *url,
H A DJetPlayer.h50 int loadFromFile(const char* url);
H A DMediaMetadataRetrieverInterface.h40 const char *url,
H A DMediaPlayerInterface.h53 // argument to the 'test:' url in the setDataSource call.
158 const char *url,
H A Dmediaplayer.h214 const char *url,
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp90 const char* url,
99 data.writeCString(url);
446 const char* url = data.readCString(); local
455 httpService, url, numHeaders > 0 ? &headers : NULL));
88 setDataSource( const sp<IMediaHTTPService> &httpService, const char* url, const KeyedVector<String8, String8>* headers) argument
H A Dmediaplayer.cpp150 const char *url, const KeyedVector<String8, String8> *headers)
152 ALOGV("setDataSource(%s)", url);
154 if (url != NULL) {
159 (NO_ERROR != player->setDataSource(httpService, url, headers))) {
148 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp112 const char* url) {
113 GET_PLAYER_TYPE_IMPL(client, url);
213 const char* url,
215 if (legacyDrm() && !strncasecmp("widevine://", url, 11)) {
239 const char* url,
246 if (!strncasecmp("http://", url, 7)
247 || !strncasecmp("https://", url, 8)
248 || !strncasecmp("file://", url, 7)) {
249 size_t len = strlen(url);
250 if (len >= 5 && !strcasecmp(".m3u8", &url[le
111 getPlayerType(const sp<IMediaPlayer>& client, const char* url) argument
212 scoreFactory(const sp<IMediaPlayer>& , const char* url, float ) argument
238 scoreFactory(const sp<IMediaPlayer>& , const char* url, float curScore) argument
291 scoreFactory(const sp<IMediaPlayer>& , const char* url, float ) argument
[all...]
H A DMediaPlayerFactory.h33 const char* /*url*/,
57 const char* url);
H A DMediaPlayerService.cpp693 const char *url,
696 ALOGV("setDataSource(%s)", url);
697 if (url == NULL)
700 if ((strncmp(url, "http://", 7) == 0) ||
701 (strncmp(url, "https://", 8) == 0) ||
702 (strncmp(url, "rtsp://", 7) == 0)) {
708 if (strncmp(url, "content://", 10) == 0) {
712 String16 url16(url);
716 ALOGE("Couldn't open fd for %s", url);
723 player_type playerType = MediaPlayerFactory::getPlayerType(this, url);
691 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
[all...]
H A DMediaPlayerService.h315 const char *url,
H A DMetadataRetrieverClient.cpp107 const char *url,
110 ALOGV("setDataSource(%s)", url);
112 if (url == NULL) {
125 MediaPlayerFactory::getPlayerType(NULL /* client */, url);
129 status_t ret = p->setDataSource(httpService, url, headers);
105 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMetadataRetrieverClient.h48 const char *url,
H A DStagefrightPlayer.cpp58 const char *url,
60 return mPlayer->setDataSource(httpService, url, headers);
56 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightPlayer.h38 const char *url,
H A DTestPlayerStub.cpp37 const char *kUrlParam = "url=";
52 // @return true if the url scheme is 'test:'
53 bool isTestUrl(const char *url) argument
55 return url && strncmp(url, kTestUrlScheme, strlen(kTestUrlScheme)) == 0;
79 // * The url to be passed to the real setDataSource impl.
83 // test:<name of the .so>?url=<url for setDataSource>
85 // The value of the url parameter is treated as a string (no
114 // Call setDataSource on the test player with the url i
115 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
193 canBeUsed(const char *url) argument
[all...]
H A DTestPlayerStub.h30 // test:<name of the .so>?url=<url for the real setDataSource impl.>
33 // test:invoke_test_media_player.so?url=http://youtube.com/
34 // test:invoke_test_media_player.so?url=speedtest
36 // TestPlayerStub::setDataSource loads the library in the test url. 2
44 // implementation is called with the value of the 'url' parameter.
50 // p.setDataSource("test:invoke_mock_media_player.so?url=http://youtube.com");
67 // @param url Should be a test url. See class comment.
70 const char* url,
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp98 const char *url,
103 mUri = url;
96 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DGenericSource.h47 const char *url,
H A DHTTPLiveSource.cpp39 const char *url,
43 mURL(url),
36 HTTPLiveSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DHTTPLiveSource.h34 const char *url,
H A DNuPlayer.cpp219 static bool IsHTTPLiveURL(const char *url) { argument
220 if (!strncasecmp("http://", url, 7)
221 || !strncasecmp("https://", url, 8)
222 || !strncasecmp("file://", url, 7)) {
223 size_t len = strlen(url);
224 if (len >= 5 && !strcasecmp(".m3u8", &url[len - 5])) {
228 if (strstr(url,"m3u8")) {
238 const char *url,
242 size_t len = strlen(url);
247 if (IsHTTPLiveURL(url)) {
236 setDataSourceAsync( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
[all...]
H A DNuPlayer.h46 const char *url,
H A DNuPlayerDriver.cpp81 const char *url,
83 ALOGV("setDataSource(%p) url(%s)", this, uriDebugString(url, false).c_str());
92 mPlayer->setDataSourceAsync(httpService, url, headers);
79 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DNuPlayerDriver.h35 const char *url,

Completed in 437 milliseconds

1234567