Home
last modified time | relevance | path

Searched refs:packet_offset (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstrtpasfpay.c131 guint32 packet_offset; in gst_rtp_asf_pay_handle_packet() local
181 packet_offset = 0; in gst_rtp_asf_pay_handle_packet()
208 G_GUINT32_FORMAT "/%" G_GSIZE_FORMAT, packet_offset, in gst_rtp_asf_pay_handle_packet()
236 if (packet_offset == 0) { in gst_rtp_asf_pay_handle_packet()
240 GST_WRITE_UINT24_BE (data + 1, packet_offset); in gst_rtp_asf_pay_handle_packet()
246 gst_buffer_extract (buffer, packet_offset, data + 8, packet_util_size); in gst_rtp_asf_pay_handle_packet()
251 packet_offset += packet_util_size; in gst_rtp_asf_pay_handle_packet()
257 GST_WRITE_UINT24_BE (data + 1, packet_offset); in gst_rtp_asf_pay_handle_packet()
260 gst_buffer_extract (buffer, packet_offset, data + 8, size_left - 8); in gst_rtp_asf_pay_handle_packet()
264 packet_offset += size_left - 8; in gst_rtp_asf_pay_handle_packet()
/third_party/ffmpeg/libavformat/
Dasfdec_o.c129 int64_t packet_offset; // offset of the current packet inside Data Object member
1111 if (avio_tell(pb) >= asf->packet_offset + asf->packet_size - asf->pad_len) { in asf_read_subpayload()
1115 if (avio_tell(pb) != asf->packet_offset + asf->packet_size) { in asf_read_subpayload()
1120 avio_tell(pb), asf->packet_offset + asf->packet_size); in asf_read_subpayload()
1121 avio_seek(pb, asf->packet_offset + asf->packet_size, SEEK_SET); in asf_read_subpayload()
1237 size = asf->packet_size_internal - offset + asf->packet_offset - asf->pad_len; in asf_read_single_payload()
1239 size = asf->packet_size - offset + asf->packet_offset - asf->pad_len; in asf_read_single_payload()
1285 if (asf->packet_offset + asf->packet_size <= asf->data_offset + asf->data_size) { in asf_read_payload()
1290 avio_seek(pb, asf->packet_offset + asf->packet_size, SEEK_SET); in asf_read_payload()
1352 asf->packet_offset = avio_tell(pb); in asf_read_packet_header()
[all …]
Dvividas.c42 int64_t packet_offset; member
468 viv->sb_blocks[i].packet_offset = poff; in track_index()
698 pkt->pts = viv->sb_blocks[viv->current_sb].packet_offset + viv->current_sb_entry; in viv_read_packet()
726 pkt->pts = viv->sb_blocks[viv->current_sb].packet_offset + viv->current_sb_entry; in viv_read_packet()
759 …if (frame >= viv->sb_blocks[i].packet_offset && frame < viv->sb_blocks[i].packet_offset + viv->sb_… in viv_read_seek()
771 viv->audio_sample = av_rescale_q(viv->sb_blocks[i].packet_offset, in viv_read_seek()
Dasfenc.c1013 uint64_t packet_offset) in update_index() argument
1023 asf->next_packet_offset = packet_offset; in update_index()
1047 asf->next_packet_offset = packet_offset; in update_index()
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c153 int packet_offset = 0; in gst_opus_parse_handle_frame() local
206 packet_offset = 8; in gst_opus_parse_handle_frame()
221 *skip = packet_offset; in gst_opus_parse_handle_frame()
/third_party/ffmpeg/libavcodec/
Dwmalosslessdec.c97 uint8_t packet_offset; ///< offset to the frame in the packet member
1260 skip_bits(gb, s->packet_offset); in decode_packet()
1298 s->packet_offset = get_bits_count(gb) & 7; in decode_packet()
Dwmaprodec.c208 uint8_t packet_offset; ///< frame offset in the packet member
1735 skip_bits(gb, s->packet_offset); in decode_packet()
1769 s->packet_offset = get_bits_count(gb) & 7; in decode_packet()
/third_party/gstreamer/gstplugins_bad/
DChangeLog83285 Since then, data isn't being used between incrementing it by packet_offset