Searched refs:subtitleTrackNum_ (Results 1 – 2 of 2) sorted by relevance
305 if (subtitleTrackNum_ >= MAX_SUBTITLE_TRACK_NUN) { in AddSubSource()306 …Can not add sub source, subtitle track num is %{public}u, exceed the max num.", subtitleTrackNum_); in AddSubSource()322 if (subtitleTrackNum_ >= MAX_SUBTITLE_TRACK_NUN) { in AddSubSource()323 …"Can not add sub source, subtitle track num is %{public}u, exceed the max num", subtitleTrackNum_); in AddSubSource()731 subtitleTrackNum_ = 0; in OnReset()1602 subtitleTrackNum_ = static_cast<uint32_t>(extra); in InnerOnInfo()
244 uint32_t subtitleTrackNum_ = 0; variable