/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisdeclib.h | 79 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 *
|
D | gstvorbisenc.c | 553 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()
|
D | gstvorbisdec.c | 231 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()
|
D | gstvorbisparse.c | 207 ogg_packet packet; in vorbis_parse_push_headers() 399 ogg_packet packet; in vorbis_parse_queue_buffer()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggstream.c | 42 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 …]
|
D | gstoggstream.h | 117 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);
|
D | vorbis_parse.h | 28 void gst_parse_vorbis_header_packet (GstOggStream * pad, ogg_packet * packet); 30 int gst_parse_vorbis_setup_packet (GstOggStream * pad, ogg_packet * op);
|
D | vorbis_parse.c | 79 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()
|
D | gstoggaviparse.c | 302 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()
|
D | gstoggmux.c | 815 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()
|
D | gstoggdemux.c | 84 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/ |
D | ogg_vcomment.h | 36 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…
|
D | ogg.h | 42 ogg_packet opacket ; 45 ogg_packet pkt [255] ;
|
D | ogg_vcomment.c | 73 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()
|
D | ogg_speex.c | 68 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()
|
D | ogg_opus.c | 271 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()
|
D | ogg_vorbis.c | 386 { 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/ |
D | libvorbisenc.c | 209 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()
|
D | libtheoraenc.c | 58 const ogg_packet* packet) in concatenate_packet() 168 ogg_packet o_packet; in encode_init() 280 ogg_packet o_packet; in encode_frame()
|
D | libvorbisdec.c | 32 ogg_packet op; /**< ogg packet */ 155 ogg_packet *op= &context->op; in oggvorbis_decode_frame()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | vorbisdec.c | 184 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()
|
D | vorbistag.c | 196 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/ |
D | oggdec.c | 498 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/ |
D | gsttheoradec.c | 362 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()
|
D | gsttheoraenc.c | 642 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()
|