Searched refs:BitstreamRemarkContainerType (Results 1 – 5 of 5) sorted by relevance
21 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper()208 case BitstreamRemarkContainerType::SeparateRemarksMeta: in setupBlockInfo()214 case BitstreamRemarkContainerType::SeparateRemarksFile: in setupBlockInfo()220 case BitstreamRemarkContainerType::Standalone: in setupBlockInfo()247 case BitstreamRemarkContainerType::SeparateRemarksMeta: in emitMetaBlock()253 case BitstreamRemarkContainerType::SeparateRemarksFile: in emitMetaBlock()257 case BitstreamRemarkContainerType::Standalone: in emitMetaBlock()330 Helper(BitstreamRemarkContainerType::SeparateRemarksFile) { in BitstreamRemarkSerializer()344 : BitstreamRemarkContainerType::Standalone) { in BitstreamRemarkSerializer()371 BitstreamRemarkContainerType::SeparateRemarksMeta); in metaSerializer()[all …]
41 BitstreamRemarkContainerType ContainerType =42 BitstreamRemarkContainerType::Standalone;
358 case BitstreamRemarkContainerType::Standalone: in parseMeta()360 case BitstreamRemarkContainerType::SeparateRemarksFile: in parseMeta()362 case BitstreamRemarkContainerType::SeparateRemarksMeta: in parseMeta()379 if (*Type > static_cast<uint8_t>(BitstreamRemarkContainerType::Last)) in processCommonMeta()384 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()455 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
59 BitstreamRemarkContainerType ContainerType;75 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);174 BitstreamRemarkContainerType ContainerType,
35 enum class BitstreamRemarkContainerType { enum