/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_MEGetBufSize.c | 40 * pSize - pointer to the number of bytes required for the motion 46 * - pMEParams or pSize is NULL. 54 OMX_U32 *pSize 58 armRetArgErrIf(!pSize, OMX_Sts_BadArgErr); 65 *pSize = (OMX_INT) sizeof(ARMVCM4P10_MESpec);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_MEGetBufSize.c | 40 * pSize - pointer to the number of bytes required for the specification 56 OMX_U32 *pSize 60 armRetArgErrIf(!pSize, OMX_Sts_BadArgErr); 65 *pSize = (OMX_INT) sizeof(ARMVCM4P2_MESpec);
|
/external/qemu/android/utils/ |
lineinput.h | 37 * '*pSize' to save you a strlen() call. 39 const char* lineInput_getLineAndSize( LineInput* input, size_t *pSize );
|
lineinput.c | 85 lineInput_getLineAndSize( LineInput* input, size_t *pSize ) 90 if (pSize) 91 *pSize = 0; 110 if (pSize != NULL) { 111 *pSize = ret;
|
path.h | 77 /* return the size of a given file in '*psize'. returns 0 on 79 extern APosixStatus path_get_size( const char* path, uint64_t *psize ); 161 * if 'pSize' is not NULL, this will set the file's size in '*pSize' 165 extern void* path_load_file( const char* path, size_t *pSize );
|
path.c | 363 /* return the size of a given file in '*psize'. returns 0 on 366 path_get_size( const char* path, uint64_t *psize ) 387 *psize = 0; 390 *psize = (uint64_t) size.QuadPart; 400 *psize = (uint64_t) st.st_size; 586 path_load_file(const char *fn, size_t *pSize) 592 if (pSize) 593 *pSize = 0; 604 if (pSize) 605 *pSize = (size_t) sz [all...] |
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_FileReader.c | 87 M4OSA_UInt32* pSize) 94 data, (M4OSA_NULL != pSize) ? (*pSize) : 0); 100 M4OSA_DEBUG_IF2(M4OSA_NULL == pSize, M4ERR_PARAMETER, 101 "M4OSA_fileReadData: pSize is M4OSA_NULL"); 109 uiSizeRead = fread(data, sizeof(M4OSA_Char), *pSize, 114 *pSize = 0; 120 if ((M4OSA_UInt32)uiSizeRead < *pSize) 122 *pSize = uiSizeRead; 129 *pSize = uiSizeRead [all...] |
LVOSA_FileReader_optim.c | 655 * @param pSize : (INOUT) Size of the data to read (in byte). 657 * @return M4ERR_PARAMETER pSize, fileDescriptor or pData is NULL 663 M4OSA_UInt32* pSize) 674 pContext, pData, *pSize); 679 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pSize); 687 if((*pSize > 0) && (apContext->absolutePos >= apContext->fileSize)) 712 if (*pSize <= (M4OSA_UInt32)apContext->buffer[selected_buffer].size) 731 M4OSA_TRACE3_3("read size = %lu buffer = %d pos = %ld", *pSize, 735 while(((M4OSA_UInt32)copiedSize < *pSize) && (err == M4NO_ERROR)) 739 *pSize-copiedSize, pData+copiedSize) [all...] |
/system/media/wilhelm/src/itf/ |
IMetadataTraversal.c | 66 SLMetadataTraversalItf self, SLuint32 index, SLuint32 *pSize) 70 if (NULL == pSize) { 77 *pSize = size;
|
/hardware/ti/omap3/dspbridge/inc/ |
DSPManager.h | 207 extern DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize);
|
wcdioctl.h | 152 BYTE * pSize;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPManager.h | 207 extern DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize);
|
wcdioctl.h | 152 BYTE * pSize;
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateView.java | 430 int pSize = 0; 437 while (xPos < mContentWidth && pStart + pSize < candSize) { 438 int itemPos = pStart + pSize; 445 if (xPos + itemWidth < mContentWidth || 0 == pSize) { 448 pSize++; 455 mDecInfo.mPageStart.add(pStart + pSize); 459 float marginExtra = (mContentWidth - xPos) / pSize / 2; 470 } else if (pSize == 1) { 492 int pSize = mDecInfo.mPageStart.get(mPageNo + 1) - pStart; 494 if (mActiveCandInPage > pSize - 1) [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmContext.cpp | 179 GLfloat pSize = *((GLfloat*)(pointsArr+(INDEX*stride))); 182 while(i < count && pSize == *((GLfloat*)(pointsArr+(INDEX*stride)))) 188 s_glDispatch.glPointSize(pSize); 197 GLfloat pSize = *((GLfloat*)(pointsArr+((first+i)*stride))); 200 while(i < count && pSize == *((GLfloat*)(pointsArr+((first+i)*stride)))) 206 s_glDispatch.glPointSize(pSize);
|
/frameworks/base/media/libeffects/testlibs/ |
EffectReverb.h | 336 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, size_t *pSize, void *pValue);
|
EffectReverb.c | 731 * pSize - pointer to value size: maximum size as input 735 * *pSize updated with actual value size 742 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, size_t *pSize, 753 if (param != REVERB_PARAM_PRESET || *pSize < sizeof(int16_t)) { 792 if (*pSize < size) { [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPManager.c | 378 DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize)
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 722 * pSize - pointer to the number of bytes required for the specification 737 OMX_U32 *pSize [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 722 * pSize - pointer to the number of bytes required for the specification 737 OMX_U32 *pSize [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 722 * pSize - pointer to the number of bytes required for the specification 737 OMX_U32 *pSize [all...] |
/external/icu4c/common/ |
ubidiimp.h | 351 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
|
ubidi.c | 187 * If *pMemory!=NULL, then assume *pSize>0. 194 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) { 200 *pSize=sizeNeeded; 206 if(sizeNeeded<=*pSize) { 222 *pSize=sizeNeeded; [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 59 def __init__(self, jet_file, pSize):
163 self.SetSize(pSize)
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.c | 406 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize); 760 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize) 773 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, pSize, EAS_FALSE)) != EAS_SUCCESS) 787 *pPos += *pSize + 8; [all...] |