Home
last modified time | relevance | path

Searched refs:pkt_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dspdifenc.c62 int pkt_offset; ///< data burst repetition period in bytes member
91 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
116 ctx->pkt_offset = AC3_FRAME_SIZE << 2; in spdif_header_ac3()
140 ctx->pkt_offset = 0; in spdif_header_eac3()
144 ctx->pkt_offset = 24576; in spdif_header_eac3()
204 /* set pkt_offset and DTS IV subtype according to the requested output in spdif_header_dts4()
206 ctx->pkt_offset = period * 4; in spdif_header_dts4()
215 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) { in spdif_header_dts4()
313 ctx->pkt_offset = blocks << 7; in spdif_header_dts()
315 if (ctx->out_bytes == ctx->pkt_offset) { in spdif_header_dts()
[all...]
H A Dasfdec_o.c1460 int64_t pkt_pos = *pos, pkt_offset, dts = AV_NOPTS_VALUE, data_end; in asf_read_timestamp() local
1475 pkt_offset = pkt_pos; in asf_read_timestamp()
1482 pkt_offset = avio_tell(s->pb); in asf_read_timestamp()
1489 // pkt_offset is the offset of the first fragment within it. in asf_read_timestamp()
1490 if ((pkt_offset >= (pkt_pos + asf->packet_size))) in asf_read_timestamp()

Completed in 4 milliseconds