OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExynosJpegDecoder
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
194
//!
ExynosJpegDecoder
class
198
class
ExynosJpegDecoder
: public ExynosJpegBase {
201
ExynosJpegDecoder
();
202
virtual ~
ExynosJpegDecoder
();
/hardware/samsung_slsi/exynos5/libhwjpeg/
Android.mk
24
ExynosJpegDecoder
.cpp
ExynosJpegDecoder.cpp
50
ExynosJpegDecoder
::
ExynosJpegDecoder
()
56
ExynosJpegDecoder
::~
ExynosJpegDecoder
()
63
int
ExynosJpegDecoder
::create(void)
68
int
ExynosJpegDecoder
::destroy(void)
73
int
ExynosJpegDecoder
::setJpegConfig(void *pConfig)
78
int
ExynosJpegDecoder
::getInBuf(int *piBuf, int *piInputSize)
84
int
ExynosJpegDecoder
::getOutBuf(int *piBuf, int *piOutputSize, int iSize)
89
int
ExynosJpegDecoder
::setInBuf(int iBuf, int iSize
[
all
...]
Completed in 26 milliseconds