Searched refs:header_format (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvc1parse.c | 148 header_format_to_string (VC1HeaderFormat header_format) in header_format_to_string() argument 150 return header_formats[header_format].str; in header_format_to_string() 154 header_format_from_string (const gchar * header_format) in header_format_from_string() argument 159 if (strcmp (header_formats[i].str, header_format) == 0) in header_format_from_string() 495 const gchar *stream_format, *header_format; in gst_vc1_parse_renegotiate() local 523 header_format = gst_structure_get_string (s, "header-format"); in gst_vc1_parse_renegotiate() 524 if (!header_format) { in gst_vc1_parse_renegotiate() 526 header_format = header_format_to_string (vc1parse->output_header_format); in gst_vc1_parse_renegotiate() 527 gst_structure_set (s, "header-format", G_TYPE_STRING, header_format, in gst_vc1_parse_renegotiate() 531 header_format_from_string (header_format); in gst_vc1_parse_renegotiate() [all …]
|
/third_party/lz4/examples/ |
D | compress_functions.c | 340 const char *header_format = "|%-14s|%-30s|%14s|%16s|%14s|%14s|\n"; in main() local 344 …printf(header_format, "Source", "Function Benchmarked", "Total Seconds", "Iterations/sec", "ns/Ite… in main() 352 printf(header_format, "", "", "", "", "", ""); in main()
|