OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_stJpegOutbuf
(Results
1 - 4
of
4
) sorted by null
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp
82
return getBuf(t_bFlagCreateOutBuf, &
t_stJpegOutbuf
, piBuf, piOutputSize, \
101
iRet = setBuf(&
t_stJpegOutbuf
, &iBuf, &iSize, NUM_JPEG_ENC_OUT_PLANES);
ExynosJpegBase.cpp
362
memset(&
t_stJpegOutbuf
, 0, sizeof(struct BUFFER));
784
iRet = t_v4l2Qbuf(t_iJpegFd, &stBufInfo, &
t_stJpegOutbuf
);
ExynosJpegDecoder.cpp
86
return getBuf(t_bFlagCreateOutBuf, &
t_stJpegOutbuf
, piBuf, piOutputSize, iSize, t_iPlaneNum);
104
iRet = setBuf(&
t_stJpegOutbuf
, piBuf, iSize, t_iPlaneNum);
189
reduceBlockingArtifact((unsigned char *)
t_stJpegOutbuf
.addr[0],
[
all
...]
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
125
struct BUFFER
t_stJpegOutbuf
;
Completed in 325 milliseconds