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

  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 130 size_t buffSize;
145 // SL_LOGD("nbBuffers in ABQ = %u, buffSize=%u",abq->mState.count, buffSize);
203 buffSize = mem->size();
206 if (oldFront->mDataSizeConsumed + buffSize < oldFront->mDataSize) {
209 memcpy(bufferLoc, pSrc, buffSize);
211 oldFront->mDataSizeConsumed += buffSize;
213 receivedBuffer_l(bufferId, buffSize);
  /hardware/libhardware/modules/usbaudio/
alsa_device_profile.c 395 int buffSize = ARRAY_SIZE(buffer);
403 strncat(buffer, "|", buffSize);
406 strncat(buffer, numBuffer, buffSize);
421 int buffSize = ARRAY_SIZE(buffer);
427 strncat(buffer, "|", buffSize);
429 strncat(buffer, format_string_map[profile->formats[index]], buffSize);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.h 73 int (*exynos_checkInputFrame)(OMX_U8 *pInputStream, OMX_U32 buffSize, OMX_U32 flag, OMX_BOOL bPreviousFrameEOF, OMX_BOOL *pbEndOfFrame);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.h 130 int (*exynos_checkInputFrame) (OMX_U8 *pInputStream, OMX_U32 buffSize, OMX_U32 flag,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.h 123 int (*exynos_checkInputFrame) (OMX_U8 *pInputStream, OMX_U32 buffSize, OMX_U32 flag,
  /development/tools/etc1tool/
etc1tool.cpp 565 size_t buffSize = strlen(pInput) + strlen(kDefaultExtension) + 1;
566 pOutputFileBuff = new char[buffSize];
568 if (changeExtension(pOutputFileBuff, buffSize, kDefaultExtension)) {
  /system/netd/server/
BandwidthController.h 149 static int StrncpyAndCheck(char *buffer, const char *src, size_t buffSize);
BandwidthController.cpp 167 int BandwidthController::StrncpyAndCheck(char *buffer, const char *src, size_t buffSize) {
169 memset(buffer, '\0', buffSize); // strncpy() is not filling leftover with '\0'
170 strncpy(buffer, src, buffSize);
171 return buffer[buffSize - 1];
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 162 OMX_U32 buffSize,
185 return buffSize;
191 return buffSize;
204 if (len > buffSize)
215 if (len > buffSize)
221 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "1. Check_Mpeg4_Frame returned EOF = %d, len = %d, buffSize = %d", *pbEndOfFrame, len - 4, buffSize);
228 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "2. Check_Mpeg4_Frame returned EOF = %d, len = %d, buffSize = %d", *pbEndOfFrame, len - 1, buffSize);
235 OMX_U32 buffSize,
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 320 size_t buffSize;
qcamera_test.cpp 1013 mInterpr->mViVBuff.buffSize);
    [all...]
  /frameworks/av/include/media/
AudioSystem.h 118 // return status NO_ERROR implies *buffSize > 0
120 audio_channel_mask_t channelMask, size_t* buffSize);
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 817 int yaffs_GetObjectName(yaffs_Object * obj, YCHAR * name, int buffSize);
yaffs_guts.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 806 int fill_data (OMX_BUFFERHEADERTYPE *pBufferPrivate, HANDLE fIn, int buffSize)
808 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, int buffSize)
818 nRead = fread(pBuf->pBuffer,1, buffSize , fIn);
821 printf ("Buffer Size = %d. Read %d bytes from file. \n", (int) buffSize, (int)nRead);
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 367 audio_channel_mask_t channelMask, size_t* buffSize)
394 *buffSize = inBuffSize;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 148 OMX_U32 buffSize,
167 if (accessUnitSize == (int)buffSize)
192 if (accessUnitSize == (int)buffSize) {
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 101 int buffSize,
146 return buffSize;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1389 milliseconds