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

  /external/aac/libAACenc/src/
bitenc.h 175 QC_OUT_EXTENSION *pExtension,
bitenc.cpp 823 QC_OUT_EXTENSION *pExtension,
836 INT payloadBits = pExtension->nPayloadBits;
848 UCHAR *extPayloadData = pExtension->pPayload;
850 switch (pExtension->type)
890 if ( (syntaxFlags & AC_ELD) && ((pExtension->type==EXT_SBR_DATA) || (pExtension->type==EXT_SBR_DATA_CRC)) ) {
894 UCHAR *extPayloadData = pExtension->pPayload;
910 pExtension->type,
911 pExtension->pPayload,
920 if ( pExtension->type == EXT_DATA_ELEMENT
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 62 M4OSA_Char* pExtension,
85 M4OSA_Char* pExtension = M4OSA_NULL;
148 pExtension = (M4OSA_Char *)strrchr((const char *)pFile, (int)'.');
149 if (M4OSA_NULL != pExtension)
152 pExtension++;
156 pExtension ,&fileType, &clipType);
325 M4OSA_Char *pExtension,
339 M4OSA_UInt32 extLength = strlen((const char *)pExtension);
351 extension[index] = tolower((int)pExtension[index]);
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 202 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
203 // terminated by either 0 or space, while pExtension is terminated by 0.
206 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
209 char b = *pExtension++;
234 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
236 if (extensionEqual(pExtensions, pExtension)) {
  /development/tools/etc1tool/
etc1tool.cpp 66 int changeExtension(char* pPath, size_t pathCapacity, const char* pExtension) {
68 size_t extensionLen = strlen(pExtension);
87 strcpy(pPath + pathLen, pExtension);
90 strcpy(pPath + index, pExtension);
96 strcpy(pPath + pathLen, pExtension);
  /external/icu4c/common/
uloc_tag.c     [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 203 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
204 // terminated by either 0 or space, while pExtension is terminated by 0.
207 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
210 char b = *pExtension++;
235 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
237 if (extensionEqual(pExtensions, pExtension)) {
    [all...]

Completed in 671 milliseconds