Home
last modified time | relevance | path

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

/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp1115 const PlayerImpl *playImpl = (const PlayerImpl*)handle; in GetReadableSize() local
1116 CHK_NULL_RETURN(playImpl); in GetReadableSize()
1117 if (playImpl->bufferSource_ == nullptr) { in GetReadableSize()
1121 return playImpl->bufferSource_->GetFilledQueDataSize(); in GetReadableSize()
1164 PlayerImpl *playImpl = (PlayerImpl*)handle; in ReadData() local
1166 if (playImpl == nullptr || playImpl->bufferSource_ == nullptr) { in ReadData()
1175 if (playImpl->buffer_.idx != -1) { in ReadData()
1176 return playImpl->ReadDataPro(data, size, *flags); in ReadData()
1179 if (playImpl in ReadData()
[all...]

Completed in 2 milliseconds