Home
last modified time | relevance | path

Searched refs:table_id (Results 1 – 17 of 17) sorted by relevance

/third_party/protobuf/benchmarks/util/
Dbig_query_utils.py50 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument
57 return create_table2(big_query, project_id, dataset_id, table_id, fields,
64 table_id, argument
77 return create_table2(big_query, project_id, dataset_id, table_id, fields,
84 table_id, argument
99 'tableId': table_id
116 print('Warning: Table %s already exists' % table_id)
118 print('Error in creating table: %s. Err: %s' % (table_id,
124 def patch_table(big_query, project_id, dataset_id, table_id, fields_schema): argument
134 'tableId': table_id
[all …]
/third_party/ffmpeg/libavcodec/
Dmjpegenc.c75 int nbits, code, table_id; in mjpeg_encode_picture_frame() local
91 table_id = m->huff_buffer[i].table_id; in mjpeg_encode_picture_frame()
95 total_bits += huff_size[table_id][code] + nbits; in mjpeg_encode_picture_frame()
102 table_id = m->huff_buffer[i].table_id; in mjpeg_encode_picture_frame()
106 put_bits(&s->pb, huff_size[table_id][code], huff_code[table_id][code]); in mjpeg_encode_picture_frame()
138 int table_id = m->huff_buffer[i].table_id; in mjpeg_build_optimal_huffman() local
141 ff_mjpeg_encode_huffman_increment(ctx[table_id], code); in mjpeg_build_optimal_huffman()
328 static inline void ff_mjpeg_encode_code(MJpegContext *s, uint8_t table_id, int code) in ff_mjpeg_encode_code() argument
331 c->table_id = table_id; in ff_mjpeg_encode_code()
343 static void ff_mjpeg_encode_coef(MJpegContext *s, uint8_t table_id, int val, int run) in ff_mjpeg_encode_coef() argument
[all …]
Dmjpegenc.h51 uint8_t table_id; ///< The Huffman table id associated with the data. member
Dmjpegenc_common.c38 static int put_huffman_table(PutBitContext *p, int table_class, int table_id, in put_huffman_table() argument
44 put_bits(p, 4, table_id); in put_huffman_table()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c178 section->pid, section->table_id, section->section_length, min_size); in __common_section_checks()
186 section->table_id); in __common_section_checks()
194 section->pid, section->table_id); in __common_section_checks()
229 copy->table_id = section->table_id; in _gst_mpegts_section_copy()
1037 _identify_section (guint16 pid, guint8 table_id) in _identify_section() argument
1039 switch (table_id) { in _identify_section()
1107 if (table_id >= GST_MTS_TABLE_ID_EVENT_INFORMATION_ACTUAL_TS_PRESENT && in _identify_section()
1108 table_id <= GST_MTS_TABLE_ID_EVENT_INFORMATION_OTHER_TS_SCHEDULE_N) { in _identify_section()
1119 _gst_mpegts_section_init (guint16 pid, guint8 table_id) in _gst_mpegts_section_init() argument
1129 section->table_id = table_id; in _gst_mpegts_section_init()
[all …]
Dgst-dvb-section.c225 eit->actual_stream = (section->table_id == 0x4E || in _parse_eit()
226 (section->table_id >= 0x50 && section->table_id <= 0x5F)); in _parse_eit()
227 eit->present_following = (section->table_id == 0x4E in _parse_eit()
228 || section->table_id == 0x4F); in _parse_eit()
555 nit->actual_network = section->table_id == 0x40; in _parse_nit()
905 sdt->actual_ts = section->table_id == 0x42; in _parse_sdt()
Dgstmpegts-private.h43 G_GNUC_INTERNAL GstMpegtsSection *_gst_mpegts_section_init (guint16 pid, guint8 table_id);
Dgstmpegtssection.h205 guint8 table_id; member
Dgst-scte-section.c277 section->table_id); in _parse_sit()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtspacketizer.c141 find_subtable (GSList * subtables, guint8 table_id, guint16 subtable_extension) in find_subtable() argument
149 if (sub->table_id == table_id in find_subtable()
158 seen_section_before (MpegTSPacketizerStream * stream, guint8 table_id, in seen_section_before() argument
165 subtable = find_subtable (stream->subtables, table_id, subtable_extension); in seen_section_before()
195 mpegts_packetizer_stream_subtable_new (guint8 table_id, in mpegts_packetizer_stream_subtable_new() argument
202 subtable->table_id = table_id; in mpegts_packetizer_stream_subtable_new()
216 stream->table_id = TABLE_ID_UNSET; in mpegts_packetizer_stream_new()
227 stream->table_id = TABLE_ID_UNSET; in mpegts_packetizer_clear_section()
528 find_subtable (stream->subtables, stream->table_id, in mpegts_packetizer_parse_section_header()
542 subtable = mpegts_packetizer_stream_subtable_new (stream->table_id, in mpegts_packetizer_parse_section_header()
[all …]
Dmpegtspacketizer.h81 guint8 table_id; member
323 guint8 table_id; member
Dmpegtsparse.c715 if (section->table_id == 0x02) { in mpegts_parse_tspad_push_section()
720 } else if (section->table_id != 0x00) { in mpegts_parse_tspad_push_section()
730 tspad->program_number, section->table_id); in mpegts_parse_tspad_push_section()
Dmpegtsbase.c1278 section->pid, section->table_id); in mpegts_base_handle_psi()
1347 if (section->table_id != GST_MTS_TABLE_ID_EVENT_INFORMATION_ACTUAL_TS_PRESENT in mpegts_base_get_tags_from_eit()
1348 && section->table_id != in mpegts_base_get_tags_from_eit()
1360 section->subtable_extension, section->table_id, eit->actual_stream, in mpegts_base_get_tags_from_eit()
/third_party/ffmpeg/libavformat/
Drtpdec_jpeg.c70 int table_id, const uint8_t *bits_table, in jpeg_create_huffman_table() argument
75 bytestream2_put_byte(p, table_class << 4 | table_id); in jpeg_create_huffman_table()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1172 if (section->table_id == GST_MPEGTS_SECTION_ATSC_CVCT) { in dump_vct()
1361 table_name = table_id_name (section->table_id); in _on_bus_message()
1366 section->table_id, table_name, section->offset); in _on_bus_message()
/third_party/gstreamer/gstplugins_bad/
DChangeLog132115 We check here that the PID is also consistent with the table_id.
132428 * In order to avoid future clashing between table_id for the various
151659 mpegdefs: Add list of known table_id
151661 to search for which spec a table_id belongs to
151667 Use hex values in more cases (since that's how PID/table_id/... are
151687 mpegtbase: Add more default known PSI table_id
158302 mpegtsparse: check offset when retrieving table_id on malformed packets
158308 Revert "mpegtsparse: check offset when retrieving table_id on malformed packets"
158331 mpegtsparse: check offset when retrieving table_id on malformed packets
174467 TOT tables, with table_id=0x73, don't have a CRC, so don't calcute it
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h86268 u32 table_id; member