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

/hardware/ti/omap3/dspbridge/inc/
H A DDSPStream.h167 * dwBufSize: Size of actual buffer in bytes.
182 ULONG dwDataSize, ULONG dwBufSize,
H A Dwcdioctl.h347 ULONG dwBufSize; member in struct:__anon1908::__anon1952
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPStream.h169 * dwBufSize: Size of actual buffer in bytes.
184 ULONG dwDataSize, ULONG dwBufSize,
H A Dwcdioctl.h347 ULONG dwBufSize; member in struct:__anon1985::__anon2029
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPStrm.c399 ULONG dwDataSize, ULONG dwBufSize, IN DWORD dwArg)
410 if (dwDataSize > dwBufSize) {
420 tempStruct.ARGS_STRM_ISSUE.dwBufSize =
421 dwBufSize;
398 DSPStream_Issue(DSP_HSTREAM hStream, IN BYTE *pBuffer, ULONG dwDataSize, ULONG dwBufSize, IN DWORD dwArg) argument
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h200 int dwBufSize, int *pnJPEGsize);
H A DExynosCameraHWInterface.cpp3600 bool ExynosCameraHWInterface::m_findEOIMarkerInJPEG(unsigned char *pBuf, int dwBufSize, int *pnJPEGsize) argument
3602 if (NULL == pBuf || 0 >= dwBufSize) {
3607 unsigned char *pBufEnd = pBuf + dwBufSize;

Completed in 58 milliseconds