Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.h40 uint8_t temporalIdNested; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.cpp88 config_.temporalIdNested = (tempByte >> TEMPORAL_ID_NESTED_SHIFT) & 0x01; in ParseContent()
152 ((config.temporalIdNested & 0x01) << TEMPORAL_ID_NESTED_SHIFT) | in Write()