Lines Matching defs:hvf
1532 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
1541 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) {
1546 if (hvf->vic)
1547 hdmi_log(" HDMI VIC: %u\n", hvf->vic);
1548 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) {
1550 hdmi_3d_structure_get_name(hvf->s3d_struct));
1551 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
1553 hvf->s3d_ext_data);
1764 struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
1796 ret = hdmi_vendor_infoframe_init(hvf);
1800 hvf->length = length;
1805 hvf->s3d_struct = ptr[4] >> 4;
1806 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) {
1809 hvf->s3d_ext_data = ptr[5] >> 4;
1814 hvf->vic = ptr[4];