Searched refs:pic_struct (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_sei.c | 144 int pic_struct = get_bits(gb, 4); in decode_nal_sei_pic_timing() local 146 if (pic_struct == 2 || pic_struct == 10 || pic_struct == 12) { in decode_nal_sei_pic_timing() 149 } else if (pic_struct == 1 || pic_struct == 9 || pic_struct == 11) { in decode_nal_sei_pic_timing() 152 } else if (pic_struct == 7) { in decode_nal_sei_pic_timing() 155 } else if (pic_struct == 8) { in decode_nal_sei_pic_timing()
|
H A D | h264_sei.c | 84 h->pic_struct = get_bits(&gb, 4); in ff_h264_sei_process_picture_timing() 87 if (h->pic_struct > H264_SEI_PIC_STRUCT_FRAME_TRIPLING) in ff_h264_sei_process_picture_timing() 90 num_clock_ts = sei_num_clock_ts_table[h->pic_struct]; 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 | 28 * pic_struct in picture timing SEI message 72 H264_SEI_PicStructType pic_struct; member
|
H A D | h264_parser.c | 495 switch (p->sei.picture_timing.pic_struct) { in parse_nal_units() 526 switch (p->sei.picture_timing.pic_struct) { in parse_nal_units()
|
H A D | cbs_h264.h | 252 uint8_t pic_struct; member
|
H A D | cbs_h264_syntax_template.c | 664 u(4, pic_struct, 0, 8); in sei_pic_timing() 665 if (current->pic_struct > 8) in sei_pic_timing() 668 for (i = 0; i < num_clock_ts[current->pic_struct]; i++) { in sei_pic_timing()
|
H A D | cbs_h265.h | 565 uint8_t pic_struct; member
|
H A D | h264_slice.c | 1185 switch (pt->pic_struct) { in h264_export_frame_props() 1203 * (pic_struct 5,6). From these hints, let the applications in h264_export_frame_props() 1216 pt->pic_struct <= H264_SEI_PIC_STRUCT_BOTTOM_TOP) in h264_export_frame_props() 1231 if (h->sei.picture_timing.pic_struct == H264_SEI_PIC_STRUCT_TOP_BOTTOM || in h264_export_frame_props() 1232 h->sei.picture_timing.pic_struct == H264_SEI_PIC_STRUCT_TOP_BOTTOM_TOP) in h264_export_frame_props()
|
H A D | cbs_h265_syntax_template.c | 1754 u(4, pic_struct, 0, 12); in sei_pic_timing() 1760 infer(pic_struct, 0); in sei_pic_timing()
|
Completed in 15 milliseconds