Searched refs:samples_count (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | redspark.c | 32 int samples_count; member 98 redspark->samples_count = 0; in redspark_read_header() 138 if (avio_feof(s->pb) || redspark->samples_count == s->streams[0]->duration) in redspark_read_packet() 147 redspark->samples_count += pkt->duration; in redspark_read_packet()
|
/third_party/ffmpeg/doc/examples/ |
D | muxing.c | 59 int samples_count; member 375 … frame->pts = av_rescale_q(ost->samples_count, (AVRational){1, c->sample_rate}, c->time_base); in write_audio_frame() 376 ost->samples_count += dst_nb_samples; in write_audio_frame()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_dump.c | 782 guint32 flags = 0, samples_count = 0, data_offset = 0, first_sample_flags = 0; in qtdemux_dump_trun() local 793 if (!gst_byte_reader_get_uint32_be (data, &samples_count)) in qtdemux_dump_trun() 795 GST_LOG ("%*s samples_count: %u", depth, "", samples_count); in qtdemux_dump_trun() 809 for (i = 0; i < samples_count; i++) { in qtdemux_dump_trun()
|
D | qtdemux.c | 3259 guint32 flags = 0, first_flags = 0, samples_count = 0; in qtdemux_parse_trun() local 3290 if (!gst_byte_reader_get_uint32_be (trun, &samples_count)) in qtdemux_parse_trun() 3320 data_offset, flags, samples_count); in qtdemux_parse_trun() 3359 if (!qt_atom_parser_has_chunks (trun, samples_count, entry_size)) in qtdemux_parse_trun() 3363 if (stream->n_samples + samples_count >= in qtdemux_parse_trun() 3368 stream->n_samples + samples_count, (guint) sizeof (QtDemuxSample), in qtdemux_parse_trun() 3369 (stream->n_samples + samples_count) * in qtdemux_parse_trun() 3375 stream->samples = g_try_new0 (QtDemuxSample, samples_count); in qtdemux_parse_trun() 3379 stream->n_samples + samples_count); in qtdemux_parse_trun() 3441 for (i = 0; i < samples_count; i++) { in qtdemux_parse_trun() [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 40569 It is allocating samples_count + n_samples, not only n_samples
|