HomeSort by relevance Sort by last modified time
    Searched refs:lValue (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 81 ULONG lValue
100 ULONG lValue
134 ULONG lValue
ipmsp.h 291 virtual HRESULT WINAPI Set(StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags) = 0;
301 HRESULT (WINAPI *Set)(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
313 #define ITStreamQualityControl_Set(This,Property,lValue,lFlags) (This)->lpVtbl->Set(This,Property,lValue,lFlags)
320 HRESULT WINAPI ITStreamQualityControl_Set_Proxy(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
341 virtual HRESULT WINAPI Set(CallQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags) = 0;
351 HRESULT (WINAPI *Set)(ITCallQualityControl *This,CallQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags);
363 #define ITCallQualityControl_Set(This,Property,lValue,lFlags) (This)->lpVtbl->Set(This,Property,lValue,lFlags)
370 HRESULT WINAPI ITCallQualityControl_Set_Proxy(ITCallQualityControl *This,CallQualityProperty Property,__LONG32 lValue,TAPIControlFlags lFlags)
    [all...]
cmdtree.h 314 LONG lValue;
rtccore.h 948 virtual HRESULT WINAPI put_TemporalSpatialTradeOff(__LONG32 lValue) = 0;
    [all...]
strmif.h     [all...]
oledbdep.h     [all...]
dmusici.h     [all...]
mmsystem.h     [all...]
mmc.h 531 LONG lValue;
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 296 * all the significant bits, after scaling, are held in lvalue.
301 * lvalue is a finite number (not Inf, nor NaN)
302 * lvalue > 0L (not zero, nor negative).
310 developLongDigits( int decExponent, long lvalue, long insignificant ){
323 long residue = lvalue % pow10;
324 lvalue /= pow10;
328 lvalue++;
331 if ( lvalue <= Integer.MAX_VALUE ){
332 assert lvalue > 0L : lvalue; // lvalue <=
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 279 * all the significant bits, after scaling, are held in lvalue.
284 * lvalue is a finite number (not Inf, nor NaN)
285 * lvalue > 0L (not zero, nor negative).
293 developLongDigits( int decExponent, long lvalue, long insignificant ){
306 long residue = lvalue % pow10;
307 lvalue /= pow10;
311 lvalue++;
314 if ( lvalue <= Integer.MAX_VALUE ){
315 assert lvalue > 0L : lvalue; // lvalue <=
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c     [all...]
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp 541 bool setVideoSettingFilter(int deviceID, long Property, long lValue, long Flags = 0, bool useDefaultValue = false);
545 bool setVideoSettingCamera(int deviceID, long Property, long lValue, long Flags = 0, bool useDefaultValue = false);
549 //bool setVideoSettingCam(int deviceID, long Property, long lValue, long Flags = NULL, bool useDefaultValue = false);
    [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 

Completed in 1125 milliseconds