HomeSort by relevance Sort by last modified time
    Searched refs:pExtension (Results 1 - 8 of 8) 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/core/jni/
android_hardware_camera2_legacy_PerfMeasurement.cpp 39 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
40 // terminated by either 0 or space, while pExtension is terminated by 0.
43 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
46 char b = *pExtension++;
71 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
73 if (extensionEqual(pExtensions, pExtension)) {
com_google_android_gles_jni_GLImpl.cpp 206 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
207 // terminated by either 0 or space, while pExtension is terminated by 0.
210 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
213 char b = *pExtension++;
238 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
240 if (extensionEqual(pExtensions, pExtension)) {
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.c     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 205 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
206 // terminated by either 0 or space, while pExtension is terminated by 0.
209 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
212 char b = *pExtension++;
237 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
239 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledb.h 726 BYTE *pExtension;
    [all...]

Completed in 265 milliseconds