Home
last modified time | relevance | path

Searched refs:ExynosJpegBase (Results 1 – 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp47 ExynosJpegBase::ExynosJpegBase() in ExynosJpegBase() function in ExynosJpegBase
51 ExynosJpegBase::~ExynosJpegBase() in ~ExynosJpegBase()
55 int ExynosJpegBase::t_v4l2Querycap(int iFd) in t_v4l2Querycap()
69 int ExynosJpegBase::t_v4l2SetJpegcomp(int iFd, int iQuality) in t_v4l2SetJpegcomp()
85 int ExynosJpegBase::t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig) in t_v4l2SetFmt()
134 int ExynosJpegBase::t_v4l2GetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig) in t_v4l2GetFmt()
175 int ExynosJpegBase::t_v4l2Reqbufs(int iFd, int iBufCount, struct BUF_INFO *pstBufInfo) in t_v4l2Reqbufs()
197 int ExynosJpegBase::t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf) in t_v4l2Qbuf()
231 int ExynosJpegBase::t_v4l2Dqbuf(int iFd, enum v4l2_buf_type eType, enum v4l2_memory eMemory, int iN… in t_v4l2Dqbuf()
261 int ExynosJpegBase::t_v4l2StreamOn(int iFd, enum v4l2_buf_type eType) in t_v4l2StreamOn()
[all …]
DExynosJpegEncoder.cpp62 return ExynosJpegBase::create(MODE_ENCODE); in create()
67 return ExynosJpegBase::destroy(NUM_JPEG_ENC_IN_BUFS, NUM_JPEG_ENC_OUT_BUFS); in destroy()
72 return ExynosJpegBase::setJpegConfig(MODE_ENCODE, pConfig); in setJpegConfig()
133 return ExynosJpegBase::setColorFormat(MODE_ENCODE, iV4l2ColorFormat); in setColorFormat()
138 return ExynosJpegBase::setJpegFormat(MODE_ENCODE, iV4l2JpegFormat); in setJpegFormat()
143 return ExynosJpegBase::setColorBufSize(MODE_ENCODE, piBufSize, iSize); in setColorBufSize()
148 return ExynosJpegBase::updateConfig(MODE_ENCODE, \ in updateConfig()
194 return ExynosJpegBase::execute(t_iPlaneNum, NUM_JPEG_ENC_OUT_PLANES); in encode()
DAndroid.mk22 ExynosJpegBase.cpp \
DExynosJpegDecoder.cpp65 return ExynosJpegBase::create(MODE_DECODE); in create()
70 return ExynosJpegBase::destroy(NUM_JPEG_DEC_IN_BUFS, NUM_JPEG_DEC_OUT_BUFS); in destroy()
75 return ExynosJpegBase::setJpegConfig(MODE_DECODE, pConfig); in setJpegConfig()
133 return ExynosJpegBase::setColorFormat(MODE_DECODE, iV4l2ColorFormat); in setColorFormat()
138 return ExynosJpegBase::setJpegFormat(MODE_DECODE, iV4l2JpegFormat); in setJpegFormat()
143 return ExynosJpegBase::updateConfig(MODE_DECODE, \ in updateConfig()
186 int ret = ExynosJpegBase::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum); in decode()
197 return ExynosJpegBase::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum); in decode()
/hardware/samsung_slsi/exynos5/include/
DExynosJpegApi.h28 class ExynosJpegBase {
32 ExynosJpegBase();
33 virtual ~ExynosJpegBase();
157 class ExynosJpegEncoder : public ExynosJpegBase {
198 class ExynosJpegDecoder : public ExynosJpegBase {