Home
last modified time | relevance | path

Searched refs:command_length (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-scte-section.c643 gsize length, command_length, descriptor_length; in _packetize_sit() local
681 command_length = 0; in _packetize_sit()
686 command_length += 5; in _packetize_sit()
689 command_length += 5; in _packetize_sit()
695 command_length += 5; in _packetize_sit()
697 command_length += 1; in _packetize_sit()
701 command_length += 4; in _packetize_sit()
707 command_length += 1; in _packetize_sit()
714 command_length += 1; in _packetize_sit()
718 command_length += 5; in _packetize_sit()
[all …]
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_proto_common.py85 print(' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias))
87 print(' const GLuint cmdlen = %s;' % (f.command_length()))
DglX_XML.py364 def command_length(self): member in glx_function
/third_party/jerryscript/jerry-main/
Dcli.c268 int command_length = (int) strlen (command_name_p); in cli_opt_usage() local
270 if (length + 1 + command_length > CLI_LINE_LENGTH) in cli_opt_usage()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c1794 int command_length = 0; in gst_cea708dec_process_c3() local
1800 command_length = dtvcc_buffer[index + 1] & 0x3F; in gst_cea708dec_process_c3()
1801 decoder->output_ignore = command_length + 2; in gst_cea708dec_process_c3()