Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp697 int64_t stLen = static_cast<int64_t>(st.st_size); in AddSubSource() local
699 stLen = size; in AddSubSource()
701 int32_t ret = player_->AddSubSource(fileDescriptor, offset, stLen); in AddSubSource()