Searched refs:canvasHeight (Results 1 – 1 of 1) sorted by relevance
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_webp.cpp | 36 static bool isFullFrame(const WebPIterator& frame, int canvasWidth, int canvasHeight) { in isFullFrame() argument 37 return (frame.width == canvasWidth && frame.height == canvasHeight); in isFullFrame() 54 const int canvasHeight = getHeight(); in constructDependencyChain() local 69 isFullFrame(curr, canvasWidth, canvasHeight)) { in constructDependencyChain() 73 (isFullFrame(prev, canvasWidth, canvasHeight) || mIsKeyFrame[i - 1]); in constructDependencyChain() 184 const int canvasHeight = mFrameSequence.getHeight(); in FrameSequenceState_webp() local 185 mPreservedBuffer = new Color8888[canvasWidth * canvasHeight]; in FrameSequenceState_webp() 195 const int canvasHeight = mFrameSequence.getHeight(); in initializeFrame() local 199 for (int y = 0; y < canvasHeight; y++) { in initializeFrame() 205 copyFrame(prevBuffer, prevStride, currBuffer, currStride, canvasWidth, canvasHeight); in initializeFrame() [all …]
|