• Home
  • Raw
  • Download

Lines Matching refs:tcmi

401 atom_tcmi_init (AtomTCMI * tcmi)  in atom_tcmi_init()  argument
405 atom_full_init (&tcmi->header, FOURCC_tcmi, 0, 0, 0, flags); in atom_tcmi_init()
409 atom_tcmi_clear (AtomTCMI * tcmi) in atom_tcmi_clear() argument
411 atom_full_clear (&tcmi->header); in atom_tcmi_clear()
412 tcmi->text_font = 0; in atom_tcmi_clear()
413 tcmi->text_face = 0; in atom_tcmi_clear()
414 tcmi->text_size = 0; in atom_tcmi_clear()
415 tcmi->text_color[0] = 0; in atom_tcmi_clear()
416 tcmi->text_color[1] = 0; in atom_tcmi_clear()
417 tcmi->text_color[2] = 0; in atom_tcmi_clear()
418 tcmi->bg_color[0] = 0; in atom_tcmi_clear()
419 tcmi->bg_color[1] = 0; in atom_tcmi_clear()
420 tcmi->bg_color[2] = 0; in atom_tcmi_clear()
421 g_free (tcmi->font_name); in atom_tcmi_clear()
422 tcmi->font_name = NULL; in atom_tcmi_clear()
431 atom_tcmi_init (&tmcd->tcmi); in atom_tmcd_new()
440 atom_tcmi_clear (&tmcd->tcmi); in atom_tmcd_free()
1912 atom_tcmi_copy_data (AtomTCMI * tcmi, guint8 ** buffer, guint64 * size, in atom_tcmi_copy_data() argument
1917 if (!atom_full_copy_data (&tcmi->header, buffer, size, offset)) { in atom_tcmi_copy_data()
1920 prop_copy_uint16 (tcmi->text_font, buffer, size, offset); in atom_tcmi_copy_data()
1921 prop_copy_uint16 (tcmi->text_face, buffer, size, offset); in atom_tcmi_copy_data()
1922 prop_copy_uint16 (tcmi->text_size, buffer, size, offset); in atom_tcmi_copy_data()
1923 prop_copy_uint16 (tcmi->text_color[0], buffer, size, offset); in atom_tcmi_copy_data()
1924 prop_copy_uint16 (tcmi->text_color[1], buffer, size, offset); in atom_tcmi_copy_data()
1925 prop_copy_uint16 (tcmi->text_color[2], buffer, size, offset); in atom_tcmi_copy_data()
1926 prop_copy_uint16 (tcmi->bg_color[0], buffer, size, offset); in atom_tcmi_copy_data()
1927 prop_copy_uint16 (tcmi->bg_color[1], buffer, size, offset); in atom_tcmi_copy_data()
1928 prop_copy_uint16 (tcmi->bg_color[2], buffer, size, offset); in atom_tcmi_copy_data()
1931 prop_copy_size_string ((guint8 *) tcmi->font_name, strlen (tcmi->font_name), in atom_tcmi_copy_data()
1947 if (!atom_tcmi_copy_data (&tmcd->tcmi, buffer, size, offset)) { in atom_tmcd_copy_data()
4251 gmhd->tmcd->tcmi.text_size = 12; in atom_trak_set_timecode_type()
4252 gmhd->tmcd->tcmi.font_name = g_strdup ("Chicago"); /* Pascal string */ in atom_trak_set_timecode_type()