Home
last modified time | relevance | path

Searched refs:t_stJpegOutbuf (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegEncoder.cpp82 return getBuf(t_bFlagCreateOutBuf, &t_stJpegOutbuf, piBuf, piOutputSize, \ in getOutBuf()
101 iRet = setBuf(&t_stJpegOutbuf, &iBuf, &iSize, NUM_JPEG_ENC_OUT_PLANES); in setOutBuf()
DExynosJpegBase.cpp362 memset(&t_stJpegOutbuf, 0, sizeof(struct BUFFER)); in create()
784 iRet = t_v4l2Qbuf(t_iJpegFd, &stBufInfo, &t_stJpegOutbuf); in execute()
DExynosJpegDecoder.cpp86 return getBuf(t_bFlagCreateOutBuf, &t_stJpegOutbuf, piBuf, piOutputSize, iSize, t_iPlaneNum); in getOutBuf()
104 iRet = setBuf(&t_stJpegOutbuf, piBuf, iSize, t_iPlaneNum); in setOutBuf()
189 reduceBlockingArtifact((unsigned char *)t_stJpegOutbuf.addr[0], in decode()
/hardware/samsung_slsi/exynos5/include/
DExynosJpegApi.h125 struct BUFFER t_stJpegOutbuf; variable