Searched refs:ct_type (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_sei.c | 85 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 D | h264_sei.h | 76 * For each found ct_type, appropriate bit is set (e.g., bit 1 for 79 int ct_type; member
|
H A D | cbs_h264.h | 233 uint8_t ct_type; member
|
H A D | cbs_h264_syntax_template.c | 567 u(2, ct_type, 0, 2); in sei_pic_timestamp()
|
H A D | h264_slice.c | 1215 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