OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExynosJpegBase
(Results
1 - 5
of
5
) sorted by null
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp
62
return
ExynosJpegBase
::create(MODE_ENCODE);
67
return
ExynosJpegBase
::destroy(NUM_JPEG_ENC_IN_BUFS, NUM_JPEG_ENC_OUT_BUFS);
72
return
ExynosJpegBase
::setJpegConfig(MODE_ENCODE, pConfig);
133
return
ExynosJpegBase
::setColorFormat(MODE_ENCODE, iV4l2ColorFormat);
138
return
ExynosJpegBase
::setJpegFormat(MODE_ENCODE, iV4l2JpegFormat);
143
return
ExynosJpegBase
::setColorBufSize(MODE_ENCODE, piBufSize, iSize);
148
return
ExynosJpegBase
::updateConfig(MODE_ENCODE, \
194
return
ExynosJpegBase
::execute(t_iPlaneNum, NUM_JPEG_ENC_OUT_PLANES);
ExynosJpegBase.cpp
47
ExynosJpegBase
::
ExynosJpegBase
()
51
ExynosJpegBase
::~
ExynosJpegBase
()
55
int
ExynosJpegBase
::t_v4l2Querycap(int iFd)
69
int
ExynosJpegBase
::t_v4l2SetJpegcomp(int iFd, int iQuality)
85
int
ExynosJpegBase
::t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig)
134
int
ExynosJpegBase
::t_v4l2GetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig)
175
int
ExynosJpegBase
::t_v4l2Reqbufs(int iFd, int iBufCount, struct BUF_INFO *pstBufInfo)
197
int
ExynosJpegBase
::t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf
[
all
...]
Android.mk
22
ExynosJpegBase
.cpp \
ExynosJpegDecoder.cpp
65
return
ExynosJpegBase
::create(MODE_DECODE);
70
return
ExynosJpegBase
::destroy(NUM_JPEG_DEC_IN_BUFS, NUM_JPEG_DEC_OUT_BUFS);
75
return
ExynosJpegBase
::setJpegConfig(MODE_DECODE, pConfig);
133
return
ExynosJpegBase
::setColorFormat(MODE_DECODE, iV4l2ColorFormat);
138
return
ExynosJpegBase
::setJpegFormat(MODE_DECODE, iV4l2JpegFormat);
143
return
ExynosJpegBase
::updateConfig(MODE_DECODE, \
186
int ret =
ExynosJpegBase
::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum);
197
return
ExynosJpegBase
::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum);
[
all
...]
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
28
class
ExynosJpegBase
{
32
ExynosJpegBase
();
33
virtual ~
ExynosJpegBase
();
157
class ExynosJpegEncoder : public
ExynosJpegBase
{
198
class ExynosJpegDecoder : public
ExynosJpegBase
{
Completed in 50 milliseconds