Home
last modified time | relevance | path

Searched refs:hz60 (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h645 static const v4l2_fract hz60 = { 11, 10 }; variable
659 return hz60;
670 return hz60;
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h645 static const v4l2_fract hz60 = { 11, 10 }; variable
659 return hz60;
670 return hz60;
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h645 static const v4l2_fract hz60 = { 11, 10 }; variable
659 return hz60;
670 return hz60;
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dqvidcap.cpp580 static const v4l2_fract hz60 = { 11, 10 }; in main() local
581 pixelaspect = hz60; in main()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dqvidcap.cpp580 static const v4l2_fract hz60 = { 11, 10 }; in main() local
581 pixelaspect = hz60; in main()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dqvidcap.cpp580 static const v4l2_fract hz60 = { 11, 10 }; in main() local
581 pixelaspect = hz60; in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qml/
H A Dqmlruntime.cpp357 hz60->setChecked(true); in setVideoRate()
385 else if (hz60->isChecked()) in videoRate()