Home
last modified time | relevance | path

Searched refs:boxType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp48 boxType_ = reader.Read32(); in ParseHeader()
60 if (boxType_ == BOX_TYPE_UUID) { in ParseHeader()
246 if (boxType_ == BOX_TYPE_MDAT || boxType_ == BOX_TYPE_IDAT) { in Write()
286 boxType_ = box.boxType_; in SetHeaderInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dheif_box.h30 explicit HeifBox(uint32_t boxType) { boxType_ = boxType; } in HeifBox()
43 uint32_t GetBoxType() const { return boxType_; } in GetBoxType()
45 void SetBoxType(uint32_t type) { boxType_ = type; } in SetBoxType()
96 uint32_t boxType_ = 0; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp326 heifBox. boxType_ = BOX_TYPE_UUID;
H A Dheif_parser_test.cpp395 .box.boxType_ = BOX_TYPE_CDSC,