summaryrefslogtreecommitdiff
path: root/test/geometry.cpp
AgeCommit message (Expand)Author
2020-10-27test: geometry: Add unit tests for new geometry helper functionsDavid Plowman
2020-08-03libcamera: geometry: Add isNull() function to Rectangle classJacopo Mondi
2020-07-15libcamera: geometry: Provide in-place versions of the Size helpersLaurent Pinchart
2020-07-15libcamera: geometry: Add helper functions to the Size classLaurent Pinchart
2020-06-29libcamera: geometry: Add isNull() function to Size classLaurent Pinchart
2019-04-18test: geometry: Add tests for Size class comparison operatorsLaurent Pinchart
c3(1.164, 1.164, 1.164), vec3(0.000, -0.392, 2.017), vec3(1.596, -0.813, 0.000) ); yuv.x = texture2D(tex_y, textureOut).r - 0.063; yuv.y = texture2D(tex_u, textureOut).r - 0.500; yuv.z = texture2D(tex_v, textureOut).r - 0.500; rgb = yuv2rgb_bt601_mat * yuv; gl_FragColor = vec4(rgb, 1.0); }