OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poolName
(Results
1 - 3
of
3
) sorted by null
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorBuffer.h
70
M4OSA_Char*
poolName
;
86
* @param
poolName
: IN a name given to the pool
91
M4OSA_UInt32 nbBuffers, M4OSA_Char*
poolName
);
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c
47
* @param
poolName
: IN a name given to the pool
52
M4OSA_UInt32 nbBuffers, M4OSA_Char*
poolName
)
83
pool->
poolName
= M4OSA_NULL;
84
pool->
poolName
= (M4OSA_Char*)M4OSA_32bitAlignedMalloc(
86
(M4OSA_Char*)("VIDEOEDITOR_BUFFER_allocatePool:
poolname
"));
87
if(pool->
poolName
== M4OSA_NULL)
95
memset((void *)pool->
poolName
, 0,VIDEOEDITOR_BUFFEPOOL_MAX_NAME_SIZE);
96
memcpy((void *)pool->
poolName
, (void *)
poolName
,
105
VIDEOEDITOR_SAFE_FREE(pool->
poolName
);
[
all
...]
/external/icu4c/tools/toolutil/
pkgitems.cpp
396
char
poolName
[200];
397
makeTargetName(itemName, "pool", 4, ".res",
poolName
, (int32_t)sizeof(
poolName
), pErrorCode);
401
check(context, itemName,
poolName
);
402
int32_t index=pkg->findItem(
poolName
);
412
fprintf(stderr, "icupkg: %s is not a pool bundle\n",
poolName
);
420
fprintf(stderr, "icupkg: %s is not a pool bundle\n",
poolName
);
426
fprintf(stderr, "icupkg: %s has mismatched checksum for %s\n",
poolName
, itemName);
Completed in 38 milliseconds