Searched refs:packet_buf (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dvbsub_parser.c | 41 uint8_t packet_buf[PARSE_BUF_SIZE]; member 96 memmove(pc->packet_buf, pc->packet_buf + pc->packet_start, in dvbsub_parse() 115 memcpy(pc->packet_buf + pc->packet_index, buf + buf_pos, buf_size - buf_pos); in dvbsub_parse() 118 p = pc->packet_buf; in dvbsub_parse() 119 p_end = pc->packet_buf + pc->packet_index; in dvbsub_parse() 143 pc->packet_index = p - pc->packet_buf; in dvbsub_parse() 149 pc->packet_index = p - pc->packet_buf; in dvbsub_parse() 157 *poutbuf = pc->packet_buf; in dvbsub_parse()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | psmux.c | 212 res = mux->write_func (mux->packet_buf, mux->packet_bytes_written, in psmux_packet_out() 284 psmux_stream_get_data (stream, mux->packet_buf, in psmux_write_stream_packet() 309 bits_initwrite (&bw, 14, mux->packet_buf); in psmux_write_pack_header() 404 memcpy (mux->packet_buf, map.data, map.size); in psmux_write_system_header() 488 memcpy (mux->packet_buf, map.data, map.size); in psmux_write_program_stream_map()
|
D | psmux.h | 84 guint8 packet_buf[PSMUX_MAX_PACKET_LEN]; member
|
/third_party/ffmpeg/libavformat/ |
D | asfenc.c | 238 uint8_t packet_buf[PACKET_SIZE_MAX]; member 811 ffio_init_context(&asf->pb, asf->packet_buf, s->packet_size, 1, in asf_write_header() 895 memset(asf->packet_buf + packet_filled_size, 0, asf->packet_size_left); in flush_packet() 897 avio_write(s->pb, asf->packet_buf, s->packet_size - packet_hdr_size); in flush_packet() 905 ffio_init_context(&asf->pb, asf->packet_buf, s->packet_size, 1, in flush_packet()
|