HomeSort by relevance Sort by last modified time
    Searched full:poolname (Results 1 - 4 of 4) sorted by null

  /frameworks/av/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...]
  /frameworks/av/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);
  /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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 184 milliseconds