Home
last modified time | relevance | path

Searched refs:ct_type (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_sei.c85 h->ct_type = 0; in ff_h264_sei_process_picture_timing()
97 h->ct_type |= 1 << get_bits(&gb, 2); in ff_h264_sei_process_picture_timing()
129 av_log(logctx, AV_LOG_DEBUG, "ct_type:%X pic_struct:%d\n", in ff_h264_sei_process_picture_timing()
130 h->ct_type, h->pic_struct); in ff_h264_sei_process_picture_timing()
H A Dh264_sei.h76 * For each found ct_type, appropriate bit is set (e.g., bit 1 for
79 int ct_type; member
H A Dcbs_h264.h233 uint8_t ct_type; member
H A Dcbs_h264_syntax_template.c567 u(2, ct_type, 0, 2); in sei_pic_timestamp()
H A Dh264_slice.c1215 if ((pt->ct_type & 3) && in h264_export_frame_props()
1217 out->interlaced_frame = (pt->ct_type & (1 << 1)) != 0; in h264_export_frame_props()

Completed in 9 milliseconds