Searched refs:jitter (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_cameras.cpp | 181 // jitter data in ExecuteFrame() 182 dat->jitter = jp.jitter; in ExecuteFrame() 183 dat->jitterPrevFrame = jpPrevFrame.jitter; in ExecuteFrame() 192 // frustum planes created without jitter in ExecuteFrame() 220 // NOTE: currently calculates the same jitter for both frames to get zero velocity in GetProjectionMatrix() 228 jp.jitter = Math::Vec4(haltonOffset.x, haltonOffset.y, haltonOffsetRes.x, haltonOffsetRes.y); in GetProjectionMatrix()
|
H A D | render_node_default_cameras.h | 61 BASE_NS::Math::Vec4 jitter { 0.0f, 0.0f, 0.0f, 0.0f };
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_stack_app_config.c | 408 app_fc_stastics_out->jitter = FILLP_UTILS_US2MS(sock->jitter); in FtGetAppFcPeriodStastics() 419 *(FILLP_LLONG *)value = sock->jitter; in FtGetSockValue()
|
H A D | fillp_dfx.c | 66 FILLP_UINT32 jitter; /* ms */ member 179 &args->sockQos.jitter, in DfxEvtGetParamAddr() 293 args.sockQos.jitter = (FILLP_UINT32)FILLP_UTILS_US2MS(sock->jitter); in FillpDfxSockQosNotify() 621 sock->jitter); in DoShowSockQos()
|
H A D | spunge_app.c | 63 sock->jitter = 0; in SpungeInitSocket()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_input.c | 43 if ((sock->transmit == 0) && (sock->jitter == 0)) { in FillpCalRecvJitter() 52 FILLP_LOGDBG("last jitter:%lld d:%lld", sock->jitter, delta); in FillpCalRecvJitter() 54 factorJitter = (((double)FILLP_FACTOR_PAR / FILLP_JITTER_PAR) * (double)(sock->jitter)); in FillpCalRecvJitter() 55 sock->jitter = (FILLP_LLONG)(factor + factorJitter); in FillpCalRecvJitter() 56 FILLP_LOGDBG("current jitter:%lld", sock->jitter); in FillpCalRecvJitter()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | sockets.h | 126 FILLP_LLONG jitter; member
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_structures_common.h | 398 // .xy = jitter offset, .zw = jitter offset with baked screen size 399 vec4 jitter; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 686 FT_CONF_RECV_JITTER, /* Indicates about the jitter */ 742 FILLP_LLONG jitter; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp.h | 168 FILLP_UINT32 jitter; member
|
Completed in 12 milliseconds