Searched refs:BitstreamRemarkContainerType (Results 1 – 5 of 5) sorted by relevance
20 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper()207 case BitstreamRemarkContainerType::SeparateRemarksMeta: in setupBlockInfo()213 case BitstreamRemarkContainerType::SeparateRemarksFile: in setupBlockInfo()219 case BitstreamRemarkContainerType::Standalone: in setupBlockInfo()246 case BitstreamRemarkContainerType::SeparateRemarksMeta: in emitMetaBlock()252 case BitstreamRemarkContainerType::SeparateRemarksFile: in emitMetaBlock()256 case BitstreamRemarkContainerType::Standalone: in emitMetaBlock()329 Helper(BitstreamRemarkContainerType::SeparateRemarksFile) { in BitstreamRemarkSerializer()342 ? BitstreamRemarkContainerType::SeparateRemarksFile in BitstreamRemarkSerializer()343 : BitstreamRemarkContainerType::Standalone) { in BitstreamRemarkSerializer()[all …]
39 BitstreamRemarkContainerType ContainerType =40 BitstreamRemarkContainerType::Standalone;
357 case BitstreamRemarkContainerType::Standalone: in parseMeta()359 case BitstreamRemarkContainerType::SeparateRemarksFile: in parseMeta()361 case BitstreamRemarkContainerType::SeparateRemarksMeta: in parseMeta()378 if (*Type > static_cast<uint8_t>(BitstreamRemarkContainerType::Last)) in processCommonMeta()383 ContainerType = static_cast<BitstreamRemarkContainerType>(*Type); in processCommonMeta()454 if (ContainerType != BitstreamRemarkContainerType::SeparateRemarksFile) in processExternalFilePath()
58 BitstreamRemarkContainerType ContainerType;74 BitstreamRemarkSerializerHelper(BitstreamRemarkContainerType ContainerType);173 BitstreamRemarkContainerType ContainerType,
35 enum class BitstreamRemarkContainerType { enum