hdmi_log
hdmi_log("HDMI infoframe: %s, version %u, length %u\n",
hdmi_log(" colorspace: %s\n",
hdmi_log(" scan mode: %s\n",
hdmi_log(" colorimetry: %s\n",
hdmi_log(" picture aspect: %s\n",
hdmi_log(" active aspect: %s\n",
hdmi_log(" itc: %s\n", frame->itc ? "IT Content" : "No Data");
hdmi_log(" extended colorimetry: %s\n",
hdmi_log(" quantization range: %s\n",
hdmi_log(" nups: %s\n", hdmi_nups_get_name(frame->nups));
hdmi_log(" video code: %u\n", frame->video_code);
hdmi_log(" ycc quantization range: %s\n",
hdmi_log(" hdmi content type: %s\n",
hdmi_log(" pixel repeat: %u\n", frame->pixel_repeat);
hdmi_log(" bar top %u, bottom %u, left %u, right %u\n",
hdmi_log(" vendor: %s\n", buf);
hdmi_log(" product: %s\n", buf);
hdmi_log(" source device information: %s (0x%x)\n",
hdmi_log(" channels: %u\n", frame->channels - 1);
hdmi_log(" channels: Refer to stream header\n");
hdmi_log(" coding type: %s\n",
hdmi_log(" sample size: %s\n",
hdmi_log(" sample frequency: %s\n",
hdmi_log(" coding type ext: %s\n",
hdmi_log(" channel allocation: 0x%x\n",
hdmi_log(" level shift value: %u dB\n",
hdmi_log(" downmix inhibit: %s\n",
hdmi_log(" not a HDMI vendor infoframe\n");
hdmi_log(" empty frame\n");
hdmi_log(" HDMI VIC: %u\n", hvf->vic);
hdmi_log(" 3D structure: %s\n",
hdmi_log(" 3D extension data: %d\n",