/cts/tests/tests/media/src/android/media/cts/ |
StreamingMediaPlayerTest.java | 152 String stream_url = null; local 156 stream_url = mServer.getRedirectingAssetUrl(name, 4); 158 stream_url = mServer.getAssetUrl(name); 161 stream_url = stream_url + "?" + CtsTestServer.NOLENGTH_POSTFIX; 164 mMediaPlayer.setDataSource(stream_url); 207 String stream_url = null; local 211 stream_url = mServer.getRedirectingAssetUrl(name, 4); 213 stream_url = mServer.getAssetUrl(name); 216 stream_url = stream_url + "?" + CtsTestServer.NOLENGTH_POSTFIX 267 String stream_url = null; local [all...] |
MediaPlayerFlakyNetworkTest.java | 228 String stream_url = mServer.getAssetUrl(name); local 229 mMediaPlayer.setDataSource(stream_url);
|
/external/chromium_org/ppapi/thunk/ |
ppb_video_destination_private_api.h | 23 virtual int32_t Open(const PP_Var& stream_url,
|
ppb_video_source_private_api.h | 23 virtual int32_t Open(const PP_Var& stream_url,
|
ppb_video_destination_private_thunk.cc | 34 PP_Var stream_url, 40 return enter.SetResult(enter.object()->Open(stream_url, enter.callback()));
|
ppb_video_source_private_thunk.cc | 33 PP_Var stream_url, 38 return enter.SetResult(enter.object()->Open(stream_url, enter.callback()));
|
/external/chromium_org/content/renderer/media/ |
mock_media_stream_registry.cc | 25 void MockMediaStreamRegistry::Init(const std::string& stream_url) { 26 stream_url_ = stream_url;
|
video_source_handler_unittest.cc | 24 static const std::string kTestStreamUrl = "stream_url";
|
video_destination_handler_unittest.cc | 25 static const std::string kTestStreamUrl = "stream_url";
|
/external/chromium_org/ppapi/cpp/private/ |
video_destination_private.cc | 47 int32_t VideoDestination_Private::Open(const Var& stream_url, 53 stream_url.pp_var(),
|
video_source_private.cc | 43 int32_t VideoSource_Private::Open(const Var& stream_url, 49 stream_url.pp_var(), cc.pp_completion_callback());
|
video_source_private.h | 51 /// @param[in] stream_url A <code>Var</code> string holding a URL identifying 61 int32_t Open(const Var& stream_url,
|
video_destination_private.h | 51 /// @param[in] stream_url A <code>Var</code> string holding a URL identifying 62 int32_t Open(const Var& stream_url, const CompletionCallback& cc);
|
/external/chromium_org/ppapi/proxy/ |
video_destination_resource.h | 38 const PP_Var& stream_url,
|
video_destination_resource.cc | 41 const PP_Var& stream_url, 48 scoped_refptr<StringVar> stream_url_var = StringVar::FromPPVar(stream_url);
|
video_source_resource.cc | 41 const PP_Var& stream_url, 48 scoped_refptr<StringVar> stream_url_var = StringVar::FromPPVar(stream_url);
|
video_source_resource.h | 40 const PP_Var& stream_url,
|
/external/chromium_org/content/renderer/pepper/ |
pepper_video_destination_host.cc | 51 const std::string& stream_url) { 52 GURL gurl(stream_url);
|
pepper_video_destination_host.h | 35 const std::string& stream_url);
|
pepper_video_source_host.h | 60 const std::string& stream_url);
|
pepper_video_source_host.cc | 93 const std::string& stream_url) { 94 GURL gurl(stream_url);
|
/external/chromium_org/ppapi/api/private/ |
ppb_video_destination_private.idl | 49 * @param[in] stream_url A <code>PP_Var</code> string holding a URL 62 [in] PP_Var stream_url,
|
ppb_video_source_private.idl | 48 * @param[in] stream_url A <code>PP_Var</code> string holding a URL 60 [in] PP_Var stream_url,
|
/external/chromium_org/ppapi/c/private/ |
ppb_video_destination_private.h | 71 * @param[in] stream_url A <code>PP_Var</code> string holding a URL 84 struct PP_Var stream_url,
|
ppb_video_source_private.h | 68 * @param[in] stream_url A <code>PP_Var</code> string holding a URL 80 struct PP_Var stream_url,
|