Home
last modified time | relevance | path

Searched refs:total_frames (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsierravmd.c96 unsigned int total_frames; in vmd_read_header() local
205 total_frames = 0; in vmd_read_header()
234 vmd->frame_table[total_frames].frame_offset = current_offset; in vmd_read_header()
235 vmd->frame_table[total_frames].stream_index = vmd->audio_stream_index; in vmd_read_header()
236 vmd->frame_table[total_frames].frame_size = size; in vmd_read_header()
237 memcpy(vmd->frame_table[total_frames].frame_record, chunk, BYTES_PER_FRAME_RECORD); in vmd_read_header()
238 vmd->frame_table[total_frames].pts = current_audio_pts; in vmd_read_header()
239 total_frames++; in vmd_read_header()
248 vmd->frame_table[total_frames].frame_offset = current_offset; in vmd_read_header()
249 vmd->frame_table[total_frames].stream_index = vmd->video_stream_index; in vmd_read_header()
[all …]
Drmenc.c34 int total_frames; /* total number of frames */ member
103 …v = av_rescale_q_rnd(stream->total_frames, (AVRational){1000, 1}, stream->frame_rate, AV_ROUND_ZER… in rv10_write_header()
176 if (!(s->seekable & AVIO_SEEKABLE_NORMAL) || !stream->total_frames) in rv10_write_header()
179 …avio_wb32(s, av_rescale_q_rnd(stream->total_frames, (AVRational){1000, 1}, stream->frame_rate, AV… in rv10_write_header()
345 stream->total_frames = stream->nb_packets; in rm_write_header()
354 stream->total_frames = stream->nb_packets; in rm_write_header()
456 rm->streams[i].total_frames = rm->streams[i].nb_frames; in rm_write_trailer()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c189 self->total_frames = 0; in gst_videoframe_audiolevel_init()
234 self->total_frames = 0; in gst_videoframe_audiolevel_change_state()
266 self->total_frames = 0; in gst_videoframe_audiolevel_finalize()
378 self->total_frames = 0; in gst_videoframe_audiolevel_asink_event()
392 self->total_frames = 0; in gst_videoframe_audiolevel_asink_event()
427 self->total_frames = 0; in gst_videoframe_audiolevel_asink_event()
487 self->total_frames += num_frames; in update_rms_from_buffer()
490 self->first_time + gst_util_uint64_scale (self->total_frames, GST_SECOND, in update_rms_from_buffer()
608 self->total_frames = 0; in gst_videoframe_audiolevel_asink_chain()
671 self->first_time + gst_util_uint64_scale (self->total_frames, in gst_videoframe_audiolevel_asink_chain()
[all …]
Dgstvideoframe-audiolevel.h54 guint total_frames; member
/third_party/pulseaudio/src/tests/
Dresampler-rewind-test.c69 size_t history_frames, history_max, matching_period, total_frames, remainder; in calculate_resampler_history_bytes() local
76 total_frames = 0; in calculate_resampler_history_bytes()
103 total_frames = in_rewind_frames + history_frames - remainder; in calculate_resampler_history_bytes()
107 total_frames = in_rewind_frames + history_frames + matching_period - remainder; in calculate_resampler_history_bytes()
109 if (total_frames != 0) in calculate_resampler_history_bytes()
111 history_frames = total_frames - in_rewind_frames; in calculate_resampler_history_bytes()
/third_party/ffmpeg/libavcodec/
Dtta.c127 int total_frames; in tta_decode_init() local
196 total_frames = s->data_length / s->frame_length + in tta_decode_init()
203 s->data_length, s->frame_length, s->last_frame_length, total_frames); in tta_decode_init()
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.h87 guint32 total_frames; member
Daiffparse.c720 aiff->total_frames = GST_READ_UINT32_BE (info.data + 2); in gst_aiff_parse_parse_comm()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstmpegaudioparse.c1011 gint64 total_bytes, total_frames; in gst_mpeg_audio_parse_handle_first_frame() local
1046 total_frames = GST_READ_UINT32_BE (data); in gst_mpeg_audio_parse_handle_first_frame()
1047 if (total_frames != 0) { in gst_mpeg_audio_parse_handle_first_frame()
1048 mp3parse->vbri_frames = total_frames; in gst_mpeg_audio_parse_handle_first_frame()
1093 if (seek_frames * nseek_points < total_frames - seek_frames || in gst_mpeg_audio_parse_handle_first_frame()
1094 seek_frames * nseek_points > total_frames + seek_frames) { in gst_mpeg_audio_parse_handle_first_frame()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.h165 guint32 total_frames; member
Dgstavimux.c1482 hdl &= gst_byte_writer_put_uint32_le (&bw, avimux->total_frames); in gst_avi_mux_riff_get_avi_header()
1828 avimux->total_frames = 0; in gst_avi_mux_start_file()
1967 avipad->hdr.length = avimux->total_frames; in gst_avi_mux_stop_file()
2230 avimux->total_frames++; in gst_avi_mux_do_buffer()
/third_party/pulseaudio/src/pulsecore/
Dsink-input.c61 size_t history_frames, history_max, matching_period, total_frames, remainder; in calculate_resampler_history_bytes() local
69 total_frames = 0; in calculate_resampler_history_bytes()
100 total_frames = in_rewind_frames + history_frames - remainder; in calculate_resampler_history_bytes()
103 total_frames = in_rewind_frames + history_frames + matching_period - remainder; in calculate_resampler_history_bytes()
105 if (total_frames != 0) in calculate_resampler_history_bytes()
107 history_frames = total_frames - in_rewind_frames; in calculate_resampler_history_bytes()