Searched defs:Api (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | standalone_vad_unittest.cc | 22 TEST(StandaloneVadTest, Api) { in TEST() argument
|
/external/boringssl/src/crypto/ecdsa/ |
D | ecdsa_test.cc | 67 enum Api { enum
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 6498 #define ICodecAPI_IsSupported(This,Api) (This)->lpVtbl->IsSupported(This,Api) argument 6499 #define ICodecAPI_IsModifiable(This,Api) (This)->lpVtbl->IsModifiable(This,Api) argument 6500 #define ICodecAPI_GetParameterRange(This,Api,ValueMin,ValueMax,SteppingDelta) (This)->lpVtbl->GetPa… argument 6501 #define ICodecAPI_GetParameterValues(This,Api,Values,ValuesCount) (This)->lpVtbl->GetParameterValue… argument 6502 #define ICodecAPI_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Value) argument 6503 #define ICodecAPI_GetValue(This,Api,Value) (This)->lpVtbl->GetValue(This,Api,Value) argument 6504 #define ICodecAPI_SetValue(This,Api,Value) (This)->lpVtbl->SetValue(This,Api,Value) argument 6505 #define ICodecAPI_RegisterForEvent(This,Api,userData) (This)->lpVtbl->RegisterForEvent(This,Api,use… argument 6506 #define ICodecAPI_UnregisterForEvent(This,Api) (This)->lpVtbl->UnregisterForEvent(This,Api) argument 6508 #define ICodecAPI_SetValueWithNotify(This,Api,Value,ChangedParam,ChangedParamCount) (This)->lpVtbl-… argument [all …]
|