Home
last modified time | relevance | path

Searched refs:buffSize (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware/modules/usbaudio/
Dalsa_device_profile.c399 int buffSize = ARRAY_SIZE(buffer); in profile_get_sample_rate_strs() local
407 strncat(buffer, "|", buffSize); in profile_get_sample_rate_strs()
410 strncat(buffer, numBuffer, buffSize); in profile_get_sample_rate_strs()
425 int buffSize = ARRAY_SIZE(buffer); in profile_get_format_strs() local
431 strncat(buffer, "|", buffSize); in profile_get_format_strs()
433 strncat(buffer, format_string_map[profile->formats[index]], buffSize); in profile_get_format_strs()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
DExynos_OMX_Adec.h73 …int (*exynos_checkInputFrame)(OMX_U8 *pInputStream, OMX_U32 buffSize, OMX_U32 flag, OMX_BOOL bPrev…
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
DExynos_OMX_Vdec.h130 int (*exynos_checkInputFrame) (OMX_U8 *pInputStream, OMX_U32 buffSize, OMX_U32 flag,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
DExynos_OMX_Venc.h123 int (*exynos_checkInputFrame) (OMX_U8 *pInputStream, OMX_U32 buffSize, OMX_U32 flag,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
DExynos_OMX_Mpeg4dec.c162 OMX_U32 buffSize, in Check_Mpeg4_Frame() argument
185 return buffSize; in Check_Mpeg4_Frame()
191 return buffSize; in Check_Mpeg4_Frame()
204 if (len > buffSize) in Check_Mpeg4_Frame()
215 if (len > buffSize) in Check_Mpeg4_Frame()
221 …. Check_Mpeg4_Frame returned EOF = %d, len = %d, buffSize = %d", *pbEndOfFrame, len - 4, buffSize); in Check_Mpeg4_Frame()
228 …. Check_Mpeg4_Frame returned EOF = %d, len = %d, buffSize = %d", *pbEndOfFrame, len - 1, buffSize); in Check_Mpeg4_Frame()
235 OMX_U32 buffSize, in Check_H263_Frame() argument
264 if (len > buffSize) in Check_H263_Frame()
280 if (len > buffSize) in Check_H263_Frame()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.c806 int fill_data (OMX_BUFFERHEADERTYPE *pBufferPrivate, HANDLE fIn, int buffSize) in fill_data() argument
808 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, int buffSize) in fill_data()
818 nRead = fread(pBuf->pBuffer,1, buffSize , fIn); in fill_data()
821 printf ("Buffer Size = %d. Read %d bytes from file. \n", (int) buffSize, (int)nRead); in fill_data()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
DExynos_OMX_H264dec.c148 OMX_U32 buffSize, in Check_H264_Frame() argument
167 if (accessUnitSize == (int)buffSize) in Check_H264_Frame()
192 if (accessUnitSize == (int)buffSize) { in Check_H264_Frame()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
DExynos_OMX_Vp8dec.c101 int buffSize, in Check_VP8_Frame() argument
146 return buffSize; in Check_VP8_Frame()