Searched defs:canvasWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp36 static bool isFullFrame(const WebPIterator& frame, int canvasWidth, int canvasHeight) { argument
37 return (frame.width == canvasWidth && frame.height == canvasHeight);
53 const int canvasWidth = getWidth(); local
69 isFullFrame(curr, canvasWidth, canvasHeight)) {
73 (isFullFrame(prev, canvasWidth, canvasHeight) || mIsKeyFrame[i - 1]);
175 const int canvasWidth = mFrameSequence.getWidth(); local
177 mPreservedBuffer = new Color8888[canvasWidth * canvasHeight];
186 const int canvasWidth = mFrameSequence.getWidth(); local
193 clearLine(dst, canvasWidth);
197 copyFrame(prevBuffer, prevStride, currBuffer, currStride, canvasWidth, canvasHeigh
226 const int canvasWidth = mFrameSequence.getWidth(); local
280 const int canvasWidth = mFrameSequence.getWidth(); local
[all...]

Completed in 42 milliseconds