Home
last modified time | relevance | path

Searched refs:ogg_packet (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdeclib.h79 typedef ogg_packet ogg_packet_wrapper;
82 gst_ogg_packet_data (ogg_packet * p) in gst_ogg_packet_data()
88 gst_ogg_packet_size (ogg_packet * p) in gst_ogg_packet_size()
94 gst_ogg_packet_wrapper_map (ogg_packet * packet, GstBuffer * buffer, GstMapInfo *map) in gst_ogg_packet_wrapper_map()
103 gst_ogg_packet_wrapper_unmap (ogg_packet * packet, GstBuffer * buffer, GstMapInfo *map) in gst_ogg_packet_wrapper_unmap()
109 static inline ogg_packet *
123 ogg_packet packet;
132 gst_ogg_packet_data (ogg_packet * p) in gst_ogg_packet_data()
138 gst_ogg_packet_size (ogg_packet * p) in gst_ogg_packet_size()
180 static inline ogg_packet *
Dgstvorbisenc.c553 packet_duration_vorbis (GstVorbisEnc * enc, ogg_packet * packet) in packet_duration_vorbis()
579 parse_vorbis_header_packet (GstVorbisEnc * enc, ogg_packet * packet) in parse_vorbis_header_packet()
592 parse_vorbis_codebooks_packet (GstVorbisEnc * enc, ogg_packet * op) in parse_vorbis_codebooks_packet()
735 ogg_packet * packet) in gst_vorbis_enc_buffer_from_header_packet()
872 ogg_packet header; in gst_vorbis_enc_handle_frame()
873 ogg_packet header_comm; in gst_vorbis_enc_handle_frame()
874 ogg_packet header_code; in gst_vorbis_enc_handle_frame()
965 ogg_packet op; in gst_vorbis_enc_output_buffers()
Dgstvorbisdec.c231 vorbis_handle_comment_packet (GstVorbisDec * vd, ogg_packet * packet) in vorbis_handle_comment_packet()
329 vorbis_handle_header_packet (GstVorbisDec * vd, ogg_packet * packet) in vorbis_handle_header_packet()
378 ogg_packet *packet; in vorbis_dec_handle_header_buffer()
455 vorbis_handle_data_packet (GstVorbisDec * vd, ogg_packet * packet, in vorbis_handle_data_packet()
667 ogg_packet *packet; in vorbis_dec_handle_frame()
Dgstvorbisparse.c207 ogg_packet packet; in vorbis_parse_push_headers()
399 ogg_packet packet; in vorbis_parse_queue_buffer()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.c42 ogg_packet * packet);
58 ogg_packet * packet);
62 ogg_packet * packet);
64 ogg_packet * packet);
66 ogg_packet * packet);
73 ogg_packet * packet);
102 gst_ogg_stream_get_packet_start_time (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_get_packet_start_time()
217 gst_ogg_stream_packet_is_key_frame (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_packet_is_key_frame()
229 gst_ogg_stream_packet_is_header (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_packet_is_header()
241 gst_ogg_stream_get_packet_duration (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_get_packet_duration()
[all …]
Dgstoggstream.h117 gboolean gst_ogg_stream_setup_map (GstOggStream * pad, ogg_packet *packet);
131 ogg_packet *packet);
134 gboolean gst_ogg_stream_packet_is_header (GstOggStream *pad, ogg_packet *packet);
135 gboolean gst_ogg_stream_packet_is_key_frame (GstOggStream *pad, ogg_packet *packet);
136 gint64 gst_ogg_stream_get_packet_duration (GstOggStream * pad, ogg_packet *packet);
137 void gst_ogg_stream_extract_tags (GstOggStream * pad, ogg_packet * packet);
140 void gst_ogg_stream_update_stats (GstOggStream * pad, ogg_packet * packet);
Dvorbis_parse.h28 void gst_parse_vorbis_header_packet (GstOggStream * pad, ogg_packet * packet);
30 int gst_parse_vorbis_setup_packet (GstOggStream * pad, ogg_packet * op);
Dvorbis_parse.c79 gst_parse_vorbis_header_packet (GstOggStream * pad, ogg_packet * packet) in gst_parse_vorbis_header_packet()
101 gst_parse_vorbis_setup_packet (GstOggStream * pad, ogg_packet * op) in gst_parse_vorbis_setup_packet()
Dgstoggaviparse.c302 gst_ogg_avi_parse_push_packet (GstOggAviParse * ogg, ogg_packet * packet) in gst_ogg_avi_parse_push_packet()
381 ogg_packet packet; in gst_ogg_avi_parse_chain()
Dgstoggmux.c815 ogg_packet packet; in gst_ogg_mux_decorate_buffer()
1030 ogg_packet packet; in gst_ogg_mux_queue_pads()
1240 gst_ogg_mux_create_header_packet_with_flags (ogg_packet * packet, in gst_ogg_mux_create_header_packet_with_flags()
1251 gst_ogg_mux_create_header_packet (ogg_packet * packet, GstOggPadData * pad) in gst_ogg_mux_create_header_packet()
1261 ogg_packet packet; in gst_ogg_mux_submit_skeleton_header_packet()
1463 ogg_packet packet; in gst_ogg_mux_send_headers()
1569 ogg_packet packet; in gst_ogg_mux_send_headers()
1786 ogg_packet packet; in gst_ogg_mux_process_best_pad()
Dgstoggdemux.c84 static ogg_packet *
85 _ogg_packet_copy (const ogg_packet * packet) in _ogg_packet_copy()
87 ogg_packet *ret = g_slice_new (ogg_packet); in _ogg_packet_copy()
96 _ogg_packet_free (ogg_packet * packet) in _ogg_packet_free()
99 g_slice_free (ogg_packet, packet); in _ogg_packet_free()
487 gst_ogg_demux_queue_data (GstOggPad * pad, ogg_packet * packet) in gst_ogg_demux_queue_data()
503 gst_ogg_demux_chain_peer (GstOggPad * pad, ogg_packet * packet, in gst_ogg_demux_chain_peer()
1000 gst_ogg_pad_submit_packet (GstOggPad * pad, ogg_packet * packet) in gst_ogg_pad_submit_packet()
1291 ogg_packet packet; in gst_ogg_pad_stream_out()
1375 ogg_packet op; in gst_ogg_demux_setup_first_granule()
[all …]
/third_party/libsnd/src/
Dogg_vcomment.h36 int vorbiscomment_read_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident) ;
43 int vorbiscomment_write_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident, cons…
Dogg.h42 ogg_packet opacket ;
45 ogg_packet pkt [255] ;
Dogg_vcomment.c73 vorbiscomment_read_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident) in vorbiscomment_read_tags()
181 vorbiscomment_write_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident, const ch… in vorbiscomment_write_tags()
Dogg_speex.c68 static void *spx_header_read (SF_PRIVATE * psf, ogg_packet *op, spx_int32_t enh_enabled, int force_…
259 spx_header_read (SF_PRIVATE * psf, ogg_packet *op, spx_int32_t enh_enabled, int force_mode) in spx_header_read()
Dogg_opus.c271 static int opus_read_header_packet (SF_PRIVATE *psf, OpusHeader *h, ogg_packet *opacket) ;
437 opus_read_header_packet (SF_PRIVATE *psf, OpusHeader *h, ogg_packet *opacket) in opus_read_header_packet()
754 ogg_packet op ; in ogg_opus_write_header()
928 ogg_packet *ppkt ; in ogg_opus_calculate_page_duration()
979 ogg_packet *ppkt ; in ogg_opus_read_refill()
1755 { ogg_packet *ppkt = &odata->pkt [odata->pkt_indx] ; in ogg_opus_byterate()
Dogg_vorbis.c386 { ogg_packet header ; in vorbis_write_header()
387 ogg_packet header_comm ; in vorbis_write_header()
388 ogg_packet header_code ; in vorbis_write_header()
/third_party/ffmpeg/libavcodec/
Dlibvorbisenc.c209 ogg_packet header, header_comm, header_code; in libvorbis_encode_init()
289 ogg_packet op; in libvorbis_encode_frame()
329 if (av_fifo_space(s->pkt_fifo) < sizeof(ogg_packet) + op.bytes) { in libvorbis_encode_frame()
333 av_fifo_generic_write(s->pkt_fifo, &op, sizeof(ogg_packet), NULL); in libvorbis_encode_frame()
347 if (av_fifo_size(s->pkt_fifo) < sizeof(ogg_packet)) in libvorbis_encode_frame()
350 av_fifo_generic_read(s->pkt_fifo, &op, sizeof(ogg_packet), NULL); in libvorbis_encode_frame()
Dlibtheoraenc.c58 const ogg_packet* packet) in concatenate_packet()
168 ogg_packet o_packet; in encode_init()
280 ogg_packet o_packet; in encode_frame()
Dlibvorbisdec.c32 ogg_packet op; /**< ogg packet */
155 ogg_packet *op= &context->op; in oggvorbis_decode_frame()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvorbisdec.c184 ogg_packet header; in _create_codebook_header_buffer()
185 ogg_packet header_comm; in _create_codebook_header_buffer()
186 ogg_packet header_code; in _create_codebook_header_buffer()
206 ogg_packet packet; in _create_audio_buffer()
Dvorbistag.c196 ogg_packet header; in _create_codebook_header_buffer()
197 ogg_packet header_comm; in _create_codebook_header_buffer()
198 ogg_packet header_code; in _create_codebook_header_buffer()
218 ogg_packet packet; in _create_audio_buffer()
/third_party/ffmpeg/libavformat/
Doggdec.c498 static int ogg_packet(AVFormatContext *s, int *sid, int *dstart, int *dsize, in ogg_packet() function
690 while (streams_left > 0 && !ogg_packet(s, &i, NULL, NULL, NULL)) { in ogg_get_length()
734 ret = ogg_packet(s, NULL, NULL, NULL, NULL); in ogg_read_header()
841 ret = ogg_packet(s, &idx, &pstart, &psize, &fpos); in ogg_read_packet()
908 && !ogg_packet(s, &i, &pstart, &psize, pos_arg)) { in ogg_read_timestamp()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c362 theora_handle_comment_packet (GstTheoraDec * dec, ogg_packet * packet) in theora_handle_comment_packet()
557 theora_handle_header_packet (GstTheoraDec * dec, ogg_packet * packet) in theora_handle_header_packet()
765 theora_handle_data_packet (GstTheoraDec * dec, ogg_packet * packet, in theora_handle_data_packet()
855 ogg_packet packet; in theora_dec_decode_buffer()
Dgsttheoraenc.c642 theora_push_packet (GstTheoraEnc * enc, ogg_packet * packet) in theora_push_packet()
855 theora_enc_buffer_from_header_packet (GstTheoraEnc * enc, ogg_packet * packet) in theora_enc_buffer_from_header_packet()
878 ogg_packet op; in theora_enc_handle_frame()
1058 ogg_packet op; in theora_enc_finish()

12