Home
last modified time | relevance | path

Searched defs:pack (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_packer_test.cpp66 ImagePacker pack; variable
83 ImagePacker pack; variable
103 ImagePacker pack; variable
124 ImagePacker pack; variable
140 ImagePacker pack; variable
159 ImagePacker pack; variable
175 ImagePacker pack; variable
197 ImagePacker pack; variable
213 ImagePacker pack; variable
232 ImagePacker pack; variable
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_encode/
H A Dheif_hw_encoder_test.cpp76 ImagePacker pack; variable
123 ImagePacker pack; variable
159 ImagePacker pack; variable
198 ImagePacker pack; variable
239 ImagePacker pack; variable
278 ImagePacker pack; variable
318 ImagePacker pack; variable
358 ImagePacker pack; variable
399 ImagePacker pack; variable
438 ImagePacker pack; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c156 static void FillpAlg0FcHandleInit(struct FillpPcb *pcb, FILLP_CONST struct FillpPktPack *pack) in FillpAlg0FcHandleInit()
189 static void FillpAlg0FcHandleBwProbe(struct FillpPcb *pcb, FILLP_CONST struct FillpPktPack *pack) in FillpAlg0FcHandleBwProbe()
206 static void FillpAlg0PackStateProcess(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpAlg0PackStateProcess()
238 struct FillpPktPack *pack = (struct FillpPktPack *)argPack; in FillpAlg0AnalysePack() local
H A Dfillp_input.c510 FILLP_CONST struct FillpPktPack *pack) in FillpPackInputSendMsgTrace()
561 struct FillpPktPack *pack, FILLP_UINT32 ackSeqNum, FILLP_UINT32 lostSeqNum) in FillpCheckPackNumber()
593 static void FillpHandleAdhocpackFlag(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpHandleAdhocpackFlag()
630 …atic void FillpTryAckSendPcbByPackInfo(struct FillpPcb *pcb, FILLP_CONST struct FillpPktPack *pack, in FillpTryAckSendPcbByPackInfo()
646 static void FillpHdlAdhocpack(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpHdlAdhocpack()
654 FILLP_CONST struct FillpPktPack *pack) in FillpChangePackInterval()
664 static FILLP_INT FillpHandlePackFlag(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpHandlePackFlag()
743 struct FillpPktPack *pack = FILLP_NULL_PTR; in FillpPackInput() local
H A Dfillp_output.c436 struct FillpPktPack pack; in FillpSendAdhocpackToDetectRtt() local
454 static void FillpSetSimplePack(FILLP_CONST struct FillpPcb *pcb, struct FillpPktPack *pack, in FillpSetSimplePack()
485 static FILLP_BOOL FillpSendPack(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpSendPack()
515 struct FillpPktPack *pack = (struct FillpPktPack *)buf; in FillpSendPackWithPcbBuffer() local
H A Dfillp_flow_control.c190 void FillpFcTailProtected(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpFcTailProtected()
234 void FillpFcPackInput(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpFcPackInput()
H A Dfillp_timer.c152 struct FillpPackStastics *pack = &pcb->statistics.pack; in FillpPackTimerCb() local
H A Dfillp_common.c365 struct FillpPktPack pack; in FillpSendAdhocpack() local
764 void FillpBuildAndSendPack(struct FillpPcb *pcb, struct FtSocket *ftSock, struct FillpPktPack *pack, in FillpBuildAndSendPack()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_sink.c113 … SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage, in SinkInputNewCb() local
173 … SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage, in SinkInputStateChangedCb() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp338 char *pack = VerifyP2pPack(g_ip, g_port, NULL); variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp241 …ffectChainManagerAddSessionInfo(const char *sceneType, const char *sessionID, SessionInfoPack pack) in EffectChainManagerAddSessionInfo()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/spatialization/
H A Daudio_spatialization_service.cpp49 static void UnpackSpatializationState(uint32_t pack, AudioSpatializationState &state) in UnpackSpatializationState()
606 int32_t pack = 0; in InitSpatializationState() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1247 struct FillpPackStastics pack; /* Indicates the packet statistics. */ member