Home
last modified time | relevance | path

Searched refs:boxBitLength_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.cpp175 for (int i = 0; i < length && pos_ < boxBitLength_; ++i, ++pos_) { in GetWord()
188 while (pos_ < boxBitLength_ && ((nalu[pos_ / ONE_BYTE_SHIFT] >> in GetGolombCode()
296 boxBitLength_ = nalUnits.size() * BIT_DEPTH_DIFF; in ParseNalUnitAnalysisSps()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.h132 uint32_t boxBitLength_ = 0; variable