Home
last modified time | relevance | path

Searched refs:parse_index (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c222 guint parse_index = 0; in gst_cea708dec_process_dtvcc_packet() local
224 guint8 sequence_number = (dtvcc_buffer[parse_index] & 0xC0) >> 6; in gst_cea708dec_process_dtvcc_packet()
225 guint8 pkt_size = DTVCC_PKT_SIZE (dtvcc_buffer[parse_index] & 0x3F); in gst_cea708dec_process_dtvcc_packet()
228 parse_index += 1; in gst_cea708dec_process_dtvcc_packet()
230 block_size = dtvcc_buffer[parse_index] & 0x1F; in gst_cea708dec_process_dtvcc_packet()
231 service_number = (dtvcc_buffer[parse_index] & 0xE0) >> 5; in gst_cea708dec_process_dtvcc_packet()
232 parse_index += 1; in gst_cea708dec_process_dtvcc_packet()
236 service_number = dtvcc_buffer[parse_index] & 0x3F; in gst_cea708dec_process_dtvcc_packet()
237 parse_index += 1; in gst_cea708dec_process_dtvcc_packet()
251 gst_cea708dec_process_dtvcc_byte (decoder, dtvcc_buffer, parse_index + i); in gst_cea708dec_process_dtvcc_packet()
/third_party/pulseaudio/src/pulsecore/
Dcli-command.c206 static uint32_t parse_index(const char *n) { in parse_index() function
588 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_sink_input_volume()
681 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_source_output_volume()
874 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_update_sink_input_proplist()
917 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_update_source_output_proplist()
960 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_sink_input_mute()
1000 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_source_output_mute()
1082 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_kill_client()
1111 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_kill_sink_input()
1140 if ((idx = parse_index(n)) == PA_IDXSET_INVALID) { in pa_cli_command_kill_source_output()
[all …]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderParse.c250 parse_index(const unsigned **curr, in parse_index() function
277 parse_index(curr, &operand->index[0]); in parse_operand_index()
279 parse_index(curr, &operand->index[1]); in parse_operand_index()