Searched refs:SCALER_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
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 … 49 …ned int format, unsigned int width, unsigned int height, unsigned int planelen[SCALER_MAX_PLANES]); 53 …bool queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES], unsigned int len[SCALER_MAX_PLA… 54 …bool queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES], unsigned int len[SCALER_MAX_P… 55 bool queueBuffer(unsigned int buftype, int buf, unsigned int len[SCALER_MAX_PLANES]); 66 unsigned int planeLen[SCALER_MAX_PLANES]; 84 bool queue(T srcBuf[SCALER_MAX_PLANES], int dstBuf) { in queue() argument
|
D | LibScalerForJpeg.cpp | 32 bool LibScalerForJpeg::RunStream(int srcBuf[SCALER_MAX_PLANES], int __unused srcLen[SCALER_MAX_PLAN… in RunStream() argument 40 bool LibScalerForJpeg::RunStream(char *srcBuf[SCALER_MAX_PLANES], int __unused srcLen[SCALER_MAX_PL… in RunStream() argument 130 …gned int format, unsigned int width, unsigned int height, unsigned int planelen[SCALER_MAX_PLANES]) in setFormat() argument 174 v4l2_plane plane[SCALER_MAX_PLANES]; in queueBuffer() 186 …evice::queueBuffer(unsigned int buftype, int buf[SCALER_MAX_PLANES], unsigned int len[SCALER_MAX_P… in queueBuffer() argument 190 buffer.length = SCALER_MAX_PLANES; in queueBuffer() 191 for (unsigned int i = 0; i < SCALER_MAX_PLANES; i++) { in queueBuffer() 202 …ice::queueBuffer(unsigned int buftype, char *buf[SCALER_MAX_PLANES], unsigned int len[SCALER_MAX_P… in queueBuffer() argument 206 buffer.length = SCALER_MAX_PLANES; in queueBuffer() 207 for (unsigned int i = 0; i < SCALER_MAX_PLANES; i++) { in queueBuffer() [all …]
|
D | ThumbnailScaler.h | 8 const static unsigned int SCALER_MAX_PLANES = 3; 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 | ExynosJpegEncoderForCamera.cpp | 607 char *bufs[ThumbnailScaler::SCALER_MAX_PLANES]; in GenerateThumbnailImage() 608 int len_srcbufs[ThumbnailScaler::SCALER_MAX_PLANES]; in GenerateThumbnailImage() 610 if (getInBuf(bufs, len_srcbufs, ThumbnailScaler::SCALER_MAX_PLANES) < 0) { in GenerateThumbnailImage() 617 int bufs[ThumbnailScaler::SCALER_MAX_PLANES]; in GenerateThumbnailImage() 618 int len_srcbufs[ThumbnailScaler::SCALER_MAX_PLANES]; in GenerateThumbnailImage() 620 if (getInBuf(bufs, len_srcbufs, ThumbnailScaler::SCALER_MAX_PLANES) < 0) { in GenerateThumbnailImage()
|