Searched refs:createFrame (Results 1 – 4 of 4) sorted by relevance
51 static VideoFrame createFrame(int width, int height, int rotationDegree) { in createFrame() method in SurfaceViewRendererOnMeasureTest173 final VideoFrame frame = createFrame(unrotatedWidth, unrotatedHeight, rotationDegree); in testFrame1280x720()
100 std::shared_ptr<Frame> createFrame(
96 frame = lock.createFrame(file, function); in enter()
377 std::shared_ptr<Frame> Context::Lock::createFrame( in createFrame() function in vk::dbg::Context::Lock