Searched refs:ct_type (Results 1 – 9 of 9) sorted by relevance
78 h->ct_type = 0; in ff_h264_sei_process_picture_timing()90 h->ct_type |= 1 << get_bits(&gb, 2); in ff_h264_sei_process_picture_timing()123 h->ct_type, h->pic_struct); in ff_h264_sei_process_picture_timing()
79 int ct_type; member
233 uint8_t ct_type; member
567 u(2, ct_type, 0, 2); in FUNC()
1193 if ((pt->ct_type & 3) && in h264_export_frame_props()1195 out->interlaced_frame = (pt->ct_type & (1 << 1)) != 0; in h264_export_frame_props()
532 if (ta->ct_type != tb->ct_type || in check_sei_pic_timing()
2950 guint8 ct_type = GST_H264_CT_TYPE_PROGRESSIVE; in gst_h264_parse_create_pic_timing_sei() local2992 ct_type = GST_H264_CT_TYPE_PROGRESSIVE; in gst_h264_parse_create_pic_timing_sei()2998 ct_type = GST_H264_CT_TYPE_INTERLACED; in gst_h264_parse_create_pic_timing_sei()3001 ct_type = GST_H264_CT_TYPE_UNKNOWN; in gst_h264_parse_create_pic_timing_sei()3013 tim->ct_type = ct_type; in gst_h264_parse_create_pic_timing_sei()3330 if (tim->ct_type == GST_H264_CT_TYPE_INTERLACED) { in gst_h264_parse_pre_push_frame()
992 guint8 ct_type; member
924 READ_UINT8 (nr, tim->ct_type, 2); in gst_h264_parse_clock_timestamp()2896 WRITE_UINT8 (nw, timestamp->ct_type, 2); in gst_h264_write_sei_pic_timing()