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

  /system/media/opensles/tools/hashgen/
part6.c 2 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid)
3 return iid - &SL_IID_array[0];
part1.c 24 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
frag1.c 24 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
29 const struct SLInterfaceID_ *x = SL_IID_array;
part8.c 5 SLInterfaceID trial = &SL_IID_array[MPH];
frag3.c 2 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
13 const struct SLInterfaceID_ *xx = SL_IID_array;
  /system/media/opensles/libopensles/
OpenSLES_IID.c 40 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
47 const struct SLInterfaceID_ SL_IID_array[MPH_MAX] = {
153 const SLInterfaceID SL_IID_3DCOMMIT = &SL_IID_array[MPH_3DCOMMIT];
154 const SLInterfaceID SL_IID_3DDOPPLER = &SL_IID_array[MPH_3DDOPPLER];
155 const SLInterfaceID SL_IID_3DGROUPING = &SL_IID_array[MPH_3DGROUPING];
156 const SLInterfaceID SL_IID_3DLOCATION = &SL_IID_array[MPH_3DLOCATION];
157 const SLInterfaceID SL_IID_3DMACROSCOPIC = &SL_IID_array[MPH_3DMACROSCOPIC];
158 const SLInterfaceID SL_IID_3DSOURCE = &SL_IID_array[MPH_3DSOURCE];
159 const SLInterfaceID SL_IID_AUDIODECODERCAPABILITIES = &SL_IID_array[MPH_AUDIODECODERCAPABILITIES];
160 const SLInterfaceID SL_IID_AUDIOENCODER = &SL_IID_array[MPH_AUDIOENCODER]
    [all...]
IID_to_MPH.c 24 extern const struct SLInterfaceID_ SL_IID_array[MPH_MAX];
178 if (&SL_IID_array[0] <= iid && &SL_IID_array[MPH_MAX] > iid)
179 return iid - &SL_IID_array[0];
187 SLInterfaceID trial = &SL_IID_array[MPH];
IDynamicInterfaceManagement.c 98 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
348 const SLInterfaceID iid = &SL_IID_array[MPH]; // equal but not == to the original IID
IEngine.c 709 *pInterfaceId = &SL_IID_array[class__->mInterfaces[i].mMPH];
sles.c     [all...]
sles_allinclusive.h     [all...]

Completed in 102 milliseconds