Searched refs:ext_offsets (Results 1 – 2 of 2) sorted by relevance
195 memset (mpvparse->ext_offsets, 0, sizeof (mpvparse->ext_offsets)); in gst_mpegv_parse_reset_frame()317 packet.offset = mpvparse->ext_offsets[i]; in gst_mpegv_parse_process_config()318 packet.size = (gint) size - mpvparse->ext_offsets[i]; in gst_mpegv_parse_process_config()534 if (mpvparse->ext_count < G_N_ELEMENTS (mpvparse->ext_offsets)) in gst_mpegv_parse_process_sc()535 mpvparse->ext_offsets[mpvparse->ext_count++] = off; in gst_mpegv_parse_process_sc()
62 gint ext_offsets[10]; member