Home
last modified time | relevance | path

Searched refs:sgpd (Results 1 – 25 of 50) sorted by relevance

12

/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Deq_gal.c18 static double cgpd, sgpd; /* cos() and sin() of gpd */ variable
64 sq = (cy*cgpd*b) + (sy*sgpd); in galeq_aux()
69 d = (sy*cgpd) - (cy*sgpd*sa); in galeq_aux()
74 c = sy - (sq*sgpd); in galeq_aux()
92 sgpd = sin (gpd); in galeq_init()
/dports/math/gap/gap-4.11.0/pkg/groupoids-1.68/lib/
H A Dgpd.gd219 #O RightCosetRepresentatives( <gpd>, <sgpd> ) #? should be Iterator ??
221 #O LeftCosetRepresentatives( <gpd>, <sgpd> ) #? should be Iterator ??
222 #O LeftCosetRepresentativesFromObject( <gpd>, <sgpd>, <obj> )
223 #O LeftCosetsNC( <gpd>, <sgpd> )
224 #O LeftCoset( <gpd>, <sgpd>, <elt> )
225 #O DoubleCosetRepresentatives( <gpd>, <sgpd>, <sgpd> ) #? ditto ??
262 #O PiecePositions( <gpd>, <sgpd> )
H A Dgpdhom.gi175 function( gpd, sgpd )
182 gens := GeneratorsOfGroupoid( sgpd );
183 if IsSinglePiece( sgpd ) then
184 sobs := sgpd!.objects;
191 o1 := sgpd!.objects[1];
202 mappings := List( Pieces( sgpd ),
210 function( gpd, sgpd )
214 if not IsSinglePiece( sgpd ) then
221 function( gpd, sgpd )
229 obs := sgpd!.objects;
[all …]
H A Dgpd.gi2066 function( gpd, sgpd, e )
2070 if not IsSubgroupoid( gpd, sgpd ) then
2071 Error( "sgpd not a subgroupoid of gpd," );
2079 if IsSinglePiece( sgpd ) then
2080 U := sgpd;
2086 U := PieceOfObject( sgpd, e![2] );
2110 function( gpd, sgpd, e )
2114 if not IsSubgroupoid( gpd, sgpd ) then
2123 if IsSinglePiece( sgpd ) then
2124 V := sgpd;
[all …]
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Disom.c412 || !sgpd->list ) in isom_get_sample_group_description_common()
415 return sgpd; in isom_get_sample_group_description_common()
446 isom_sgpd_t *sgpd; in isom_get_roll_recovery_sample_group_description() local
449 return sgpd; in isom_get_roll_recovery_sample_group_description()
1869 isom_sgpd_t *sgpd; in isom_add_sample_grouping() local
1871 if( ((sgpd = isom_add_sgpd( parent )), LSMASH_IS_NON_EXISTING_BOX( sgpd )) in isom_add_sample_grouping()
2098 isom_sgpd_t *sgpd; in lsmash_get_media_parameters() local
3101 for( lsmash_entry_t *entry = sgpd->list->head; entry != sgpd->list->tail; entry = entry->next ) in isom_rap_grouping_established()
3138 isom_sgpd_t *sgpd; in isom_group_random_access() local
3280 isom_sgpd_t *sgpd = group->sgpd; in isom_roll_grouping_established() local
[all …]
H A Dfragment.c557 isom_sgpd_t *sgpd = isom_get_sample_group_description( stbl, ISOM_GROUP_TYPE_RAP ); in isom_finish_fragment_initial_movie() local
558 if( LSMASH_IS_NON_EXISTING_BOX( sgpd ) ) in isom_finish_fragment_initial_movie()
560 if( (ret = isom_rap_grouping_established( trak->cache->rap, 1, sgpd, 0 )) < 0 ) in isom_finish_fragment_initial_movie()
982 … isom_sgpd_t *sgpd = isom_get_fragment_sample_group_description( traf, ISOM_GROUP_TYPE_RAP ); in isom_finish_fragment_movie() local
983 if( LSMASH_IS_NON_EXISTING_BOX( sgpd ) ) in isom_finish_fragment_movie()
985 if( (ret = isom_rap_grouping_established( traf->cache->rap, 1, sgpd, 1 )) < 0 ) in isom_finish_fragment_movie()
1263 isom_sgpd_t *sgpd = (isom_sgpd_t *)entry->data; in isom_output_fragment_cache() local
1264 if( LSMASH_IS_NON_EXISTING_BOX( sgpd ) ) in isom_output_fragment_cache()
1266 switch( sgpd->grouping_type ) in isom_output_fragment_cache()
H A Dwrite.c922 isom_sgpd_t *sgpd = (isom_sgpd_t *)box; in isom_write_sgpd() local
923 assert( sgpd->list ); in isom_write_sgpd()
924 isom_bs_put_box_common( bs, sgpd ); in isom_write_sgpd()
925 lsmash_bs_put_be32( bs, sgpd->grouping_type ); in isom_write_sgpd()
926 if( sgpd->version == 1 ) in isom_write_sgpd()
927 lsmash_bs_put_be32( bs, sgpd->default_length ); in isom_write_sgpd()
928 lsmash_bs_put_be32( bs, sgpd->list->entry_count ); in isom_write_sgpd()
929 for( lsmash_entry_t *entry = sgpd->list->head; entry; entry = entry->next ) in isom_write_sgpd()
933 switch( sgpd->grouping_type ) in isom_write_sgpd()
H A Dbox_default.h97 DEFINE_BOX_DEFAULT_CONSTANT( sgpd )
H A Dprint.c1580 isom_sgpd_t *sgpd = (isom_sgpd_t *)box; in isom_print_sgpd() local
1584 lsmash_ifprintf( fp, indent, "grouping_type = %s\n", isom_4cc2str( sgpd->grouping_type ) ); in isom_print_sgpd()
1585 if( sgpd->version == 1 ) in isom_print_sgpd()
1587 lsmash_ifprintf( fp, indent, "default_length = %"PRIu32, sgpd->default_length ); in isom_print_sgpd()
1588 fprintf( fp, " %s\n", sgpd->default_length ? "(constant)" : "(variable)" ); in isom_print_sgpd()
1590 lsmash_ifprintf( fp, indent, "entry_count = %"PRIu32"\n", sgpd->list->entry_count ); in isom_print_sgpd()
1591 switch( sgpd->grouping_type ) in isom_print_sgpd()
1594 for( lsmash_entry_t *entry = sgpd->list->head; entry; entry = entry->next ) in isom_print_sgpd()
1596 if( sgpd->version == 1 && !sgpd->default_length ) in isom_print_sgpd()
1609 for( lsmash_entry_t *entry = sgpd->list->head; entry; entry = entry->next ) in isom_print_sgpd()
[all …]
H A Dbox.c938 static void isom_remove_sgpd( isom_sgpd_t *sgpd ) in isom_remove_sgpd() argument
940 if( LSMASH_IS_NON_EXISTING_BOX( sgpd ) ) in isom_remove_sgpd()
942 lsmash_list_destroy( sgpd->list ); in isom_remove_sgpd()
943 REMOVE_BOX_IN_LIST( sgpd ); in isom_remove_sgpd()
1527 ADD_LIST_BOX_IN_LIST( sgpd, stbl, ISOM_BOX_TYPE_SGPD, LSMASH_BOX_PRECEDENCE_ISOM_SGPD ); in isom_add_sgpd()
1528 return sgpd; in isom_add_sgpd()
1533 ADD_LIST_BOX_IN_LIST( sgpd, traf, ISOM_BOX_TYPE_SGPD, LSMASH_BOX_PRECEDENCE_ISOM_SGPD ); in isom_add_sgpd()
1534 return sgpd; in isom_add_sgpd()
H A Dtimeline.c659 isom_sgpd_t *sgpd, in isom_select_appropriate_sgpd() argument
673 return sgpd; in isom_select_appropriate_sgpd()
693 …isom_sgpd_t *sgpd = isom_select_appropriate_sgpd( sgpd_roll, sgpd_frag_roll, &group_description_in… in isom_get_roll_recovery_grouping_info() local
694 …isom_roll_entry_t *roll_data = (isom_roll_entry_t *)lsmash_list_get_entry_data( sgpd->list, group_… in isom_get_roll_recovery_grouping_info()
736 …isom_sgpd_t *sgpd = isom_select_appropriate_sgpd( sgpd_rap, sgpd_frag_rap, &group_description_inde… in isom_get_random_access_point_grouping_info() local
737 …isom_rap_entry_t *rap_data = (isom_rap_entry_t *)lsmash_list_get_entry_data( sgpd->list, group_des… in isom_get_random_access_point_grouping_info()
H A Dread.c1810 ADD_BOX( sgpd, void ); in isom_read_sgpd()
1812 sgpd->grouping_type = lsmash_bs_get_be32( bs ); in isom_read_sgpd()
1814 sgpd->default_length = lsmash_bs_get_be32( bs ); in isom_read_sgpd()
1816 switch( sgpd->grouping_type ) in isom_read_sgpd()
1820 …for( uint64_t pos = lsmash_bs_count( bs ); pos < box->size && sgpd->list->entry_count < entry_coun… in isom_read_sgpd()
1825 if( lsmash_list_add_entry( sgpd->list, data ) < 0 ) in isom_read_sgpd()
1832 if( box->version == 1 && !sgpd->default_length ) in isom_read_sgpd()
1846 …for( uint64_t pos = lsmash_bs_count( bs ); pos < box->size && sgpd->list->entry_count < entry_coun… in isom_read_sgpd()
1851 if( lsmash_list_add_entry( sgpd->list, data ) < 0 ) in isom_read_sgpd()
1858 if( box->version == 1 && !sgpd->default_length ) in isom_read_sgpd()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dbox_funcs.c747 ISOM_BOX_IMPL_DECL(sgpd)
923 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_ROLL, "p12"),
924 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_PROL, "p12"),
925 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_RAP, "p12"),
926 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_SEIG, "p15"),
927 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_OINF, "p15"),
928 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_LINF, "p15"),
929 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_TRIF, "p15"),
930 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_NALM, "p15"),
934 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_SAP, "p12"),
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dbox_funcs.c747 ISOM_BOX_IMPL_DECL(sgpd)
923 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_ROLL, "p12"),
924 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_PROL, "p12"),
925 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_RAP, "p12"),
926 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_SEIG, "p15"),
927 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_OINF, "p15"),
928 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_LINF, "p15"),
929 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_TRIF, "p15"),
930 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_NALM, "p15"),
934 SGPD_DEFINE( GF_ISOM_BOX_TYPE_SGPD, sgpd, "stbl traf", GF_ISOM_SAMPLE_GROUP_SAP, "p12"),
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/extractor/mp4/
H A DFragmentedMp4Extractor.java581 if (sbgp != null && sgpd != null) { in parseTraf()
582 parseSgpd(sbgp.data, sgpd.data, fragment); in parseTraf()
886 sgpd.setPosition(Atom.HEADER_SIZE); in parseSgpd()
887 int sgpdFullAtom = sgpd.readInt(); in parseSgpd()
888 if (sgpd.readInt() != SAMPLE_GROUP_TYPE_seig) { in parseSgpd()
894 if (sgpd.readUnsignedInt() == 0) { in parseSgpd()
898 sgpd.skipBytes(4); in parseSgpd()
900 if (sgpd.readUnsignedInt() != 1) { in parseSgpd()
904 sgpd.skipBytes(2); in parseSgpd()
909 int initVectorSize = sgpd.readUnsignedByte(); in parseSgpd()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp4/
H A DFragmentedMp4Extractor.java740 if (sbgp != null && sgpd != null) { in parseTraf()
1060 sgpd.setPosition(Atom.HEADER_SIZE); in parseSgpd()
1061 int sgpdFullAtom = sgpd.readInt(); in parseSgpd()
1062 if (sgpd.readInt() != SAMPLE_GROUP_TYPE_seig) { in parseSgpd()
1068 if (sgpd.readUnsignedInt() == 0) { in parseSgpd()
1078 sgpd.skipBytes(1); // reserved = 0. in parseSgpd()
1079 int patternByte = sgpd.readUnsignedByte(); in parseSgpd()
1086 int perSampleIvSize = sgpd.readUnsignedByte(); in parseSgpd()
1088 sgpd.readBytes(keyId, 0, keyId.length); in parseSgpd()
1091 int constantIvSize = sgpd.readUnsignedByte(); in parseSgpd()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp4/
H A DFragmentedMp4Extractor.java740 if (sbgp != null && sgpd != null) { in parseTraf()
1060 sgpd.setPosition(Atom.HEADER_SIZE); in parseSgpd()
1061 int sgpdFullAtom = sgpd.readInt(); in parseSgpd()
1062 if (sgpd.readInt() != SAMPLE_GROUP_TYPE_seig) { in parseSgpd()
1068 if (sgpd.readUnsignedInt() == 0) { in parseSgpd()
1078 sgpd.skipBytes(1); // reserved = 0. in parseSgpd()
1079 int patternByte = sgpd.readUnsignedByte(); in parseSgpd()
1086 int perSampleIvSize = sgpd.readUnsignedByte(); in parseSgpd()
1088 sgpd.readBytes(keyId, 0, keyId.length); in parseSgpd()
1091 int constantIvSize = sgpd.readUnsignedByte(); in parseSgpd()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp4/
H A DFragmentedMp4Extractor.java740 if (sbgp != null && sgpd != null) { in parseTraf()
1060 sgpd.setPosition(Atom.HEADER_SIZE); in parseSgpd()
1061 int sgpdFullAtom = sgpd.readInt(); in parseSgpd()
1062 if (sgpd.readInt() != SAMPLE_GROUP_TYPE_seig) { in parseSgpd()
1068 if (sgpd.readUnsignedInt() == 0) { in parseSgpd()
1078 sgpd.skipBytes(1); // reserved = 0. in parseSgpd()
1079 int patternByte = sgpd.readUnsignedByte(); in parseSgpd()
1086 int perSampleIvSize = sgpd.readUnsignedByte(); in parseSgpd()
1088 sgpd.readBytes(keyId, 0, keyId.length); in parseSgpd()
1091 int constantIvSize = sgpd.readUnsignedByte(); in parseSgpd()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp4/
H A DFragmentedMp4Extractor.java581 if (sbgp != null && sgpd != null) { in parseTraf()
582 parseSgpd(sbgp.data, sgpd.data, fragment); in parseTraf()
886 sgpd.setPosition(Atom.HEADER_SIZE); in parseSgpd()
887 int sgpdFullAtom = sgpd.readInt(); in parseSgpd()
888 if (sgpd.readInt() != SAMPLE_GROUP_TYPE_seig) { in parseSgpd()
894 if (sgpd.readUnsignedInt() == 0) { in parseSgpd()
898 sgpd.skipBytes(4); in parseSgpd()
900 if (sgpd.readUnsignedInt() != 1) { in parseSgpd()
904 sgpd.skipBytes(2); in parseSgpd()
909 int initVectorSize = sgpd.readUnsignedByte(); in parseSgpd()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mp4/
H A DMoofParser.cpp277 Sgpd sgpd(box); in ParseStbl() local
278 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseStbl()
281 sgpd.mEntries, mozilla::fallible)) { in ParseStbl()
499 Sgpd sgpd(box); in ParseTraf() local
500 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseTraf()
503 sgpd.mEntries, mozilla::fallible)) { in ParseTraf()
/dports/security/afl++/AFLplusplus-3.14c/dictionaries/
H A Dheif.dict68 "sgpd"
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mp4/
H A DMoofParser.cpp336 Sgpd sgpd(box); in ParseStbl() local
337 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseStbl()
340 sgpd.mEntries, mozilla::fallible)) { in ParseStbl()
666 Sgpd sgpd(box); in ParseTraf() local
667 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseTraf()
670 sgpd.mEntries, mozilla::fallible)) { in ParseTraf()
/dports/www/firefox/firefox-99.0/dom/media/mp4/
H A DMoofParser.cpp336 Sgpd sgpd(box); in ParseStbl() local
337 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseStbl()
340 sgpd.mEntries, mozilla::fallible)) { in ParseStbl()
666 Sgpd sgpd(box); in ParseTraf() local
667 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseTraf()
670 sgpd.mEntries, mozilla::fallible)) { in ParseTraf()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mp4/
H A DMoofParser.cpp336 Sgpd sgpd(box); in ParseStbl() local
337 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseStbl()
340 sgpd.mEntries, mozilla::fallible)) { in ParseStbl()
666 Sgpd sgpd(box); in ParseTraf() local
667 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseTraf()
670 sgpd.mEntries, mozilla::fallible)) { in ParseTraf()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mp4/
H A DMoofParser.cpp336 Sgpd sgpd(box); in ParseStbl() local
337 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseStbl()
340 sgpd.mEntries, mozilla::fallible)) { in ParseStbl()
666 Sgpd sgpd(box); in ParseTraf() local
667 if (sgpd.IsValid() && sgpd.mGroupingType == "seig") { in ParseTraf()
670 sgpd.mEntries, mozilla::fallible)) { in ParseTraf()

12