Home
last modified time | relevance | path

Searched refs:pGroup (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/common/util/src/
DMimeTypeUtil.cpp42 const char* pGroup; // "audio/", "video/",.. should contain the last "/" member
128 struct MimeGroup* pGroup; in convertMimeType() local
136 pGroup = mimeGroup; in convertMimeType()
137 while (MIMETYPE_LAST != pGroup->type) { in convertMimeType()
138 if (0 == strncmp(pMimeType, pGroup->pGroup, pGroup->size)) { in convertMimeType()
141 pGroup++; in convertMimeType()
145 if (MIMETYPE_LAST != pGroup->type) { in convertMimeType()
147 len = strlen (pMimeType+pGroup->size); in convertMimeType()
149 if ((pGroup->type == pMimeItem->type) && in convertMimeType()
151 (0 == strcmp(pMimeType+pGroup->size, pMimeItem->pMimeExt))) { in convertMimeType()
/frameworks/av/media/libstagefright/codecs/aacdec/
Dgetgroup.cpp222 Int *pGroup; in getgroup() local
226 pGroup = group; in getgroup()
245 *pGroup++ = win; in getgroup()
253 *pGroup = win; in getgroup()
Ddeinterleave.cpp231 Int16 *pGroup; in deinterleave() local
250 pGroup = pDeinterleaved; in deinterleave()
262 pWin = pGroup; in deinterleave()
283 pGroup += (pInterleaved - pStart); in deinterleave()
Dgetmask.cpp267 Int *pGroup; in getmask() local
275 pGroup = group; in getmask()
292 for (win = 0; win < nwin; win = *(pGroup++)) in getmask()
306 for (win = 0; win < nwin; win = *(pGroup++)) in getmask()
Dgetics.cpp448 Int *pGroup; in getics() local
458 pGroup = group; in getics()
498 while (*pGroup++ < pFrameInfo->num_win); in getics()
Dpns_left.cpp337 const Int *pGroup = &(group[0]); in pns_left() local
373 partition = *pGroup++; /* partition = index of last sbk in group */ in pns_left()
Dapply_ms_synt.cpp329 const Int *pGroup = group; in apply_ms_synt() local
373 partition = *(pGroup++); in apply_ms_synt()
Dhuffman.h173 Int *pGroup,
225 Int *pGroup,
Dhufffac.cpp362 Int *pGroup, /* may be changed to Int */ in hufffac() argument
462 group_end = *pGroup++; /* index of 1st window in next group */ in hufffac()
Dpns_intensity_right.cpp432 const Int *pGroup = group; in pns_intensity_right() local
476 partition = *(pGroup++); in pns_intensity_right()
/frameworks/wilhelm/src/itf/
DI3DGrouping.c75 static SLresult I3DGrouping_Get3DGroup(SL3DGroupingItf self, SLObjectItf *pGroup) in I3DGrouping_Get3DGroup() argument
79 if (NULL == pGroup) { in I3DGrouping_Get3DGroup()
85 *pGroup = (NULL != group) ? &group->mObject.mItf : NULL; in I3DGrouping_Get3DGroup()
DIEngine.c627 static SLresult IEngine_Create3DGroup(SLEngineItf self, SLObjectItf *pGroup, SLuint32 numInterfaces, in IEngine_Create3DGroup() argument
633 if (NULL == pGroup) { in IEngine_Create3DGroup()
636 *pGroup = NULL; in IEngine_Create3DGroup()
653 *pGroup = &thiz->mObject.mItf; in IEngine_Create3DGroup()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1677 SLObjectItf *pGroup
2610 SLObjectItf * pGroup,