Lines Matching refs:hvf
1528 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
1537 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) {
1542 if (hvf->vic)
1543 hdmi_log(" HDMI VIC: %u\n", hvf->vic);
1544 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) {
1546 hdmi_3d_structure_get_name(hvf->s3d_struct));
1547 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
1549 hvf->s3d_ext_data);
1760 struct hdmi_vendor_infoframe *hvf = &frame->hdmi;
1792 ret = hdmi_vendor_infoframe_init(hvf);
1796 hvf->length = length;
1801 hvf->s3d_struct = ptr[4] >> 4;
1802 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) {
1805 hvf->s3d_ext_data = ptr[5] >> 4;
1810 hvf->vic = ptr[4];