Searched refs:sei_pic_struct (Results 1 – 5 of 5) sorted by relevance
339 h264parse->sei_pic_struct = 0; in gst_h264_parse_start()612 if (h264parse->sei_pic_struct == in gst_h264_parse_process_sei_user_data()647 h264parse->sei_pic_struct = sei.payload.pic_timing.pic_struct; in gst_h264_parse_process_sei()2121 h264parse->sei_pic_struct, &fps_num, &fps_den); in gst_h264_parse_update_src_caps()2462 h264parse->sei_pic_struct != (guint8) - 1) { in gst_h264_parse_get_duration()2469 switch (h264parse->sei_pic_struct) { in gst_h264_parse_get_duration()2492 h264parse->sei_pic_struct); in gst_h264_parse_get_duration()2561 h264parse->sei_pic_struct != (guint8) - 1) { in gst_h264_parse_get_timestamp()2568 switch (h264parse->sei_pic_struct) { in gst_h264_parse_get_timestamp()2591 h264parse->sei_pic_struct); in gst_h264_parse_get_timestamp()[all …]
97 guint8 sei_pic_struct; member
117 guint8 sei_pic_struct; member
578 h265parse->sei_pic_struct = sei.payload.pic_timing.pic_struct; in gst_h265_parse_process_sei()704 if (h265parse->sei_pic_struct == in gst_h265_parse_process_sei_user_data()2065 switch (h265parse->sei_pic_struct) { in gst_h265_parse_is_field_interlaced()2931 switch (h265parse->sei_pic_struct) { in gst_h265_parse_pre_push_frame()2968 switch (h265parse->sei_pic_struct) { in gst_h265_parse_pre_push_frame()2972 field_count = h265parse->sei_pic_struct; in gst_h265_parse_pre_push_frame()3008 if (h265parse->sei_pic_struct != GST_H265_SEI_PIC_STRUCT_FRAME) in gst_h265_parse_pre_push_frame()
26973 sei_pic_struct is unsigned and GST_H264_SEI_PIC_STRUCT_FRAME is zero.