Home
last modified time | relevance | path

Searched refs:ct_type (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests4.cpp46 typedef std::ctype<wchar_t> ct_type; in widen_string() typedef
48 const ct_type & ct = BOOST_USE_FACET(ct_type, loc); in widen_string()
/third_party/ffmpeg/libavcodec/
Dh264_sei.c78 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()
Dh264_sei.h79 int ct_type; member
Dcbs_h264.h233 uint8_t ct_type; member
Dcbs_h264_syntax_template.c567 u(2, ct_type, 0, 2); in FUNC()
Dh264_slice.c1193 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()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c532 if (ta->ct_type != tb->ct_type || in check_sei_pic_timing()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c2950 guint8 ct_type = GST_H264_CT_TYPE_PROGRESSIVE; in gst_h264_parse_create_pic_timing_sei() local
2992 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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h992 guint8 ct_type; member
Dgsth264parser.c924 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()