fourcc 118 libheif/box.cc if (m_type == fourcc("uuid")) { fourcc 134 libheif/box.cc if (m_type == fourcc("uuid")) { fourcc 188 libheif/box.cc if (m_type==fourcc("uuid")) { fourcc 235 libheif/box.cc if (m_type==fourcc("uuid")) { fourcc 271 libheif/box.cc if (m_type==fourcc("uuid")) { fourcc 353 libheif/box.cc case fourcc("ftyp"): fourcc 357 libheif/box.cc case fourcc("meta"): fourcc 361 libheif/box.cc case fourcc("hdlr"): fourcc 365 libheif/box.cc case fourcc("pitm"): fourcc 369 libheif/box.cc case fourcc("iloc"): fourcc 373 libheif/box.cc case fourcc("iinf"): fourcc 377 libheif/box.cc case fourcc("infe"): fourcc 381 libheif/box.cc case fourcc("iprp"): fourcc 385 libheif/box.cc case fourcc("ipco"): fourcc 389 libheif/box.cc case fourcc("ipma"): fourcc 393 libheif/box.cc case fourcc("ispe"): fourcc 397 libheif/box.cc case fourcc("auxC"): fourcc 401 libheif/box.cc case fourcc("irot"): fourcc 405 libheif/box.cc case fourcc("imir"): fourcc 409 libheif/box.cc case fourcc("clap"): fourcc 413 libheif/box.cc case fourcc("iref"): fourcc 417 libheif/box.cc case fourcc("hvcC"): fourcc 421 libheif/box.cc case fourcc("idat"): fourcc 425 libheif/box.cc case fourcc("grpl"): fourcc 429 libheif/box.cc case fourcc("dinf"): fourcc 433 libheif/box.cc case fourcc("dref"): fourcc 437 libheif/box.cc case fourcc("url "): fourcc 1233 libheif/box.cc writer.write32(fourcc("mdat")); fourcc 1328 libheif/box.cc if (item_type == fourcc("mime")) { fourcc 1332 libheif/box.cc else if (item_type == fourcc("uri ")) { fourcc 191 libheif/box.h Box_ftyp() { set_short_type(fourcc("ftyp")); set_is_full_box(false); } fourcc 219 libheif/box.h Box_meta() { set_short_type(fourcc("meta")); set_is_full_box(true); } fourcc 231 libheif/box.h Box_hdlr() { set_short_type(fourcc("hdlr")); set_is_full_box(true); } fourcc 247 libheif/box.h uint32_t m_handler_type = fourcc("pict"); fourcc 255 libheif/box.h Box_pitm() { set_short_type(fourcc("pitm")); set_is_full_box(true); } fourcc 278 libheif/box.h Box_iloc() { set_short_type(fourcc("iloc")); set_is_full_box(true); } fourcc 349 libheif/box.h Box_infe() { set_short_type(fourcc("infe")); set_is_full_box(true); } fourcc 396 libheif/box.h Box_iinf() { set_short_type(fourcc("iinf")); set_is_full_box(true); } fourcc 414 libheif/box.h Box_iprp() { set_short_type(fourcc("iprp")); set_is_full_box(false); } fourcc 426 libheif/box.h Box_ipco() { set_short_type(fourcc("ipco")); set_is_full_box(false); } fourcc 451 libheif/box.h Box_ispe() { set_short_type(fourcc("ispe")); set_is_full_box(true); } fourcc 477 libheif/box.h Box_ipma() { set_short_type(fourcc("ipma")); set_is_full_box(true); } fourcc 510 libheif/box.h Box_auxC() { set_short_type(fourcc("auxC")); set_is_full_box(true); } fourcc 594 libheif/box.h Box_iref() { set_short_type(fourcc("iref")); set_is_full_box(true); } fourcc 625 libheif/box.h Box_hvcC() { set_short_type(fourcc("hvcC")); set_is_full_box(false); } fourcc 498 libheif/heif_context.cc if (type==fourcc("thmb")) { fourcc 527 libheif/heif_context.cc else if (type==fourcc("auxl")) { fourcc 687 libheif/heif_context.cc if (type == fourcc("cdsc")) { fourcc 1490 libheif/heif_context.cc m_heif_context->m_heif_file->add_iref_reference(alpha_image_id, fourcc("auxl"), { m_id }); fourcc 1581 libheif/heif_context.cc fourcc("thmb"), { master_image->get_id() }); fourcc 1653 libheif/heif_context.cc fourcc("cdsc"), { master_image->get_id() }); fourcc 1687 libheif/heif_context.cc fourcc("cdsc"), { master_image->get_id() }); fourcc 118 libheif/heif_file.cc m_ftyp_box->set_major_brand(fourcc("heic")); fourcc 120 libheif/heif_file.cc m_ftyp_box->add_compatible_brand(fourcc("mif1")); fourcc 121 libheif/heif_file.cc m_ftyp_box->add_compatible_brand(fourcc("heic")); fourcc 176 libheif/heif_file.cc if (box->get_short_type() == fourcc("meta")) { fourcc 180 libheif/heif_file.cc if (box->get_short_type() == fourcc("ftyp")) { fourcc 194 libheif/heif_file.cc if (!m_ftyp_box->has_compatible_brand(fourcc("heic"))) { fourcc 209 libheif/heif_file.cc m_hdlr_box = std::dynamic_pointer_cast<Box_hdlr>(m_meta_box->get_child_box(fourcc("hdlr"))); fourcc 215 libheif/heif_file.cc if (m_hdlr_box->get_handler_type() != fourcc("pict")) { fourcc 223 libheif/heif_file.cc m_pitm_box = std::dynamic_pointer_cast<Box_pitm>(m_meta_box->get_child_box(fourcc("pitm"))); fourcc 229 libheif/heif_file.cc m_iprp_box = std::dynamic_pointer_cast<Box_iprp>(m_meta_box->get_child_box(fourcc("iprp"))); fourcc 235 libheif/heif_file.cc m_ipco_box = std::dynamic_pointer_cast<Box_ipco>(m_iprp_box->get_child_box(fourcc("ipco"))); fourcc 241 libheif/heif_file.cc m_ipma_box = std::dynamic_pointer_cast<Box_ipma>(m_iprp_box->get_child_box(fourcc("ipma"))); fourcc 247 libheif/heif_file.cc m_iloc_box = std::dynamic_pointer_cast<Box_iloc>(m_meta_box->get_child_box(fourcc("iloc"))); fourcc 253 libheif/heif_file.cc m_idat_box = std::dynamic_pointer_cast<Box_idat>(m_meta_box->get_child_box(fourcc("idat"))); fourcc 255 libheif/heif_file.cc m_iref_box = std::dynamic_pointer_cast<Box_iref>(m_meta_box->get_child_box(fourcc("iref"))); fourcc 257 libheif/heif_file.cc m_iinf_box = std::dynamic_pointer_cast<Box_iinf>(m_meta_box->get_child_box(fourcc("iinf"))); fourcc 267 libheif/heif_file.cc std::vector<std::shared_ptr<Box>> infe_boxes = m_iinf_box->get_child_boxes(fourcc("infe")); fourcc 398 libheif/heif_file.cc if (prop.property->get_short_type() == fourcc("hvcC")) { fourcc 501 libheif/heif_file.cc fourcc("hvcC"))); fourcc 518 libheif/heif_file.cc fourcc("hvcC"))); fourcc 538 libheif/heif_file.cc fourcc("hvcC")));