Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/
H A Davqueue_info.cpp86 void AVQueueInfo::SetAVQueueLength(const int32_t avQueueLength) in SetAVQueueLength() argument
88 avQueueLength_ = avQueueLength; in SetAVQueueLength()
H A Davmeta_data.cpp506 void AVMetaData::SetAVQueueLength(int32_t avQueueLength) in SetAVQueueLength() argument
508 avQueueLength_ = avQueueLength; in SetAVQueueLength()
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davqueue_info.h57 void SetAVQueueLength(const int32_t avQueueLength);
H A Davmeta_data.h163 void SetAVQueueLength(int32_t avQueueLength);
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_service_proxy.cpp214 int avQueueLength = avQueueInfo.GetAVQueueLength(); in BufferToAVQueueInfoImg() local
215 for (int i = 0; i < avQueueLength; i++, k++) { in BufferToAVQueueInfoImg()