Home
last modified time | relevance | path

Searched refs:stsz (Results 101 – 125 of 337) sorted by relevance

12345678910>>...14

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Disom_write.c3092 GF_SampleSizeBox *stsz; in gf_isom_use_compact_size() local
3112 stsz->sampleSize = 0; in gf_isom_use_compact_size()
3116 size = stsz->sizes[0]; in gf_isom_use_compact_size()
3125 gf_free(stsz->sizes); in gf_isom_use_compact_size()
3126 stsz->sizes = NULL; in gf_isom_use_compact_size()
3127 stsz->sampleSize = size; in gf_isom_use_compact_size()
3137 if (stsz->sampleSize) { in gf_isom_use_compact_size()
3139 if (stsz->sizes) gf_free(stsz->sizes); in gf_isom_use_compact_size()
3140 stsz->sizes = (u32*) gf_malloc(sizeof(u32)*stsz->sampleCount); in gf_isom_use_compact_size()
3142 memset(stsz->sizes, stsz->sampleSize, sizeof(u32)); in gf_isom_use_compact_size()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Disom_write.c3092 GF_SampleSizeBox *stsz; in gf_isom_use_compact_size() local
3112 stsz->sampleSize = 0; in gf_isom_use_compact_size()
3116 size = stsz->sizes[0]; in gf_isom_use_compact_size()
3125 gf_free(stsz->sizes); in gf_isom_use_compact_size()
3126 stsz->sizes = NULL; in gf_isom_use_compact_size()
3127 stsz->sampleSize = size; in gf_isom_use_compact_size()
3137 if (stsz->sampleSize) { in gf_isom_use_compact_size()
3139 if (stsz->sizes) gf_free(stsz->sizes); in gf_isom_use_compact_size()
3140 stsz->sizes = (u32*) gf_malloc(sizeof(u32)*stsz->sampleCount); in gf_isom_use_compact_size()
3142 memset(stsz->sizes, stsz->sampleSize, sizeof(u32)); in gf_isom_use_compact_size()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/mp4parse-rust/mp4parse_capi/src/
H A Dlib.rs862 let (stsc, stco, stsz, stts) = in create_sample_table()
863 match (&track.stsc, &track.stco, &track.stsz, &track.stts) { in create_sample_table()
875 let mut sample_size_iter = stsz.sample_sizes.iter(); in create_sample_table()
895 let end_offset = match (stsz.sample_size, sample_size_iter.next()) { in create_sample_table()
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dfragment.c421 || (LSMASH_IS_NON_EXISTING_BOX( stbl->stsz ) && LSMASH_IS_NON_EXISTING_BOX( stbl->stz2 )) in isom_create_fragment_overall_default_settings()
422 …|| (LSMASH_IS_EXISTING_BOX( stbl->stsz ) && stbl->stsz->list && stbl->stsz->list->head && !stbl->s… in isom_create_fragment_overall_default_settings()
H A Dread.c1663 || LSMASH_IS_EXISTING_BOX( ((isom_stbl_t *)parent)->stsz ) ) in isom_read_stsz()
1665 ADD_BOX( stsz, isom_stbl_t ); in isom_read_stsz()
1667 stsz->sample_size = lsmash_bs_get_be32( bs ); in isom_read_stsz()
1668 stsz->sample_count = lsmash_bs_get_be32( bs ); in isom_read_stsz()
1672 stsz->list = lsmash_list_create_simple(); in isom_read_stsz()
1673 if( !stsz->list ) in isom_read_stsz()
1675 …for( ; pos < box->size && stsz->list->entry_count < stsz->sample_count; pos = lsmash_bs_count( bs … in isom_read_stsz()
1680 if( lsmash_list_add_entry( stsz->list, data ) < 0 ) in isom_read_stsz()
1688 return isom_read_leaf_box_common_last_process( file, box, level, stsz ); in isom_read_stsz()
H A Dprint.c1519 isom_stsz_t *stsz = (isom_stsz_t *)box; in isom_print_stsz() local
1523 if( !stsz->sample_size ) in isom_print_stsz()
1526 lsmash_ifprintf( fp, indent, "sample_size = %"PRIu32" (constant)\n", stsz->sample_size ); in isom_print_stsz()
1527 lsmash_ifprintf( fp, indent, "sample_count = %"PRIu32"\n", stsz->sample_count ); in isom_print_stsz()
1528 if( !stsz->sample_size && stsz->list ) in isom_print_stsz()
1529 for( lsmash_entry_t *entry = stsz->list->head; entry; entry = entry->next ) in isom_print_stsz()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mp4parse_capi-0.11.2/src/
H A Dlib.rs1057 let (stsc, stco, stsz, stts) = in create_sample_table()
1058 match (&track.stsc, &track.stco, &track.stsz, &track.stts) { in create_sample_table()
1070 let mut sample_size_iter = stsz.sample_sizes.iter(); in create_sample_table()
1090 let end_offset = match (stsz.sample_size, sample_size_iter.next()) { in create_sample_table()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Documents/MkDocs/src/documentation/
H A Dindex.md29 | [mp4compact](mp4compact.md) | converts stsz tables into stz2 tables to create more compact MP4 fi…
/dports/lang/spidermonkey60/firefox-60.9.0/media/mp4parse-rust/mp4parse/src/
H A Dlib.rs506 pub stsz: Option<SampleSizeBox>, field
937 let stsz = read_stsz(&mut b)?; in read_stbl() localVariable
938 debug!("{:?}", stsz); in read_stbl()
939 track.stsz = Some(stsz); in read_stbl()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mp4parse_capi/src/
H A Dlib.rs1315 let (stsc, stco, stsz, stts) = match (&track.stsc, &track.stco, &track.stsz, &track.stts) { in create_sample_table()
1327 let mut sample_size_iter = stsz.sample_sizes.iter(); in create_sample_table()
1347 let end_offset = match (stsz.sample_size, sample_size_iter.next()) { in create_sample_table()
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A DMakefile.in92 stss.c stsz.c stts.c texttrack.c timecode.c tkhd.c trak.c \
111 stsc.lo stsd.lo stsdtable.lo stss.lo stsz.lo stts.lo \
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stsz.Plo@am__quote@
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A DMakefile.in92 stss.c stsz.c stts.c texttrack.c timecode.c tkhd.c trak.c \
111 stsc.lo stsd.lo stsdtable.lo stss.lo stsz.lo stts.lo \
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stsz.Plo@am__quote@
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mp4parse-0.11.2/src/
H A Dlib.rs542 pub stsz: Option<SampleSizeBox>, field
991 let stsz = read_stsz(&mut b)?; in read_stbl() localVariable
992 debug!("{:?}", stsz); in read_stbl()
993 track.stsz = Some(stsz); in read_stbl()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/mp4/
H A Dmp4_meta.cc890 mp4_stsz_atom stsz; in mp4_read_stsz_atom() local
897 copied_size = IOBufferReaderCopy(meta_reader, &stsz, sizeof(mp4_stsz_atom)); in mp4_read_stsz_atom()
898 entries = copied_size > 0 ? mp4_get_32value(stsz.entries) : 0; in mp4_read_stsz_atom()
902 size = copied_size > 0 ? mp4_get_32value(stsz.uniform_size) : 0; in mp4_read_stsz_atom()
/dports/misc/fq/fq-0.0.2/format/mp4/testdata/
H A Dvp9.fqtest256 … 73 74 73 7a | stsz | type: "sts…
H A Dopus.fqtest250 … 73 74 73 7a | stsz | type: "
H A Dmpeg2.fqtest285 … 73 74 73 7a | stsz | type: "
H A Dav1.fqtest258 … 73 74 73 7a| stsz| type: "stsz"…
/dports/multimedia/libquicktime/libquicktime-1.2.4/po/
H A DPOTFILES.in98 src/stsz.c
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/po/
H A DPOTFILES.in98 src/stsz.c
/dports/audio/re/re-0.5.8/include/
H A Dre_sip.h248 uint32_t stsz, uint32_t tcsz, const char *software,
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmp4.c2446 MP4_Box_data_stsz_t *stsz; in TrackCreateSamplesIndex() local
2460 stsz = p_box->data.p_stsz; in TrackCreateSamplesIndex()
2463 if( p_demux_track->i_sample_count != stsz->i_sample_count ) in TrackCreateSamplesIndex()
2467 p_demux_track->i_sample_count, stsz->i_sample_count ); in TrackCreateSamplesIndex()
2468 p_demux_track->i_sample_count = __MIN(p_demux_track->i_sample_count, stsz->i_sample_count); in TrackCreateSamplesIndex()
2471 if( stsz->i_sample_size ) in TrackCreateSamplesIndex()
2474 p_demux_track->i_sample_size = stsz->i_sample_size; in TrackCreateSamplesIndex()
2489 stsz->i_entry_size[i_sample]; in TrackCreateSamplesIndex()
2496 …if( (uint64_t)lastchunk->i_sample_count + p_demux_track->i_chunk_count - 1 > stsz->i_sample_count ) in TrackCreateSamplesIndex()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dheap.c438 heap_link( Heap *heap, Compile *compile, heap_max_fn max_fn, int stsz, int rsz ) in heap_link() argument
444 (void) heapblock_create( heap, stsz ); in heap_link()
459 heap_new( Compile *compile, heap_max_fn max_fn, int stsz, int rsz ) in heap_new() argument
464 heap_link( heap, compile, max_fn, stsz, rsz ); in heap_new()
/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c2269 stsz_t const* stsz = trak->mdia_->minf_->stbl_->stsz_; in trak_build_index() local
2270 unsigned int sample_size = stsz->sample_size_; in trak_build_index()
2284 trak->samples_size_ = stsz->entries_; in trak_build_index()
2298 trak->samples_[i].size_ = stsz->sample_sizes_[i]; in trak_build_index()
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c2269 stsz_t const* stsz = trak->mdia_->minf_->stbl_->stsz_; in trak_build_index() local
2270 unsigned int sample_size = stsz->sample_size_; in trak_build_index()
2284 trak->samples_size_ = stsz->entries_; in trak_build_index()
2298 trak->samples_[i].size_ = stsz->sample_sizes_[i]; in trak_build_index()

12345678910>>...14