/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 | 207 GST_DEBUG ("Freeing section type %d", section->section_type); in _gst_mpegts_section_free() 227 copy->section_type = section->section_type; in _gst_mpegts_section_copy() 294 switch (section->section_type) { in _mpegts_section_get_structure() 517 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_PAT, NULL); in gst_mpegts_section_get_pat() 789 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_PMT, NULL); in gst_mpegts_section_get_pmt() 995 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_CAT, NULL); in gst_mpegts_section_get_cat() 1024 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_TSDT, NULL); in gst_mpegts_section_get_tsdt() 1131 section->section_type = _identify_section (pid, table_id); in _gst_mpegts_section_init() 1150 switch (section->section_type) { in _packetize_common_section()
|
D | gstmpegtssection.h | 37 #define GST_MPEGTS_SECTION_TYPE(section) (GST_MPEGTS_SECTION (section)->section_type) 202 GstMpegtsSectionType section_type; member
|
D | gst-dvb-section.c | 300 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_EIT, NULL); in gst_mpegts_section_get_eit() 475 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_BAT, NULL); in gst_mpegts_section_get_bat() 655 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_NIT, NULL); in gst_mpegts_section_get_nit() 982 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_SDT, NULL); in gst_mpegts_section_get_sdt() 1171 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_TDT, NULL); in gst_mpegts_section_get_tdt() 1246 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_TOT, NULL); in gst_mpegts_section_get_tot() 1402 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_SIT, NULL); in gst_mpegts_section_get_sit()
|
D | gst-atsc-section.c | 264 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_TVCT, in gst_mpegts_section_get_atsc_tvct() 288 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_CVCT, in gst_mpegts_section_get_atsc_cvct() 557 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_MGT, in gst_mpegts_section_get_atsc_mgt() 1057 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_EIT, in gst_mpegts_section_get_atsc_eit() 1144 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_ETT, in gst_mpegts_section_get_atsc_ett() 1314 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_STT, in gst_mpegts_section_get_atsc_stt() 1690 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_RRT, in gst_mpegts_section_get_atsc_rrt()
|
D | gst-scte-section.c | 435 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_SCTE_SIT, in gst_mpegts_section_get_scte_sit()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | bitcode.cpp | 75 enum binary::section::type section_type) { in build_module_library() argument 78 b.secs.emplace_back(0, section_type, code.size(), code); in build_module_library()
|
/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/mesa3d/src/gallium/frontends/clover/llvm/ |
D | codegen.hpp | 46 enum binary::section::type section_type);
|
/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/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
D | cper.h | 137 lguid_t section_type; member
|
D | erst-inject.c | 116 sec_hdr->section_type = CPER_SEC_PLATFORM_MEM; in inject()
|
/third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.cpp | 124 enum binary::section::type section_type) { in make_text_section() argument 126 binary::section text { 0, section_type, header.num_bytes, {} }; in make_text_section() 824 const auto section_type = create_library ? binary::section::text_library : in link_program() local 882 b.secs.emplace_back(make_text_section(final_binary, section_type)); in link_program()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gstdv1394src.c | 484 int section_type = p[0] >> 5; /* section type is in bits 5 - 7 */ in gst_dv1394src_iso_receive() local 491 if (section_type == 0 && dif_sequence == 0) { // dif header in gst_dv1394src_iso_receive() 547 switch (section_type) { in gst_dv1394src_iso_receive()
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 210 Elf_Xword get_default_entry_size( Elf_Word section_type ) const in get_default_entry_size() 212 switch ( section_type ) { in get_default_entry_size()
|
D | elfio_dump.hpp | 992 STR_FUNC_TABLE( section_type )
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmux.c | 350 section->section_type); in tsmux_add_mpegts_si_section() 356 GINT_TO_POINTER (section->section_type), tsmux_section); in tsmux_add_mpegts_si_section() 1292 section->section_type); in tsmux_send_section()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/ |
D | ts-parser.c | 1365 enum_name (GST_TYPE_MPEGTS_SECTION_TYPE, section->section_type), in _on_bus_message()
|