Home
last modified time | relevance | path

Searched refs:copyFrame (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp177 static void copyFrame(const Color8888* src, int srcStride, Color8888* dst, int dstStride, in copyFrame() function
217 copyFrame(prevBuffer, prevStride, currBuffer, currStride, canvasWidth, canvasHeight); in initializeFrame()
360 copyFrame(currBuffer, currStride, outputPtr, outputPixelStride, canvasWidth, canvasHeight); in drawFrame()
/aosp12/frameworks/av/cmds/screenrecord/
H A DFrameOutput.h48 status_t copyFrame(FILE* fp, long timeoutUsec, bool rawFrames);
H A DFrameOutput.cpp90 status_t FrameOutput::copyFrame(FILE* fp, long timeoutUsec, bool rawFrames) { in copyFrame() function in FrameOutput
H A Dscreenrecord.cpp854 err = frameOutput->copyFrame(rawFp, 250000, rawFrames); in recordScreen()