Home
last modified time | relevance | path

Searched refs:s_ycbcr_enc (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-colors.cpp532 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_709); in testColorsFmt()
535 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_SMPTE240M); in testColorsFmt()
538 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_BT2020); in testColorsFmt()
541 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_601); in testColorsFmt()
H A Dv4l2-test-formats.cpp828 fmt_out.s_ycbcr_enc(ycbcr_enc); in testM2MFormats()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-colors.cpp532 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_709); in testColorsFmt()
535 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_SMPTE240M); in testColorsFmt()
538 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_BT2020); in testColorsFmt()
541 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_601); in testColorsFmt()
H A Dv4l2-test-formats.cpp828 fmt_out.s_ycbcr_enc(ycbcr_enc); in testM2MFormats()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-colors.cpp532 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_709); in testColorsFmt()
535 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_SMPTE240M); in testColorsFmt()
538 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_BT2020); in testColorsFmt()
541 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_601); in testColorsFmt()
H A Dv4l2-test-formats.cpp828 fmt_out.s_ycbcr_enc(ycbcr_enc); in testM2MFormats()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp991 fmt.s_ycbcr_enc(m_overrideHSVEnc); in setV4LFormat()
993 fmt.s_ycbcr_enc(m_overrideYCbCrEnc); in setV4LFormat()
1046 m_v4l_fmt.s_ycbcr_enc(fmt.g_hsv_enc()); in setV4LFormat()
1048 m_v4l_fmt.s_ycbcr_enc(V4L2_MAP_YCBCR_ENC_DEFAULT(m_v4l_fmt.g_colorspace())); in setV4LFormat()
1554 m_v4l_fmt.s_ycbcr_enc(hsv_encs[m_testState.hsv_enc_idx]); in tpgUpdateFrame()
1556 m_v4l_fmt.s_ycbcr_enc(ycbcr_encs[m_testState.ycbcr_enc_idx]); in tpgUpdateFrame()
H A Dqvidcap.cpp407 fmt.s_ycbcr_enc(read_u32(sock_fd)); in initSocket()
728 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_DEFAULT); in main()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp991 fmt.s_ycbcr_enc(m_overrideHSVEnc); in setV4LFormat()
993 fmt.s_ycbcr_enc(m_overrideYCbCrEnc); in setV4LFormat()
1046 m_v4l_fmt.s_ycbcr_enc(fmt.g_hsv_enc()); in setV4LFormat()
1048 m_v4l_fmt.s_ycbcr_enc(V4L2_MAP_YCBCR_ENC_DEFAULT(m_v4l_fmt.g_colorspace())); in setV4LFormat()
1554 m_v4l_fmt.s_ycbcr_enc(hsv_encs[m_testState.hsv_enc_idx]); in tpgUpdateFrame()
1556 m_v4l_fmt.s_ycbcr_enc(ycbcr_encs[m_testState.ycbcr_enc_idx]); in tpgUpdateFrame()
H A Dqvidcap.cpp407 fmt.s_ycbcr_enc(read_u32(sock_fd)); in initSocket()
728 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_DEFAULT); in main()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcapture.cpp991 fmt.s_ycbcr_enc(m_overrideHSVEnc); in setV4LFormat()
993 fmt.s_ycbcr_enc(m_overrideYCbCrEnc); in setV4LFormat()
1046 m_v4l_fmt.s_ycbcr_enc(fmt.g_hsv_enc()); in setV4LFormat()
1048 m_v4l_fmt.s_ycbcr_enc(V4L2_MAP_YCBCR_ENC_DEFAULT(m_v4l_fmt.g_colorspace())); in setV4LFormat()
1554 m_v4l_fmt.s_ycbcr_enc(hsv_encs[m_testState.hsv_enc_idx]); in tpgUpdateFrame()
1556 m_v4l_fmt.s_ycbcr_enc(ycbcr_encs[m_testState.ycbcr_enc_idx]); in tpgUpdateFrame()
H A Dqvidcap.cpp407 fmt.s_ycbcr_enc(read_u32(sock_fd)); in initSocket()
728 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_DEFAULT); in main()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.cpp1393 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in colorspaceChanged()
1407 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in xferFuncChanged()
1421 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(idx).toInt()); in ycbcrEncChanged()
1435 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in quantRangeChanged()
1449 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_DEFAULT); in clearColorspace()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.cpp1393 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in colorspaceChanged()
1407 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in xferFuncChanged()
1421 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(idx).toInt()); in ycbcrEncChanged()
1435 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in quantRangeChanged()
1449 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_DEFAULT); in clearColorspace()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qv4l2/
H A Dgeneral-tab.cpp1393 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in colorspaceChanged()
1407 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in xferFuncChanged()
1421 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(idx).toInt()); in ycbcrEncChanged()
1435 fmt.s_ycbcr_enc(m_ycbcrEnc->itemData(m_ycbcrEnc->currentIndex()).toInt()); in quantRangeChanged()
1449 fmt.s_ycbcr_enc(V4L2_YCBCR_ENC_DEFAULT); in clearColorspace()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h710 void s_ycbcr_enc(unsigned ycbcr_enc) { v4l_format_s_ycbcr_enc(this, ycbcr_enc); } in s_ycbcr_enc() function
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h710 void s_ycbcr_enc(unsigned ycbcr_enc) { v4l_format_s_ycbcr_enc(this, ycbcr_enc); } in s_ycbcr_enc() function
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h710 void s_ycbcr_enc(unsigned ycbcr_enc) { v4l_format_s_ycbcr_enc(this, ycbcr_enc); } in s_ycbcr_enc() function
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-streaming.cpp2008 cfmt.s_ycbcr_enc(read_u32(fin)); in open_input_file()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-streaming.cpp2008 cfmt.s_ycbcr_enc(read_u32(fin)); in open_input_file()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-streaming.cpp2008 cfmt.s_ycbcr_enc(read_u32(fin)); in open_input_file()