Searched refs:oldTrackType (Results 1 – 2 of 2) sorted by relevance
74 auto oldTrackType = oldHandler.GetTrackType(); in UpdateKeyAndDesc() local76 if (oldTrackType == newTrackType) { in UpdateKeyAndDesc()81 switch (oldTrackType) { in UpdateKeyAndDesc()90 static_cast<uint8_t>(oldTrackType)); in UpdateKeyAndDesc()
230 GateRef oldTrackType = GetTrackTypeInPropAttr(attr); in UpdateTrackTypeInPropAttr() local236 Branch(Equal(oldTrackType, Int32(static_cast<int32_t>(TrackType::TAGGED))), &exit, &judgeValue); in UpdateTrackTypeInPropAttr()245 newTrackType = Int32Or(oldTrackType, *newTrackType); in UpdateTrackTypeInPropAttr()246 Branch(Int32Equal(oldTrackType, *newTrackType), &exit, &update); in UpdateTrackTypeInPropAttr()