Home
last modified time | relevance | path

Searched refs:stsz (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Dstsz.c30 stsz->version = 0; in quicktime_stsz_init()
31 stsz->flags = 0; in quicktime_stsz_init()
32 stsz->sample_size = 0; in quicktime_stsz_init()
33 stsz->total_entries = 0; in quicktime_stsz_init()
39 stsz->sample_size = 0; in quicktime_stsz_init_video()
50 stsz->sample_size = 4; in quicktime_stsz_init_timecode()
71 stsz->sample_size = 1; in quicktime_stsz_init_audio()
79 if(stsz->table) free(stsz->table); in quicktime_stsz_delete()
91 if(!stsz->sample_size) in quicktime_stsz_dump()
108 stsz->entries_allocated = stsz->total_entries; in quicktime_read_stsz()
[all …]
H A Dstbl.c35 quicktime_stsz_init(&stbl->stsz); in quicktime_stbl_init()
48 quicktime_stsz_init_video(file, &stbl->stsz); in quicktime_stbl_init_qtvr()
62 quicktime_stsz_init_video(file, &stbl->stsz); in quicktime_stbl_init_panorama()
78 quicktime_stsz_init_video(file, &stbl->stsz); in quicktime_stbl_init_video()
97 quicktime_stsz_init_audio(file, &stbl->stsz, channels, bits, compressor); in quicktime_stbl_init_audio()
128 quicktime_stsz_init_timecode(&stbl->stsz); in quicktime_stbl_init_timecode()
139 quicktime_stsz_delete(&stbl->stsz); in quicktime_stbl_delete()
151 quicktime_stsz_dump(&stbl->stsz); in quicktime_stbl_dump()
197 quicktime_read_stsz(file, &stbl->stsz); in quicktime_read_stbl()
226 quicktime_write_stsz(file, &stbl->stsz); in quicktime_write_stbl()
H A Dtrak.c216 quicktime_stsz_t * stsz; in fix_dirac_track() local
222 stsz = &trak->mdia.minf.stbl.stsz; in fix_dirac_track()
225 if(stsz->table[stsz->total_entries-1].size == 13) in fix_dirac_track()
454 if(trak->mdia.minf.stbl.stsz.sample_size) in quicktime_sample_range_size()
457 trak->mdia.minf.stbl.stsz.sample_size; in quicktime_sample_range_size()
464 total += trak->mdia.minf.stbl.stsz.table[i].size; in quicktime_sample_range_size()
553 quicktime_update_stsz(&trak->mdia.minf.stbl.stsz, in quicktime_write_chunk_footer()
564 quicktime_update_stsz(&trak->mdia.minf.stbl.stsz, in quicktime_write_chunk_footer()
571 quicktime_update_stsz(&trak->mdia.minf.stbl.stsz, in quicktime_write_chunk_footer()
669 if(!trak->mdia.minf.stbl.stsz.total_entries) in quicktime_trak_fix_counts()
[all …]
H A Davi_riff.c332 quicktime_stsz_t *stsz = &trak->mdia.minf.stbl.stsz; in insert_video_packet() local
358 stss->table[stss->total_entries++].sample = stsz->total_entries+1; in insert_video_packet()
363 quicktime_update_stts(stts, stsz->total_entries, 0); in insert_video_packet()
367 quicktime_update_stsz(stsz, stsz->total_entries, size); in insert_video_packet()
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Dstsz.c30 stsz->version = 0; in quicktime_stsz_init()
31 stsz->flags = 0; in quicktime_stsz_init()
32 stsz->sample_size = 0; in quicktime_stsz_init()
33 stsz->total_entries = 0; in quicktime_stsz_init()
39 stsz->sample_size = 0; in quicktime_stsz_init_video()
50 stsz->sample_size = 4; in quicktime_stsz_init_timecode()
71 stsz->sample_size = 1; in quicktime_stsz_init_audio()
79 if(stsz->table) free(stsz->table); in quicktime_stsz_delete()
91 if(!stsz->sample_size) in quicktime_stsz_dump()
108 stsz->entries_allocated = stsz->total_entries; in quicktime_read_stsz()
[all …]
H A Dstbl.c35 quicktime_stsz_init(&stbl->stsz); in quicktime_stbl_init()
48 quicktime_stsz_init_video(file, &stbl->stsz); in quicktime_stbl_init_qtvr()
62 quicktime_stsz_init_video(file, &stbl->stsz); in quicktime_stbl_init_panorama()
78 quicktime_stsz_init_video(file, &stbl->stsz); in quicktime_stbl_init_video()
97 quicktime_stsz_init_audio(file, &stbl->stsz, channels, bits, compressor); in quicktime_stbl_init_audio()
128 quicktime_stsz_init_timecode(&stbl->stsz); in quicktime_stbl_init_timecode()
139 quicktime_stsz_delete(&stbl->stsz); in quicktime_stbl_delete()
151 quicktime_stsz_dump(&stbl->stsz); in quicktime_stbl_dump()
197 quicktime_read_stsz(file, &stbl->stsz); in quicktime_read_stbl()
226 quicktime_write_stsz(file, &stbl->stsz); in quicktime_write_stbl()
H A Dtrak.c216 quicktime_stsz_t * stsz; in fix_dirac_track() local
222 stsz = &trak->mdia.minf.stbl.stsz; in fix_dirac_track()
225 if(stsz->table[stsz->total_entries-1].size == 13) in fix_dirac_track()
454 if(trak->mdia.minf.stbl.stsz.sample_size) in quicktime_sample_range_size()
457 trak->mdia.minf.stbl.stsz.sample_size; in quicktime_sample_range_size()
464 total += trak->mdia.minf.stbl.stsz.table[i].size; in quicktime_sample_range_size()
553 quicktime_update_stsz(&trak->mdia.minf.stbl.stsz, in quicktime_write_chunk_footer()
564 quicktime_update_stsz(&trak->mdia.minf.stbl.stsz, in quicktime_write_chunk_footer()
571 quicktime_update_stsz(&trak->mdia.minf.stbl.stsz, in quicktime_write_chunk_footer()
669 if(!trak->mdia.minf.stbl.stsz.total_entries) in quicktime_trak_fix_counts()
[all …]
H A Davi_riff.c332 quicktime_stsz_t *stsz = &trak->mdia.minf.stbl.stsz; in insert_video_packet() local
358 stss->table[stss->total_entries++].sample = stsz->total_entries+1; in insert_video_packet()
363 quicktime_update_stts(stts, stsz->total_entries, 0); in insert_video_packet()
367 quicktime_update_stsz(stsz, stsz->total_entries, size); in insert_video_packet()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dstbl_write.c377 stsz->alloc_size = stsz->sampleCount + 1; in stbl_AddSize()
385 stsz->sizes[i + k] = stsz->sampleSize; in stbl_AddSize()
389 stsz->sizes[stsz->sampleCount] = size; in stbl_AddSize()
399 if (!stsz->alloc_size) stsz->alloc_size = stsz->sampleCount; in stbl_AddSize()
402 stsz->sizes = gf_realloc(stsz->sizes, sizeof(u32)*(stsz->alloc_size)); in stbl_AddSize()
404 memset(&stsz->sizes[stsz->sampleCount], 0, sizeof(u32)*(stsz->alloc_size - stsz->sampleCount)); in stbl_AddSize()
406 stsz->sizes[stsz->sampleCount] = size; in stbl_AddSize()
421 stsz->alloc_size = 1 + stsz->sampleCount; in stbl_AddSize()
787 for (i = 0; i<stsz->sampleCount; i++) stsz->sizes[i] = stsz->sampleSize; in stbl_SetSampleSize()
996 if (stsz->sizes) gf_free(stsz->sizes); in stbl_RemoveSize()
[all …]
H A Dstbl_read.c132 GF_Err stbl_GetSampleSize(GF_SampleSizeBox *stsz, u32 SampleNumber, u32 *Size) in stbl_GetSampleSize() argument
134 if (!stsz || !SampleNumber || SampleNumber > stsz->sampleCount) return GF_BAD_PARAM; in stbl_GetSampleSize()
138 if (stsz->sampleSize && (stsz->type != GF_ISOM_BOX_TYPE_STZ2)) { in stbl_GetSampleSize()
139 (*Size) = stsz->sampleSize; in stbl_GetSampleSize()
141 else if (stsz->sizes) { in stbl_GetSampleSize()
142 (*Size) = stsz->sizes[SampleNumber - 1]; in stbl_GetSampleSize()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dstbl_write.c400 stsz->alloc_size = stsz->sampleCount + 1; in stbl_AddSize()
408 stsz->sizes[i+k] = stsz->sampleSize; in stbl_AddSize()
412 stsz->sizes[stsz->sampleCount] = size; in stbl_AddSize()
422 if (!stsz->alloc_size) stsz->alloc_size = stsz->sampleCount; in stbl_AddSize()
425 stsz->sizes = gf_realloc(stsz->sizes, sizeof(u32)*(stsz->alloc_size) ); in stbl_AddSize()
427 memset(&stsz->sizes[stsz->sampleCount], 0, sizeof(u32)*(stsz->alloc_size - stsz->sampleCount) ); in stbl_AddSize()
429 stsz->sizes[stsz->sampleCount] = size; in stbl_AddSize()
443 stsz->alloc_size = 1 + stsz->sampleCount; in stbl_AddSize()
941 for (i=0; i<stsz->sampleCount; i++) stsz->sizes[i] = stsz->sampleSize; in stbl_SetSampleSize()
1147 if (stsz->sizes) gf_free(stsz->sizes); in stbl_RemoveSize()
[all …]
H A Dstbl_read.c132 GF_Err stbl_GetSampleSize(GF_SampleSizeBox *stsz, u32 SampleNumber, u32 *Size) in stbl_GetSampleSize() argument
134 if (!stsz || !SampleNumber || (SampleNumber > stsz->sampleCount)) in stbl_GetSampleSize()
137 if (stsz->sampleSize && (stsz->type != GF_ISOM_BOX_TYPE_STZ2)) { in stbl_GetSampleSize()
138 (*Size) = stsz->sampleSize; in stbl_GetSampleSize()
139 } else if (stsz->sizes) { in stbl_GetSampleSize()
140 (*Size) = stsz->sizes[SampleNumber - 1]; in stbl_GetSampleSize()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dstbl_write.c400 stsz->alloc_size = stsz->sampleCount + 1; in stbl_AddSize()
408 stsz->sizes[i+k] = stsz->sampleSize; in stbl_AddSize()
412 stsz->sizes[stsz->sampleCount] = size; in stbl_AddSize()
422 if (!stsz->alloc_size) stsz->alloc_size = stsz->sampleCount; in stbl_AddSize()
425 stsz->sizes = gf_realloc(stsz->sizes, sizeof(u32)*(stsz->alloc_size) ); in stbl_AddSize()
427 memset(&stsz->sizes[stsz->sampleCount], 0, sizeof(u32)*(stsz->alloc_size - stsz->sampleCount) ); in stbl_AddSize()
429 stsz->sizes[stsz->sampleCount] = size; in stbl_AddSize()
443 stsz->alloc_size = 1 + stsz->sampleCount; in stbl_AddSize()
941 for (i=0; i<stsz->sampleCount; i++) stsz->sizes[i] = stsz->sampleSize; in stbl_SetSampleSize()
1147 if (stsz->sizes) gf_free(stsz->sizes); in stbl_RemoveSize()
[all …]
H A Dstbl_read.c132 GF_Err stbl_GetSampleSize(GF_SampleSizeBox *stsz, u32 SampleNumber, u32 *Size) in stbl_GetSampleSize() argument
134 if (!stsz || !SampleNumber || (SampleNumber > stsz->sampleCount)) in stbl_GetSampleSize()
137 if (stsz->sampleSize && (stsz->type != GF_ISOM_BOX_TYPE_STZ2)) { in stbl_GetSampleSize()
138 (*Size) = stsz->sampleSize; in stbl_GetSampleSize()
139 } else if (stsz->sizes) { in stbl_GetSampleSize()
140 (*Size) = stsz->sizes[SampleNumber - 1]; in stbl_GetSampleSize()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Compact/
H A DMp4Compact.cpp125 AP4_StszAtom* stsz = AP4_DYNAMIC_CAST(AP4_StszAtom, stbl->GetChild(AP4_ATOM_TYPE_STSZ)); in ProcessTrack() local
126 if (stsz == NULL) return AP4_SUCCESS; in ProcessTrack()
130 for (unsigned int i=1; i<=stsz->GetSampleCount(); i++) { in ProcessTrack()
132 stsz->GetSampleSize(i, sample_size); in ProcessTrack()
151 unsigned int reduction = (4-field_size)*stsz->GetSampleCount(); in ProcessTrack()
158 m_StszAtom = stsz; in ProcessTrack()
159 stsz->Detach(); in ProcessTrack()
/dports/lang/kawa/kawa-3.1.1/gnu/q2/lang/
H A DQ2Translator.java74 int stsz = st.size(); in partition() local
75 Operator topop = (Operator) st.get(stsz-1); in partition()
78 PairWithPosition oppair = (PairWithPosition) st.get(stsz-2); in partition()
82 LList prefixArgs = (LList) st.get(stsz-4); in partition()
84 Pair prefixTail = (Pair) st.get(stsz-3); in partition()
96 stsz -= 4; in partition()
97 st.setSize(stsz); in partition()
98 topop = (Operator) st.get(stsz-1); in partition()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4SampleTable.cpp68 AP4_StszAtom* stsz = new AP4_StszAtom(); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR() local
123 stsz->AddEntry(sample.GetSize()); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
186 stbl->AddChild(stsz); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4SampleTable.cpp62 AP4_StszAtom* stsz = new AP4_StszAtom(); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR() local
123 stsz->AddEntry(sample.GetSize()); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
183 stbl->AddChild(stsz); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
/dports/textproc/irstlm/irstlm-5.80.03/src/
H A Dngramcache.h41 …=0.0, char* st=NULL, unsigned int stsz=0, double bw=0.0, int bl=0, bool ex=false): logpr(lp), stat… in logpr()
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Disom.c219 isom_stsz_t *stsz = stbl->stsz; in isom_add_stsz_entry() local
224 if( !stsz->list && stsz->sample_size == entry_size ) in isom_add_stsz_entry()
226 ++ stsz->sample_count; in isom_add_stsz_entry()
230 if( !stsz->list ) in isom_add_stsz_entry()
233 if( !stsz->list ) in isom_add_stsz_entry()
247 stsz->sample_size = 0; in isom_add_stsz_entry()
258 ++ stsz->sample_count; in isom_add_stsz_entry()
912 isom_stsz_t *stsz = stbl->stsz; in isom_calculate_bitrate_description() local
1055 …|| (LSMASH_IS_EXISTING_BOX( stbl->stsz ) && stbl->stsz->sample_count > 1 && stbl->stsz->sample_siz… in isom_is_variable_size()
1068 else if( stbl->stsz->list && stbl->stsz->list->head && stbl->stsz->list->head->data ) in isom_get_first_sample_size()
[all …]
/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Doutput_mp4.c395 struct stsz_t* stsz = trak->mdia_->minf_->stbl_->stsz_; in trak_update_index() local
396 if(stsz != NULL) in trak_update_index()
398 if(stsz->sample_size_ == 0) in trak_update_index()
404 stsz->sample_sizes_[entries] = stsz->sample_sizes_[i]; in trak_update_index()
408 stsz->entries_ = end - start; in trak_update_index()
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Doutput_mp4.c395 struct stsz_t* stsz = trak->mdia_->minf_->stbl_->stsz_; in trak_update_index() local
396 if(stsz != NULL) in trak_update_index()
398 if(stsz->sample_size_ == 0) in trak_update_index()
404 stsz->sample_sizes_[entries] = stsz->sample_sizes_[i]; in trak_update_index()
408 stsz->entries_ = end - start; in trak_update_index()
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/
H A Dadolc-oct-drv.i46 %apply (size_t** ARGOUT_ARRAY1, size_t* DIM1) {(size_t** stats, size_t* stsz)}
77 void oct_tapestats(short t, size_t** stats, size_t* stsz) { in oct_tapestats() argument
78 *stsz = STAT_SIZE; in oct_tapestats()
257 %clear (size_t** stats, size_t* stsz);
/dports/misc/fq/fq-0.0.2/format/mp4/
H A Dmp4.go112 stsz []uint32 member
213 for sampleNr < uint64(len(t.stsz)) {
226 if int(sampleNr) >= len(t.stsz) {
231 sampleSize := t.stsz[sampleNr]
/dports/audio/re/re-0.5.8/src/sip/
H A Dsip.c87 uint32_t stsz, uint32_t tcsz, const char *software, in sip_alloc() argument
108 err = sip_strans_init(sip, stsz); in sip_alloc()

12345678910>>...14