Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Doggparseopus.c31 unsigned pre_skip; member
60 priv->pre_skip = AV_RL16(packet + 10); in opus_header()
61 st->codecpar->initial_padding = priv->pre_skip; in opus_header()
62 os->start_trimming = priv->pre_skip; in opus_header()
162 priv->cur_dts = os->lastdts = os->lastpts -= priv->pre_skip; in opus_packet()
167 int64_t skip = priv->cur_dts - os->granule + priv->pre_skip; in opus_packet()
Dmov.c6780 uint16_t pre_skip; in mov_read_dops() local
6810 pre_skip = AV_RB16(st->codecpar->extradata + 10); in mov_read_dops()
6811 AV_WL16(st->codecpar->extradata + 10, pre_skip); in mov_read_dops()
6815 st->codecpar->initial_padding = pre_skip; in mov_read_dops()
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c112 parse->pre_skip = 0; in gst_opus_parse_init()
122 parse->pre_skip = 0; in gst_opus_parse_start()
135 parse->pre_skip = 0; in gst_opus_parse_stop()
361 parse->pre_skip += cmeta->start; in gst_opus_parse_parse_frame()
379 guint16 pre_skip = 0; in gst_opus_parse_parse_frame() local
384 pre_skip = GST_READ_UINT16_LE (map.data + 10); in gst_opus_parse_parse_frame()
409 channel_mapping, pre_skip, gain); in gst_opus_parse_parse_frame()
Dgstopusparse.h48 guint64 pre_skip; member
/third_party/ffmpeg/libavcodec/
Dlibopusdec.c39 int pre_skip; member
70 opus->pre_skip = AV_RL16(avc->extradata + 10); in libopus_decode_init()
135 avc->delay = avc->internal->skip_samples = opus->pre_skip; in libopus_decode_init()
207 avc->internal->skip_samples = opus->pre_skip; in libopus_flush()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.h141 guint16 pre_skip,
152 guint16 * pre_skip,
Dcodec-utils.c2115 const guint8 * channel_mapping, guint16 pre_skip, gint16 output_gain) in gst_codec_utils_opus_create_header() argument
2150 hdl &= gst_byte_writer_put_uint16_le (&bw, pre_skip); in gst_codec_utils_opus_create_header()
2198 guint8 channel_mapping[256], guint16 * pre_skip, gint16 * output_gain) in gst_codec_utils_opus_parse_header() argument
2228 if (pre_skip) in gst_codec_utils_opus_parse_header()
2229 *pre_skip = gst_byte_reader_get_uint16_le_unchecked (&br); in gst_codec_utils_opus_parse_header()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.h57 guint16 pre_skip; member
Dgstopusdec.c204 dec->pre_skip = 0; in gst_opus_dec_reset()
379 dec->channel_mapping, &dec->pre_skip, &dec->r128_gain)) { in gst_opus_dec_parse_header()
388 dec->pre_skip, dec->r128_gain, dec->r128_gain_volume); in gst_opus_dec_parse_header()
745 guint pre_skip = cmeta->start; in opus_dec_chain_parse_data() local
746 guint scaled_pre_skip = pre_skip * dec->sample_rate / 48000; in opus_dec_chain_parse_data()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h1123 guint8 channel_mapping[256], guint16 pre_skip,
Dgstqtmux.c6227 guint16 pre_skip; in gst_qt_mux_audio_sink_set_caps() local
6245 &pre_skip, &output_gain)) { in gst_qt_mux_audio_sink_set_caps()
6259 pre_skip = 0; in gst_qt_mux_audio_sink_set_caps()
6265 stream_count, coupled_count, channel_mapping, pre_skip, output_gain); in gst_qt_mux_audio_sink_set_caps()
Datoms.c5791 guint16 pre_skip, guint16 output_gain) in build_opus_extension() argument
5802 hdl &= gst_byte_writer_put_uint16_le (&bw, pre_skip); in build_opus_extension()