Searched refs:next_parse_offset (Results 1 – 2 of 2) sorted by relevance
179 uint32_t next_parse_offset; member243 dist = cur_pos - s->next_parse_offset; in encode_parse_info()244 AV_WB32(s->pb.buf + s->next_parse_offset + 5, dist); in encode_parse_info()245 s->next_parse_offset = cur_pos; in encode_parse_info()966 s->next_parse_offset = 0; in vc2_encode_frame()
3867 guint32 next_parse_offset; in gst_matroska_mux_handle_dirac_packet() local3901 next_parse_offset = GST_READ_UINT32_BE (data + 5); in gst_matroska_mux_handle_dirac_packet()3903 if (G_UNLIKELY (next_parse_offset == 0 || next_parse_offset > size)) in gst_matroska_mux_handle_dirac_packet()3906 data += next_parse_offset; in gst_matroska_mux_handle_dirac_packet()3907 size -= next_parse_offset; in gst_matroska_mux_handle_dirac_packet()