Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java51 static VideoFrame createFrame(int width, int height, int rotationDegree) { in createFrame() method in SurfaceViewRendererOnMeasureTest
173 final VideoFrame frame = createFrame(unrotatedWidth, unrotatedHeight, rotationDegree); in testFrame1280x720()
/external/swiftshader/src/Vulkan/Debug/
DContext.hpp100 std::shared_ptr<Frame> createFrame(
DThread.cpp96 frame = lock.createFrame(file, function); in enter()
DContext.cpp377 std::shared_ptr<Frame> Context::Lock::createFrame( in createFrame() function in vk::dbg::Context::Lock