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

  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 121 player_type_(MEDIA_PLAYER_TYPE_URL),
171 if (player_type_ == MEDIA_PLAYER_TYPE_MEDIA_SOURCE && delegate_)
184 player_type_ = MEDIA_PLAYER_TYPE_URL;
188 player_type_ = MEDIA_PLAYER_TYPE_MEDIA_SOURCE;
199 if (player_type_ != MEDIA_PLAYER_TYPE_URL) {
207 if (player_type_ == MEDIA_PLAYER_TYPE_MEDIA_SOURCE) {
531 if (player_type_ != MEDIA_PLAYER_TYPE_URL)
606 player_type_ != MEDIA_PLAYER_TYPE_MEDIA_SOURCE) {
799 // Only MSE |player_type_| registers this callback.
800 DCHECK_EQ(player_type_, MEDIA_PLAYER_TYPE_MEDIA_SOURCE)
    [all...]
webmediaplayer_android.h 418 MediaPlayerHostMsg_Initialize_Type player_type_; member in class:content::WebMediaPlayerAndroid

Completed in 50 milliseconds