HomeSort by relevance Sort by last modified time
    Searched defs:iid (Results 1 - 11 of 11) sorted by null

  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 32 const SLInterfaceID *iid; ///< The interface ID member in struct:__anon18896
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/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/valgrind/main/coregrind/m_debuginfo/
readmacho.c 677 ImageInfo iid; /* auxiliary .dSYM file */ local
693 VG_(memset)(&iid, 0, sizeof(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 

Completed in 1700 milliseconds