Searched refs:fSWScaleCtx (Results 1 – 2 of 2) sorted by relevance
119 if (fSWScaleCtx) { in ~SkVideoEncoder()120 sws_freeContext(fSWScaleCtx); in ~SkVideoEncoder()250 fSWScaleCtx = sws_getCachedContext(fSWScaleCtx, in beginRecording()254 return fSWScaleCtx != nullptr; in beginRecording()274 sws_scale(fSWScaleCtx, src, strides, 0, fInfo.height(), fFrame->data, fFrame->linesize); in addFrame()
67 SwsContext* fSWScaleCtx = nullptr; variable