Searched refs:sei_pic_struct (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_sei.c55 h->sei_pic_struct = get_bits(&s->gb, 4);
58 if (h->sei_pic_struct > SEI_PIC_STRUCT_FRAME_TRIPLING)
61 num_clock_ts = sei_num_clock_ts_table[h->sei_pic_struct];
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_parser.c202 switch (h->sei_pic_struct) {
H A Dh264.c3010 switch (h->sei_pic_struct)
3041 if ((h->sei_ct_type & 3) && h->sei_pic_struct <= SEI_PIC_STRUCT_BOTTOM_TOP)
3055 if(h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM
3056 || h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM_TOP)
H A Dh264.h548 SEI_PicStructType sei_pic_struct; member in struct:H264Context
551 * Complement sei_pic_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_sei.c55 h->sei_pic_struct = get_bits(&s->gb, 4);
58 if (h->sei_pic_struct > SEI_PIC_STRUCT_FRAME_TRIPLING)
61 num_clock_ts = sei_num_clock_ts_table[h->sei_pic_struct];
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_parser.c202 switch (h->sei_pic_struct) {
H A Dh264.c3010 switch (h->sei_pic_struct)
3041 if ((h->sei_ct_type & 3) && h->sei_pic_struct <= SEI_PIC_STRUCT_BOTTOM_TOP)
3055 if(h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM
3056 || h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM_TOP)
H A Dh264.h548 SEI_PicStructType sei_pic_struct; member in struct:H264Context
551 * Complement sei_pic_struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_sei.c55 h->sei_pic_struct = get_bits(&s->gb, 4);
58 if (h->sei_pic_struct > SEI_PIC_STRUCT_FRAME_TRIPLING)
61 num_clock_ts = sei_num_clock_ts_table[h->sei_pic_struct];
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_parser.c202 switch (h->sei_pic_struct) {
H A Dh264.c3010 switch (h->sei_pic_struct)
3041 if ((h->sei_ct_type & 3) && h->sei_pic_struct <= SEI_PIC_STRUCT_BOTTOM_TOP)
3055 if(h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM
3056 || h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM_TOP)
H A Dh264.h548 SEI_PicStructType sei_pic_struct; member in struct:H264Context
551 * Complement sei_pic_struct

Completed in 96 milliseconds