Home
last modified time | relevance | path

Searched refs:tplayAttr (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.h77 int32_t TPlay(TplayAttr tplayAttr);
133 int32_t IsRepeatTplayReq(TplayAttr &tplayAttr, bool &isRepeat);
H A Dliteplayer.cpp424 int32_t PlayerControl::TPlay(TplayAttr tplayAttr) in TPlay() argument
429 msg.msgData = &tplayAttr; in TPlay()
1544 int32_t PlayerControl::IsRepeatTplayReq(TplayAttr &tplayAttr, bool &isRepeat) in IsRepeatTplayReq() argument
1549 tplayAttr_.direction == tplayAttr.direction && in IsRepeatTplayReq()
1550 tplayAttr_.speed == tplayAttr.speed) { in IsRepeatTplayReq()
1561 tplayAttr.direction == TPLAY_DIRECT_BACKWARD && in IsRepeatTplayReq()
/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp711 TplayAttr tplayAttr; in SetPlaybackSpeed() local
714 tplayAttr.direction = direction; in SetPlaybackSpeed()
715 tplayAttr.speed = speedTmp; in SetPlaybackSpeed()
720 CHECK_FAILED_PRINT(player_->TPlay(tplayAttr), 0, "tplayer failed"); in SetPlaybackSpeed()

Completed in 7 milliseconds