Searched refs:counting_type (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_sei.c | 96 unsigned int counting_type, cnt_dropped_flag; in ff_h264_sei_process_picture_timing() local 99 counting_type = get_bits(&gb, 5); /* counting_type */ in ff_h264_sei_process_picture_timing() 103 if (cnt_dropped_flag && counting_type > 1 && counting_type < 7) in ff_h264_sei_process_picture_timing()
|
H A D | hevc_sei.h | 102 uint8_t counting_type[3]; member
|
H A D | cbs_h264.h | 235 uint8_t counting_type; member
|
H A D | hevc_sei.c | 386 s->counting_type[i] = get_bits(gb, 5); in decode_nal_sei_timecode()
|
H A D | cbs_av1.h | 358 uint8_t counting_type; member
|
H A D | cbs_h265.h | 647 uint8_t counting_type[3]; member
|
H A D | cbs_h264_syntax_template.c | 569 u(5, counting_type, 0, 6); in sei_pic_timestamp()
|
H A D | cbs_h265_syntax_template.c | 2018 us(5, counting_type[i], 0, 6, 1, i); in sei_time_code()
|
H A D | cbs_av1_syntax_template.c | 1967 fb(5, counting_type); in metadata_timecode()
|
Completed in 14 milliseconds