Home
last modified time | relevance | path

Searched refs:widthStep (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_libopencv.c58 img->widthStep = frame->linesize[0]; in fill_iplimage_from_frame()
63 frame->linesize[0] = img->widthStep; in fill_frame_from_iplimage()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5667 float widthStep = (widthEnd - widthStart) / static_cast<float>(primNum); in TriangleStipGen() local
5674 float widthOffset = widthStart + widthStep * static_cast<float>(j); in TriangleStipGen()
5678 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5679 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()