Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dtree_node.h66 T& GetValue() { return value_; } in GetValue() function
68 const T& GetValue() const { return value_; } in GetValue() function
/OK3568_Linux_fs/buildroot/package/mp4v2/
H A D0002-src-mp4track.cpp-replace-nullptr-by-NULL.patch41 const char *majorBrand = pFtypAtom->majorBrand.GetValue();
42 if ( ::strcmp( pFtypAtom->majorBrand.GetValue(), "qt " ) == 0 )
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dpropertystore.h58 STDMETHOD(GetValue) (THIS_ REFPROPERTYKEY, PROPVARIANT) PURE; in DECLARE_INTERFACE_() local