Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.h57 return lastVideoIndex_; in GetLatestVideoIndex()
82 uint32_t lastVideoIndex_ = INVALID_INDEX; member in OHOS::Sharing::IBufferReader
H A Dbuffer_dispatcher.cpp1071 lastVideoIndex_ = circularBuffer_.size() - 1; in WriteDataIntoBuffer()
1207 if (lastVideoIndex_ > 0 && lastVideoIndex_ != INVALID_INDEX) { in UpdateIndex()
1208 lastVideoIndex_--; in UpdateIndex()
1235 return type == MEDIA_TYPE_AUDIO ? lastAudioIndex_ : lastVideoIndex_; in FindLastIndex()
1349 lastVideoIndex_ = INVALID_INDEX; in ResetAllIndex()

Completed in 5 milliseconds