Searched refs:sei_pos (Results 1 – 4 of 4) sorted by relevance
106 gint idr_pos, sei_pos; member
134 gint idr_pos, sei_pos; member
197 h265parse->sei_pos = -1; in gst_h265_parse_reset_frame()846 if (nal_type == GST_H265_NAL_PREFIX_SEI && h265parse->sei_pos == -1) { in gst_h265_parse_process_nal()848 h265parse->sei_pos = gst_adapter_available (h265parse->frame_out); in gst_h265_parse_process_nal()850 h265parse->sei_pos = nalu->sc_offset; in gst_h265_parse_process_nal()852 h265parse->sei_pos); in gst_h265_parse_process_nal()955 if (h265parse->sei_pos >= 0 && h265parse->idr_pos > h265parse->sei_pos) { in gst_h265_parse_process_nal()956 h265parse->idr_pos = h265parse->sei_pos; in gst_h265_parse_process_nal()
235 h264parse->sei_pos = -1; in gst_h264_parse_reset_frame()1045 if (h264parse->sei_pos == -1) { in gst_h264_parse_process_nal()1047 h264parse->sei_pos = gst_adapter_available (h264parse->frame_out); in gst_h264_parse_process_nal()1049 h264parse->sei_pos = nalu->sc_offset; in gst_h264_parse_process_nal()1051 h264parse->sei_pos); in gst_h264_parse_process_nal()1118 if (h264parse->sei_pos >= 0 && h264parse->idr_pos > h264parse->sei_pos) { in gst_h264_parse_process_nal()1119 h264parse->idr_pos = h264parse->sei_pos; in gst_h264_parse_process_nal()