Home
last modified time | relevance | path

Searched refs:nalUnits (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.cpp200 if (nalUnits.empty()) { in GetNaluTypeId()
312 ProfileTierLevel(nalUnits, in ParseSpsSyntax()
336 GetGolombCode(nalUnits); in ParseSpsSyntax()
337 GetGolombCode(nalUnits); in ParseSpsSyntax()
338 GetGolombCode(nalUnits); in ParseSpsSyntax()
340 GetGolombCode(nalUnits); in ParseSpsSyntax()
341 GetGolombCode(nalUnits); in ParseSpsSyntax()
342 GetGolombCode(nalUnits); in ParseSpsSyntax()
343 GetGolombCode(nalUnits); in ParseSpsSyntax()
344 GetGolombCode(nalUnits); in ParseSpsSyntax()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.h76 std::vector<std::vector<uint8_t>> nalUnits; member
111 bool ParseNalUnitAnalysisSps(std::vector<uint8_t>& nalUnits);
113 bool ParseSpsSyntax(std::vector<uint8_t> &nalUnits);
115 bool ParseSpsSyntaxScalingList(std::vector<uint8_t>& nalUnits);
117 void ParseSpsScallListData(std::vector<uint8_t> &nalUnits);
119 bool ParseSpsVuiParameter(std::vector<uint8_t> &nalUnits);
121 void ReadGolombCodesForSizeId(std::vector<uint8_t> &nalUnits, int sizeId);
125 …eif_error ParseNalUnitArray(HeifStreamReader& reader, std::vector<std::vector<uint8_t>>& nalUnits);