Home
last modified time | relevance | path

Searched defs:nalUnitType (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.h45 uint8_t nalUnitType; member
75 uint8_t nalUnitType; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp426 int nalUnitType = data[naluPos] & 0x1f; // get H.264 nal_unit_type in CanDropAvcPkt() local
441 int nalUnitType = (data[naluPos] >> 1) & 0x3f; // get H.265 nal_unit_type in CanDropHevcPkt() local