HomeSort by relevance Sort by last modified time
    Searched full:player_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 149 player_type_(MEDIA_PLAYER_TYPE_URL),
233 player_type_ = MEDIA_PLAYER_TYPE_URL;
237 player_type_ = MEDIA_PLAYER_TYPE_MEDIA_SOURCE;
249 if (player_type_ != MEDIA_PLAYER_TYPE_URL) {
257 if (player_type_ == MEDIA_PLAYER_TYPE_MEDIA_SOURCE) {
289 "Media.MSE.Playback", player_type_ == MEDIA_PLAYER_TYPE_MEDIA_SOURCE);
688 if (player_type_ != MEDIA_PLAYER_TYPE_URL)
766 player_type_ != MEDIA_PLAYER_TYPE_MEDIA_SOURCE) {
    [all...]
webmediaplayer_android.h 460 MediaPlayerHostMsg_Initialize_Type player_type_; member in class:content::WebMediaPlayerAndroid

Completed in 57 milliseconds