Home
last modified time | relevance | path

Searched refs:RunStream (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
DThumbnailScaler.h15 …virtual bool RunStream(int srcBuf[SCALER_MAX_PLANES], int srcLen[SCALER_MAX_PLANES], int dstBuf, s…
16 …virtual bool RunStream(char *srcBuf[SCALER_MAX_PLANES], int srcLen[SCALER_MAX_PLANES], int dstBuf,…
DLibScalerForJpeg.h38 …bool RunStream(int srcBuf[SCALER_MAX_PLANES], int srcLen[SCALER_MAX_PLANES], int dstBuf, size_t ds…
39 …bool RunStream(char *srcBuf[SCALER_MAX_PLANES], int srcLen[SCALER_MAX_PLANES], int dstBuf, size_t …
DLibScalerForJpeg.cpp32 bool LibScalerForJpeg::RunStream(int srcBuf[SCALER_MAX_PLANES], int __unused srcLen[SCALER_MAX_PLAN… in RunStream() function in LibScalerForJpeg
40 bool LibScalerForJpeg::RunStream(char *srcBuf[SCALER_MAX_PLANES], int __unused srcLen[SCALER_MAX_PL… in RunStream() function in LibScalerForJpeg
DExynosJpegEncoderForCamera.cpp615 …okay = mThumbnailScaler->RunStream(bufs, len_srcbufs, m_fdIONThumbImgBuffer, m_szIONThumbImgBuffer… in GenerateThumbnailImage()
624 …okay = mThumbnailScaler->RunStream(bufs, len_srcbufs, m_fdIONThumbImgBuffer, m_szIONThumbImgBuffer… in GenerateThumbnailImage()