/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
endpointvolume.h | 184 FLOAT fLevel, 191 FLOAT *fLevel) = 0; 200 FLOAT fLevel, 209 FLOAT *fLevel) = 0; 276 FLOAT fLevel, 285 FLOAT *fLevel); 296 FLOAT fLevel, 307 FLOAT *fLevel); 358 #define IAudioEndpointVolume_SetMasterVolumeLevelScalar(This,fLevel,pguidEventContext) (This)->lpVtbl->SetMasterVolumeLevelScalar(This,fLevel,pguidEventContext [all...] |
audioclient.h | [all...] |
audioengineendpoint.h | 253 STDMETHOD_(HRESULT,SetChannelVolumeLevelScalar)(THIS_ UINT nChannel,float fLevel,LPCGUID pguidEventContext) PURE; 255 STDMETHOD_(HRESULT,SetMasterVolumeLevelScalar)(THIS_ float fLevel,LPCGUID pguidEventContext) PURE; 281 #define IAudioEndpointVolumeEx_SetChannelVolumeLevelScalar(This,nChannel,fLevel,pguidEventContext) (This)->lpVtbl->SetChannelVolumeLevelScalar(This,nChannel,fLevel,pguidEventContext) 283 #define IAudioEndpointVolumeEx_SetMasterVolumeLevelScalar(This,fLevel,pguidEventContext) (This)->lpVtbl->SetMasterVolumeLevelScalar(This,fLevel,pguidEventContext)
|
/external/webp/src/dsp/ |
cost_sse2.c | 85 const int flevel = abs_levels[n]; // full level local 86 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() 92 const int flevel = abs_levels[n]; local 93 assert(flevel != 0); 94 cost += VP8LevelFixedCosts[flevel] + t[level];
|
/external/skia/src/core/ |
SkRTree.h | 51 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } 75 uint16_t fLevel;
|
SkRTree.cpp | 58 out->fLevel = level; 173 if (0 == node->fLevel) {
|
/external/zopfli/src/zopfli/ |
zlib_container.c | 56 unsigned flevel = 0; local 58 unsigned cmfflg = 256 * cmf + fdict * 32 + flevel * 64;
|
/external/skia/src/xml/ |
SkDOM.cpp | 208 fLevel = 0; 217 SkASSERT(fLevel > 0); 261 --fLevel; 293 if (fLevel > 0 && fNeedToFlush) 299 ++fLevel; 311 int fLevel;
|
/external/pdfium/core/include/fpdfdoc/ |
fpdf_tagged.h | 77 FX_FLOAT fLevel = 0.0F) = 0;
|
/external/pdfium/core/src/fpdfdoc/ |
tagged_int.h | 59 FX_FLOAT fLevel = 0.0F) override;
|
doc_tagged.cpp | 333 FX_FLOAT fLevel) { 334 if (fLevel > nMaxRecursion) { 345 return m_pParent->GetAttr(owner, name, TRUE, fLevel + 1);
|
/external/zlib/src/doc/ |
rfc1950.txt | 277 bits 6 to 7 FLEVEL (compression level) 301 FLEVEL (Compression level) 311 The information in FLEVEL is not needed for decompression; it 368 ignore FLEVEL and still be compliant. When the zlib data format
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
writer.go | 97 // The next two bits is the FLEVEL (compression level). The four values are:
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
writer.go | 97 // The next two bits is the FLEVEL (compression level). The four values are:
|
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_core_win.cc | 992 const float fLevel = (float)volume/MAX_CORE_SPEAKER_VOLUME; 994 hr = _ptrRenderSimpleVolume->SetMasterVolume(fLevel,NULL); 1027 float fLevel(0.0f); 1030 hr = _ptrRenderSimpleVolume->GetMasterVolume(&fLevel); 1035 volume = static_cast<uint32_t> (fLevel*MAX_CORE_SPEAKER_VOLUME); [all...] |
/external/libpng/contrib/tools/ |
pngfix.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ant.core_3.2.200.v20100427.jar | |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.cpp | [all...] |