Home
last modified time | relevance | path

Searched refs:numTemporalLayers (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.h39 uint8_t numTemporalLayers; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.cpp87 config_.numTemporalLayers = (tempByte >> NUM_TEMPORAL_LAYERS_SHIFT) & 0x07; in ParseContent()
151 ((config.numTemporalLayers & 0x07) << NUM_TEMPORAL_LAYERS_SHIFT) | in Write()