/third_party/ffmpeg/libavcodec/ |
D | hapqa_extract_bsf.c | 38 static int check_texture(HapqaExtractContext *ctx, int section_type) { in check_texture() argument 39 if (((ctx->texture == 0)&&((section_type & 0x0F) == 0x0F)) || /* HapQ texture and rgb extract */ in check_texture() 40 …((ctx->texture == 1)&&((section_type & 0x0F) == 0x01))) /* HapAlphaOnly texture and alpha extract … in check_texture() 53 enum HapSectionType section_type; in hapqa_extract() local 63 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_type); in hapqa_extract() 67 if ((section_type & 0x0F) != 0x0D) { in hapqa_extract() 68 av_log(bsf, AV_LOG_ERROR, "Invalid section type for HAPQA %#04x.\n", section_type & 0x0F); in hapqa_extract() 77 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_type); in hapqa_extract() 83 if (check_texture(ctx, section_type) == 0) { /* the texture is not the one to keep */ in hapqa_extract() 86 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_type); in hapqa_extract() [all …]
|
D | hapdec.c | 50 enum HapSectionType section_type; in hap_parse_decode_instructions() local 56 ret = ff_hap_parse_section_header(gbc, §ion_size, §ion_type); in hap_parse_decode_instructions() 62 switch (section_type) { in hap_parse_decode_instructions() 135 enum HapSectionType section_type; in hap_parse_frame_header() local 139 ret = ff_hap_parse_section_header(gbc, &ctx->texture_section_size, §ion_type); in hap_parse_frame_header() 143 if ((avctx->codec_tag == MKTAG('H','a','p','1') && (section_type & 0x0F) != HAP_FMT_RGBDXT1) || in hap_parse_frame_header() 144 (avctx->codec_tag == MKTAG('H','a','p','5') && (section_type & 0x0F) != HAP_FMT_RGBADXT5) || in hap_parse_frame_header() 145 … (avctx->codec_tag == MKTAG('H','a','p','Y') && (section_type & 0x0F) != HAP_FMT_YCOCGDXT5) || in hap_parse_frame_header() 146 (avctx->codec_tag == MKTAG('H','a','p','A') && (section_type & 0x0F) != HAP_FMT_RGTC1) || in hap_parse_frame_header() 147 ((avctx->codec_tag == MKTAG('H','a','p','M') && (section_type & 0x0F) != HAP_FMT_RGTC1) && in hap_parse_frame_header() [all …]
|
D | hap.c | 58 enum HapSectionType *section_type) in ff_hap_parse_section_header() argument 64 *section_type = bytestream2_get_byte(gbc); in ff_hap_parse_section_header()
|
D | hap.h | 110 enum HapSectionType *section_type);
|
D | hapenc.c | 78 enum HapSectionType section_type) in hap_write_section_header() argument 85 bytestream2_put_byte(pbc, section_type); in hap_write_section_header()
|
/third_party/boost/boost/log/utility/setup/ |
D | settings.hpp | 122 >::type section_type; typedef in boost::basic_settings_section::ref 125 section_type& m_section; 129 ref(section_type& section, std::string const& section_name) : in ref() 134 ref(section_type& section, const char* section_name) : in ref() 212 operator section_type () const in operator section_type() 217 section_type get_section() const in get_section() 220 return section_type(m_section.m_ptree->get_child_optional(m_path).get_ptr()); in get_section() 222 return section_type(); in get_section()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gstmpegtssection.c | 185 GST_DEBUG ("Freeing section type %d", section->section_type); in _gst_mpegts_section_free() 205 copy->section_type = section->section_type; in _gst_mpegts_section_copy() 272 switch (section->section_type) { in _mpegts_section_get_structure() 478 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_PAT, NULL); in gst_mpegts_section_get_pat() 749 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_PMT, NULL); in gst_mpegts_section_get_pmt() 951 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_CAT, NULL); in gst_mpegts_section_get_cat() 978 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_TSDT, NULL); in gst_mpegts_section_get_tsdt() 1107 section->section_type = _identify_section (pid, table_id); in _gst_mpegts_section_init() 1126 switch (section->section_type) { in _packetize_common_section()
|
D | gstmpegtssection.h | 37 #define GST_MPEGTS_SECTION_TYPE(section) (GST_MPEGTS_SECTION (section)->section_type) 143 GstMpegtsSectionType section_type; member
|
D | gst-atsc-section.c | 220 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_TVCT, in gst_mpegts_section_get_atsc_tvct() 244 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_CVCT, in gst_mpegts_section_get_atsc_cvct() 388 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_MGT, in gst_mpegts_section_get_atsc_mgt() 730 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_EIT, in gst_mpegts_section_get_atsc_eit() 817 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_ETT, in gst_mpegts_section_get_atsc_ett() 909 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_STT, in gst_mpegts_section_get_atsc_stt()
|
D | gst-dvb-section.c | 254 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_EIT, NULL); in gst_mpegts_section_get_eit() 430 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_BAT, NULL); in gst_mpegts_section_get_bat() 611 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_NIT, NULL); in gst_mpegts_section_get_nit() 939 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_SDT, NULL); in gst_mpegts_section_get_sdt() 1128 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_TDT, NULL); in gst_mpegts_section_get_tdt() 1203 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_TOT, NULL); in gst_mpegts_section_get_tot()
|
/third_party/boost/tools/quickbook/src/ |
D | files.cpp | 193 section_types section_type; member 201 , section_type(section_type_) in mapped_file_section() 266 mapped_sections.back().section_type != in add_empty_mapped_file_section() 291 switch (section->section_type) { in to_original_pos() 451 i->section_type)); in add() 458 i->section_type)); in add()
|
/third_party/boost/boost/geometry/algorithms/detail/sections/ |
D | sectionalize.hpp | 442 typedef typename boost::range_value<Sections>::type section_type; in apply() typedef 445 (static_cast<std::size_t>(section_type::dimension_count) in apply() 463 section_type section; in apply() 529 section = section_type(); in apply() 1016 typedef typename boost::range_value<Sections>::type section_type; in sectionalize() typedef 1022 typename section_type::box_type in sectionalize()
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | turn_in_original_visitor.hpp | 177 typedef typename boost::range_value<sections_type const>::type section_type; in point_in_original() typedef 187 section_type const& section = *it; in point_in_original()
|
/third_party/boost/libs/geometry/test/algorithms/detail/sections/ |
D | sectionalize.cpp | 44 typedef typename boost::range_value<sections_type>::type section_type; in test_sectionalize_part() typedef 54 section_type section; in test_sectionalize_part()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gstdv1394src.c | 483 int section_type = p[0] >> 5; /* section type is in bits 5 - 7 */ in gst_dv1394src_iso_receive() local 490 if (section_type == 0 && dif_sequence == 0) { // dif header in gst_dv1394src_iso_receive() 546 switch (section_type) { in gst_dv1394src_iso_receive()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmux.c | 313 section->section_type); in tsmux_add_mpegts_si_section() 319 GINT_TO_POINTER (section->section_type), tsmux_section); in tsmux_add_mpegts_si_section()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/ |
D | ts-parser.c | 1187 enum_name (GST_TYPE_MPEGTS_SECTION_TYPE, section->section_type), in _on_bus_message()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsbase.c | 1159 switch (section->section_type) { in mpegts_base_handle_psi()
|