Searched defs:canvasHeight (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);
54 const int canvasHeight = getHeight(); local
69 isFullFrame(curr, canvasWidth, canvasHeight)) {
73 (isFullFrame(prev, canvasWidth, canvasHeight) || mIsKeyFrame[i - 1]);
184 const int canvasHeight = mFrameSequence.getHeight(); local
185 mPreservedBuffer = new Color8888[canvasWidth * canvasHeight];
195 const int canvasHeight = mFrameSequence.getHeight(); local
199 for (int y = 0; y < canvasHeight; y++) {
205 copyFrame(prevBuffer, prevStride, currBuffer, currStride, canvasWidth, canvasHeight);
235 const int canvasHeight = mFrameSequence.getHeight(); local
289 const int canvasHeight = mFrameSequence.getHeight(); local
[all...]

Completed in 283 milliseconds