OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp
64
M4OSA_Char*
pExtension
,
87
M4OSA_Char*
pExtension
= M4OSA_NULL;
150
pExtension
= (M4OSA_Char *)strrchr((const char *)pFile, (int)'.');
151
if (M4OSA_NULL !=
pExtension
)
154
pExtension
++;
158
pExtension
,&fileType, &clipType);
327
M4OSA_Char *
pExtension
,
341
M4OSA_UInt32 extLength = strlen((const char *)
pExtension
);
353
extension[index] = tolower((int)
pExtension
[index]);
/external/chromium_org/third_party/icu/source/common/
uloc_tag.c
[
all
...]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp
201
// Check if the extension at the head of pExtensions is
pExtension
. Note that pExtensions is
202
// terminated by either 0 or space, while
pExtension
is terminated by 0.
205
extensionEqual(const GLubyte* pExtensions, const GLubyte*
pExtension
) {
208
char b = *
pExtension
++;
233
checkForExtension(const GLubyte* pExtensions, const GLubyte*
pExtension
) {
235
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
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
)) {
[
all
...]
Completed in 170 milliseconds