Searched refs:hvf (Results 1 – 3 of 3) sorted by relevance
1480 const struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_log() local1489 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()1494 if (hvf->vic) in hdmi_vendor_any_infoframe_log()1495 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log()1496 if (hvf->s3d_struct != HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()1498 hdmi_3d_structure_get_name(hvf->s3d_struct)); in hdmi_vendor_any_infoframe_log()1499 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) in hdmi_vendor_any_infoframe_log()1501 hvf->s3d_ext_data); in hdmi_vendor_any_infoframe_log()1711 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack() local1743 ret = hdmi_vendor_infoframe_init(hvf); in hdmi_vendor_any_infoframe_unpack()[all …]
212 --disable-hvf \
6560 struct hdmi_vendor_infoframe *hvf = &frame->hdmi; in hdmi_vendor_any_infoframe_unpack() local6586 ret = hdmi_vendor_infoframe_init(hvf); in hdmi_vendor_any_infoframe_unpack()6590 hvf->length = length; in hdmi_vendor_any_infoframe_unpack()6595 hvf->s3d_struct = ptr[4] >> 4; in hdmi_vendor_any_infoframe_unpack()6596 if (hvf->s3d_struct >= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF) { in hdmi_vendor_any_infoframe_unpack()6599 hvf->s3d_ext_data = ptr[5] >> 4; in hdmi_vendor_any_infoframe_unpack()6604 hvf->vic = ptr[4]; in hdmi_vendor_any_infoframe_unpack()