Searched refs:RunStream (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
D | ThumbnailScaler.h | 15 …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,…
|
D | LibScalerForJpeg.h | 38 …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 …
|
D | LibScalerForJpeg.cpp | 32 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
|
D | ExynosJpegEncoderForCamera.cpp | 615 …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()
|