Home
last modified time | relevance | path

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

/reactos/dll/shellext/stobject/lang/
H A Den-US.rc45 IDS_VOL_MUTED "Volume (muted)"
/reactos/dll/directx/wine/qedit/
H A Dtimeline.c671 static HRESULT WINAPI TimelineObj_GetMuted(IAMTimelineObj *iface, BOOL *muted) in TimelineObj_GetMuted() argument
674 FIXME("(%p)->(%p): not implemented!\n", This, muted); in TimelineObj_GetMuted()
678 static HRESULT WINAPI TimelineObj_SetMuted(IAMTimelineObj *iface, BOOL muted) in TimelineObj_SetMuted() argument
681 FIXME("(%p)->(%d): not implemented!\n", This, muted); in TimelineObj_SetMuted()
/reactos/sdk/include/dxsdk/
H A Dqedit.idl652 BOOL * muted
656 BOOL muted
/reactos/drivers/wdm/audio/drivers/ac97/
H A Dac97.inf271 ;HKR,Settings,PhoneVolume,1,8,80 ;muted
272 ;HKR,Settings,MicVolume,1,8,80 ;muted
/reactos/dll/directx/wine/wined3d/
H A Darb_program_shader.c248 BOOL muted; member
5470 if(priv->muted) in shader_arb_handle_instruction()
5580 if (!priv->muted && !bool_const) in shader_arb_handle_instruction()
5583 priv->muted = TRUE; in shader_arb_handle_instruction()
5606 if(!priv->muted && !control_frame->muting) in shader_arb_handle_instruction()
5608 priv->muted = TRUE; in shader_arb_handle_instruction()
5611 else if(control_frame->muting) priv->muted = FALSE; in shader_arb_handle_instruction()
5626 if(control_frame->muting) priv->muted = FALSE; in shader_arb_handle_instruction()
5636 if(priv->muted) in shader_arb_handle_instruction()