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: %.8s\n", frame->vendor);
hdmi_log(" product: %.16s\n", frame->product);
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("length: %d\n", frame->length);
hdmi_log("metadata type: %d\n", frame->metadata_type);
hdmi_log("eotf: %d\n", frame->eotf);
hdmi_log("x[%d]: %d\n", i, frame->display_primaries[i].x);
hdmi_log("y[%d]: %d\n", i, frame->display_primaries[i].y);
hdmi_log("white point x: %d\n", frame->white_point.x);
hdmi_log("white point y: %d\n", frame->white_point.y);
hdmi_log("max_display_mastering_luminance: %d\n",
hdmi_log("min_display_mastering_luminance: %d\n",
hdmi_log("max_cll: %d\n", frame->max_cll);
hdmi_log("max_fall: %d\n", frame->max_fall);
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",