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

  /external/aac/libAACenc/src/
bitenc.h 179 QC_OUT_EXTENSION *pExtension,
bitenc.cpp 808 QC_OUT_EXTENSION *pExtension,
818 INT payloadBits = pExtension->nPayloadBits;
827 if ((syntaxFlags & AC_ELD) && ((pExtension->type == EXT_SBR_DATA) ||
828 (pExtension->type == EXT_SBR_DATA_CRC))) {
831 UCHAR *extPayloadData = pExtension->pPayload;
846 hBitStream, pExtension->type, pExtension->pPayload, payloadBits);
853 if (pExtension->type == EXT_DATA_ELEMENT) {
855 hTpEnc, elInstanceTag, pExtension->nPayloadBits >> 3,
856 pExtension->pPayload, alignAnchor)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.cpp 143 void* pExtension = DE_NULL;
165 pExtension = &ext16BitStorageFeatures;
171 pExtension = &extVariablePointerFeatures;
194 pExtension,
  /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 207 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
208 // terminated by either 0 or space, while pExtension is terminated by 0.
211 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
214 char b = *pExtension++;
239 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
241 if (extensionEqual(pExtensions, pExtension)) {
    [all...]
  /external/icu/icu4c/source/common/
uloc_tag.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.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)) {
  /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 953 milliseconds