Lines Matching defs:hvf
1480 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
1489 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) {
1494 if (hvf->vic)
1495 hdmi_log(" HDMI VIC: %u\n", hvf->vic);
1496 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) {
1498 hdmi_3d_structure_get_name(hvf->s3d_struct));
1499 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
1501 hvf->s3d_ext_data);
1711 struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
1743 ret = hdmi_vendor_infoframe_init(hvf);
1747 hvf->length = length;
1752 hvf->s3d_struct = ptr[4] >> 4;
1753 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) {
1756 hvf->s3d_ext_data = ptr[5] >> 4;
1761 hvf->vic = ptr[4];