Searched refs:pGroup (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/drm/libdrmframework/plugins/common/util/src/ |
D | MimeTypeUtil.cpp | 42 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/ |
D | getgroup.cpp | 222 Int *pGroup; in getgroup() local 226 pGroup = group; in getgroup() 245 *pGroup++ = win; in getgroup() 253 *pGroup = win; in getgroup()
|
D | deinterleave.cpp | 231 Int16 *pGroup; in deinterleave() local 250 pGroup = pDeinterleaved; in deinterleave() 262 pWin = pGroup; in deinterleave() 283 pGroup += (pInterleaved - pStart); in deinterleave()
|
D | getmask.cpp | 267 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()
|
D | getics.cpp | 448 Int *pGroup; in getics() local 458 pGroup = group; in getics() 498 while (*pGroup++ < pFrameInfo->num_win); in getics()
|
D | pns_left.cpp | 337 const Int *pGroup = &(group[0]); in pns_left() local 373 partition = *pGroup++; /* partition = index of last sbk in group */ in pns_left()
|
D | apply_ms_synt.cpp | 329 const Int *pGroup = group; in apply_ms_synt() local 373 partition = *(pGroup++); in apply_ms_synt()
|
D | huffman.h | 173 Int *pGroup, 225 Int *pGroup,
|
D | hufffac.cpp | 362 Int *pGroup, /* may be changed to Int */ in hufffac() argument 462 group_end = *pGroup++; /* index of 1st window in next group */ in hufffac()
|
D | pns_intensity_right.cpp | 432 const Int *pGroup = group; in pns_intensity_right() local 476 partition = *(pGroup++); in pns_intensity_right()
|
/frameworks/wilhelm/src/itf/ |
D | I3DGrouping.c | 75 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()
|
D | IEngine.c | 627 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/ |
D | OpenSLES.h | 1677 SLObjectItf *pGroup 2610 SLObjectItf * pGroup,
|