Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davqueue_info.h58 int32_t GetAVQueueLength() const;
H A Davmeta_data.h164 int32_t GetAVQueueLength() const;
/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/
H A Davqueue_info.cpp91 int32_t AVQueueInfo::GetAVQueueLength() const in GetAVQueueLength() function in OHOS::AVSession::AVQueueInfo
H A Davmeta_data.cpp511 int32_t AVMetaData::GetAVQueueLength() const in GetAVQueueLength() function in OHOS::AVSession::AVMetaData
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_service_stub.cpp165 reply.WriteUint32(avQueueInfo.GetAVQueueLength()); in MarshallingAVQueueInfos()
176 int length = avQueueInfo.GetAVQueueLength(); in AVQueueInfoImgToBuffer()
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_service_proxy.cpp214 int avQueueLength = avQueueInfo.GetAVQueueLength(); in BufferToAVQueueInfoImg()