Searched refs:ct_type (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/dynamic_bitset/test/ |
D | dyn_bitset_unit_tests4.cpp | 46 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/ |
D | h264_sei.c | 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()
|
D | h264_sei.h | 79 int ct_type; member
|
D | cbs_h264.h | 233 uint8_t ct_type; member
|
D | cbs_h264_syntax_template.c | 567 u(2, ct_type, 0, 2); in FUNC()
|
D | h264_slice.c | 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()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | h264parser.c | 532 if (ta->ct_type != tb->ct_type || in check_sei_pic_timing()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth264parse.c | 2950 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/ |
D | gsth264parser.h | 992 guint8 ct_type; member
|
D | gsth264parser.c | 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()
|