/frameworks/wilhelm/src/ut/ |
OpenSLESUT.c | 32 const SLInterfaceID *iid; ///< The interface ID member in struct:__anon30798 103 void slesutPrintIID(SLInterfaceID iid) 108 if (!memcmp(*p->iid, iid, sizeof(struct SLInterfaceID_))) { 115 (unsigned) iid->time_low, iid->time_mid, iid->time_hi_and_version, iid->clock_seq, 116 iid->node[0], iid->node[1], iid->node[2], iid->node[3], iid->node[4], iid->node[5]) [all...] |
/external/aac/libSBRenc/src/ |
ps_bitenc.h | 112 /* iid data */ 114 INT iid[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member in struct:T_PS_OUT
|
ps_encode.cpp | 286 static INT envelopeReducible(FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS], 314 dIid = (iid[2*e][b]>>1) - (iid[2*e+1][b]>>1); /* scale 1 bit; squared -> 2 bit */ 337 FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS], 359 /* Quantize IID coefficients */ 361 errIID += quantizeCoef(iid[env], psBands, iidQuant_fx, 7, 15, iidIdxCoarse[env]); 362 errIIDFine += quantizeCoef(iid[env], psBands, iidQuantFine_fx, 15, 31, iidIdxFine[env]); 370 /* Check if IID coefficients should be used in this frame */ 383 /* if iid not active -> RESET data */ 641 FIXP_DBL iid[PS_MAX_ENVELOPES][PS_MAX_BANDS] 851 FIXP_DBL iid [PS_MAX_ENVELOPES][PS_MAX_BANDS]; local [all...] |
/external/chromium/base/win/ |
scoped_comptr.h | 20 template <class Interface, const IID* interface_id = &__uuidof(Interface)> 27 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0; 95 // so the iid parameter is implicit here. The only thing this 100 // QI for times when the IID is not associated with the type. 101 HRESULT QueryInterface(const IID& iid, void** obj) { 104 return ptr_->QueryInterface(iid, obj); 161 static const IID& iid() { function in class:base::win::ScopedComPtr
|
/external/chromium_org/base/win/ |
scoped_comptr.h | 19 template <class Interface, const IID* interface_id = &__uuidof(Interface)> 26 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0; 94 // so the iid parameter is implicit here. The only thing this 99 // QI for times when the IID is not associated with the type. 100 HRESULT QueryInterface(const IID& iid, void** obj) { 103 return ptr_->QueryInterface(iid, obj); 160 static const IID& iid() { function in class:base::win::ScopedComPtr
|
/external/clang/test/CodeGenCXX/ |
2007-01-06-PtrMethodInit.cpp | 43 static const nsIID iid = { local 63 const nsIID *iid; member in struct:EventTypeData
|
/frameworks/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID local 99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid); 106 const SLInterfaceID iid, SLboolean async) 111 if (NULL == iid) { 118 if ((0 > (MPH = IID_to_MPH(iid))) || 201 SLDynamicInterfaceManagementItf self, const SLInterfaceID iid) 207 if (NULL == iid) { 214 if ((0 > (MPH = IID_to_MPH(iid))) || 347 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original II local [all...] |
IObject.c | 325 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface) 333 if (NULL == iid) { 339 if ((0 > (MPH = IID_to_MPH(iid))) || 703 SLInterfaceID iid = pInterfaceIDs[i]; local 704 if (NULL == iid) { 710 if ((0 <= (MPH = IID_to_MPH(iid))) &&
|
/frameworks/wilhelm/src/ |
sles.c | 189 SLInterfaceID iid = pInterfaceIds[i]; local 190 if (NULL == iid) { 195 if ((0 > (MPH = IID_to_MPH(iid))) ||
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 238 static REFIID iid() {return IID_##intf;} \ 239 static inline bool is_self_or_ancestor(REFIID riid) {return riid == iid() || com_traits<base>::is_self_or_ancestor(riid);} \ 245 static REFIID iid() {return IID_IUnknown;} function in struct:com_traits 246 static inline bool is_self_or_ancestor(REFIID riid) {return riid == iid();} 250 #define __uuidof(T) (com_traits<T>::iid()) 375 #define IID_MAGIC_DELETE_THIS (*(const IID*)((intptr_t)-(int)(sizeof(IID) - 1)))
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 238 static REFIID iid() {return IID_##intf;} \ 239 static inline bool is_self_or_ancestor(REFIID riid) {return riid == iid() || com_traits<base>::is_self_or_ancestor(riid);} \ 245 static REFIID iid() {return IID_IUnknown;} function in struct:com_traits 246 static inline bool is_self_or_ancestor(REFIID riid) {return riid == iid();} 250 #define __uuidof(T) (com_traits<T>::iid()) 375 #define IID_MAGIC_DELETE_THIS (*(const IID*)((intptr_t)-(int)(sizeof(IID) - 1)))
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 677 ImageInfo iid; /* auxiliary .dSYM file */ local 709 VG_(memset)(&iid, 0, sizeof(iid)); [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
SampleMediaRouteProvider.java | 416 String iid = intent.getStringExtra(MediaControlIntent.EXTRA_ITEM_ID); local 417 PlaylistItem item = mSessionManager.remove(iid); 426 ", sid=" + sid + ", iid=" + iid, null); 438 String iid = intent.getStringExtra(MediaControlIntent.EXTRA_ITEM_ID); local 441 PlaylistItem item = mSessionManager.seek(iid, pos); 450 ", sid=" + sid + ", iid=" + iid + ", pos=" + pos, null); 458 String iid = intent.getStringExtra(MediaControlIntent.EXTRA_ITEM_ID); local 459 Log.d(TAG, mRouteId + ": Received getStatus request, sid=" + sid + ", iid=" + iid) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |