OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExynosJpegBase
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libhwjpeg/
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
...]
/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 55 milliseconds