Home
last modified time | relevance | path

Searched refs:avQueueLength (Results 1 - 6 of 6) sorted by relevance

/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.cpp508 void AVMetaData::SetAVQueueLength(int32_t avQueueLength) in SetAVQueueLength() argument
510 avQueueLength_ = avQueueLength; in SetAVQueueLength()
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avqueueinfo_fuzzer/
H A Davqueueinfo_fuzzer.cpp65 int32_t avQueueLength = *(reinterpret_cast<const int32_t*>(data)); in AVQueueInfoFuzzTest() local
66 avQueueInfo.SetAVQueueLength(avQueueLength); in AVQueueInfoFuzzTest()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davqueue_info.h56 void SetAVQueueLength(const int32_t avQueueLength);
H A Davmeta_data.h163 void SetAVQueueLength(int32_t avQueueLength);
/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()

Completed in 7 milliseconds