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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/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.c204 switch (h->sei_pic_struct) {
H A Dh264.h539 SEI_PicStructType sei_pic_struct; member in struct:H264Context
542 * Complement sei_pic_struct
H A Dh264.c1375 switch (h->sei_pic_struct)
1406 if ((h->sei_ct_type & 3) && h->sei_pic_struct <= SEI_PIC_STRUCT_BOTTOM_TOP)
1420 if(h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM
1421 || h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM_TOP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c65 h->sei_pic_struct = get_bits(&h->gb, 4);
68 if (h->sei_pic_struct > SEI_PIC_STRUCT_FRAME_TRIPLING)
71 num_clock_ts = sei_num_clock_ts_table[h->sei_pic_struct];
106 h->sei_ct_type, h->sei_pic_struct);
H A Dh264_parser.c381 switch (h->sei_pic_struct) {
412 switch (h->sei_pic_struct) {
H A Dh264.c773 switch (h->sei_pic_struct) {
804 h->sei_pic_struct <= SEI_PIC_STRUCT_BOTTOM_TOP)
819 if (h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM ||
820 h->sei_pic_struct == SEI_PIC_STRUCT_TOP_BOTTOM_TOP)
H A Dh264.h659 SEI_PicStructType sei_pic_struct; member in struct:H264Context
662 * Complement sei_pic_struct

Completed in 54 milliseconds