Searched refs:sei_ct_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_sei.c56 h->sei_ct_type = 0;
66 h->sei_ct_type |= 1<<get_bits(&s->gb, 2);
93 av_log(s->avctx, AV_LOG_DEBUG, "ct_type:%X pic_struct:%d\n", h->sei_ct_type, h->sei_pic_struct);
H A Dh264.h554 int sei_ct_type; member in struct:H264Context
H A Dh264.c1406 if ((h->sei_ct_type & 3) && h->sei_pic_struct <= SEI_PIC_STRUCT_BOTTOM_TOP)
1407 cur->f.interlaced_frame = (h->sei_ct_type & (1 << 1)) != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c66 h->sei_ct_type = 0;
77 h->sei_ct_type |= 1 << get_bits(&h->gb, 2);
106 h->sei_ct_type, h->sei_pic_struct);
H A Dh264.h689 int sei_ct_type; member in struct:H264Context
H A Dh264.c803 if ((h->sei_ct_type & 3) &&
805 cur->f.interlaced_frame = (h->sei_ct_type & (1 << 1)) != 0;

Completed in 66 milliseconds