Home
last modified time | relevance | path

Searched defs:lValue (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h4015 #define IAMVideoProcAmp_Set(This,Property,lValue,Flags) (This)->lpVtbl->Set(This,Property,lValue,Fl… argument
4016 #define IAMVideoProcAmp_Get(This,Property,lValue,Flags) (This)->lpVtbl->Get(This,Property,lValue,Fl… argument
4068 #define IAMCameraControl_Set(This,Property,lValue,Flags) (This)->lpVtbl->Set(This,Property,lValue,F… argument
4069 #define IAMCameraControl_Get(This,Property,lValue,Flags) (This)->lpVtbl->Get(This,Property,lValue,F… argument
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp5581 FXJSE_HVALUE lValue = args.GetValue(0); in assign_value_operator() local