Home
last modified time | relevance | path

Searched refs:DATA_FLAG_EOS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h364 DATA_FLAG_EOS = 4, /**< End of a single stream */ enumerator
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp1138 flags = DATA_FLAG_EOS; in ReadDataPro()
1144 flags = (buffer_.flag == BUFFER_FLAG_EOS) ? DATA_FLAG_EOS : DATA_FLAG_PARTIAL_FRAME; in ReadDataPro()