Home
last modified time | relevance | path

Searched refs:dwBufSize (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/dspbridge/libbridge/inc/
DDSPStream.h184 ULONG dwDataSize, ULONG dwBufSize,
Dwcdioctl.h347 ULONG dwBufSize; member
/hardware/ti/omap3/dspbridge/inc/
DDSPStream.h182 ULONG dwDataSize, ULONG dwBufSize,
Dwcdioctl.h347 ULONG dwBufSize; member
/hardware/ti/omap3/dspbridge/libbridge/
DDSPStrm.c399 ULONG dwDataSize, ULONG dwBufSize, IN DWORD dwArg) in DSPStream_Issue() argument
410 if (dwDataSize > dwBufSize) { in DSPStream_Issue()
420 tempStruct.ARGS_STRM_ISSUE.dwBufSize = in DSPStream_Issue()
421 dwBufSize; in DSPStream_Issue()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.h200 int dwBufSize, int *pnJPEGsize);
DExynosCameraHWInterface.cpp3600 bool ExynosCameraHWInterface::m_findEOIMarkerInJPEG(unsigned char *pBuf, int dwBufSize, int *pnJPEG… in m_findEOIMarkerInJPEG() argument
3602 if (NULL == pBuf || 0 >= dwBufSize) { in m_findEOIMarkerInJPEG()
3607 unsigned char *pBufEnd = pBuf + dwBufSize; in m_findEOIMarkerInJPEG()