Searched refs:total_frames (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | sierravmd.c | 96 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 …]
|
D | rmenc.c | 34 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/ |
D | gstvideoframe-audiolevel.c | 189 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 …]
|
D | gstvideoframe-audiolevel.h | 54 guint total_frames; member
|
/third_party/ffmpeg/libavcodec/ |
D | tta.c | 127 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/ |
D | aiffparse.h | 87 guint32 total_frames; member
|
D | aiffparse.c | 720 aiff->total_frames = GST_READ_UINT32_BE (info.data + 2); in gst_aiff_parse_parse_comm()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/alsa/ |
D | SDL_alsa_audio.c | 367 const int total_frames = buflen / frame_size; in ALSA_CaptureFromDevice() local 368 snd_pcm_uframes_t frames_left = total_frames; in ALSA_CaptureFromDevice() 401 swizzle_alsa_channels(this, buffer, total_frames - frames_left); in ALSA_CaptureFromDevice() 403 return (total_frames - frames_left) * frame_size; in ALSA_CaptureFromDevice()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstmpegaudioparse.c | 1011 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/ |
D | gstavimux.h | 165 guint32 total_frames; member
|
D | gstavimux.c | 1482 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()
|