Lines Matching refs:schi

124 ShowProtectionSchemeInfo_Text(AP4_UI32 scheme_type, AP4_ContainerAtom& schi, bool verbose)  in ShowProtectionSchemeInfo_Text()  argument
128 AP4_IkmsAtom* ikms = AP4_DYNAMIC_CAST(AP4_IkmsAtom, schi.FindChild("iKMS")); in ShowProtectionSchemeInfo_Text()
132 AP4_IsfmAtom* isfm = AP4_DYNAMIC_CAST(AP4_IsfmAtom, schi.FindChild("iSFM")); in ShowProtectionSchemeInfo_Text()
138 AP4_IsltAtom* islt = AP4_DYNAMIC_CAST(AP4_IsltAtom, schi.FindChild("iSLT")); in ShowProtectionSchemeInfo_Text()
148 AP4_OdafAtom* odaf = AP4_DYNAMIC_CAST(AP4_OdafAtom, schi.FindChild("odkm/odaf")); in ShowProtectionSchemeInfo_Text()
154 AP4_OhdrAtom* ohdr = AP4_DYNAMIC_CAST(AP4_OhdrAtom, schi.FindChild("odkm/ohdr")); in ShowProtectionSchemeInfo_Text()
188 AP4_Atom* name = schi.FindChild("name"); in ShowProtectionSchemeInfo_Text()
194 AP4_Atom* user = schi.FindChild("user"); in ShowProtectionSchemeInfo_Text()
200 AP4_Atom* key = schi.FindChild("key "); in ShowProtectionSchemeInfo_Text()
206 AP4_Atom* iviv = schi.FindChild("iviv"); in ShowProtectionSchemeInfo_Text()
215 …tedStringAtom* octopus_id = AP4_DYNAMIC_CAST(AP4_NullTerminatedStringAtom, schi.FindChild("8id ")); in ShowProtectionSchemeInfo_Text()
226 schi.Inspect(inspector); in ShowProtectionSchemeInfo_Text()
260 AP4_ContainerAtom* schi = scheme_info->GetSchiAtom(); in ShowProtectedSampleDescription_Text() local
261 if (schi == NULL) return; in ShowProtectedSampleDescription_Text()
262 ShowProtectionSchemeInfo_Text(desc.GetSchemeType(), *schi, verbose); in ShowProtectedSampleDescription_Text()
285 AP4_ContainerAtom* schi = scheme_info->GetSchiAtom(); in ShowProtectedSampleDescription_Json() local
286 if (schi) { in ShowProtectedSampleDescription_Json()
287 ShowProtectionSchemeInfo_Json(desc.GetSchemeType(), *schi, verbose); in ShowProtectedSampleDescription_Json()
1623 …AP4_ContainerAtom* schi = AP4_DYNAMIC_CAST(AP4_ContainerAtom, sinf_entry->m_Sinf->GetChild(AP4_ATO… in ShowMarlinTracks() local
1625 if (schm && schi) { in ShowMarlinTracks()
1633 ShowProtectionSchemeInfo_Text(scheme_type, *schi, verbose); in ShowMarlinTracks()
1636 if (schi == NULL) printf("WARNING: schi atom is NULL\n"); in ShowMarlinTracks()