Home
last modified time | relevance | path

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

/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/frameworks/common/src/
H A Davqueue_info.cpp86 void AVQueueInfo::SetAVQueueLength(const int32_t avQueueLength) in SetAVQueueLength() function in OHOS::AVSession::AVQueueInfo
H A Davmeta_data.cpp506 void AVMetaData::SetAVQueueLength(int32_t avQueueLength) in SetAVQueueLength() function in OHOS::AVSession::AVMetaData
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcontroller_callback_proxy.cpp104 metaData.SetAVQueueLength(avQueueImageLength); in GetPixelMapBuffer()
H A Davsession_proxy.cpp192 metaData.SetAVQueueLength(avQueueImageLength); in GetPixelMapBuffer()
H A Davsession_service_proxy.cpp203 avQueueInfo.SetAVQueueLength(reply.ReadUint32()); in UnMarshallingAVQueueInfos()
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_controller_stub.cpp169 metaData.SetAVQueueLength(avQueueImageLength); in DoMetadataGetReplyInStub()
H A Davsession_service_stub.cpp150 avQueueInfo.SetAVQueueLength(avQueueImgLen); in GetAVQueueInfosImgLength()