Searched refs:HeifAuxcBox (Results 1 – 5 of 5) sorted by relevance
20 heif_error HeifAuxcBox::ParseContent(HeifStreamReader &reader) in ParseContent()30 heif_error HeifAuxcBox::Write(HeifStreamWriter &writer) const in Write()
194 MAKE_BOX_CASE("auxC", HeifAuxcBox); in MakeBox()
23 class HeifAuxcBox : public HeifFullBox {25 HeifAuxcBox() : HeifFullBox(BOX_TYPE_AUXC) {} in HeifAuxcBox() function
108 void ItemPropertyAuxBoxTest001(HeifAuxcBox *heifauxcbox, HeifStreamReader &reader, in ItemPropertyAuxBoxTest001()251 auto heifauxcbox = static_cast<HeifAuxcBox*>(objHeiffullbox); in HeifImplFuzzTest001()
582 std::shared_ptr<HeifAuxcBox> auxc = GetProperty<HeifAuxcBox>(auxItemId); in ExtractAuxImage()823 auto auxC = std::make_shared<HeifAuxcBox>(); in SetAuxcProperty()