Home
last modified time | relevance | path

Searched refs:time_offset_length (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sei.c36 RK_S32 time_offset_length = 0; in interpret_picture_timing_info() local
56 time_offset_length = in interpret_picture_timing_info()
57 vui_seq_parameters->nal_hrd_parameters.time_offset_length; in interpret_picture_timing_info()
64 time_offset_length = in interpret_picture_timing_info()
65 vui_seq_parameters->vcl_hrd_parameters.time_offset_length; in interpret_picture_timing_info()
139 if (time_offset_length) { in interpret_picture_timing_info()
141 READ_BITS(p_bitctx, time_offset_length, &tmp); in interpret_picture_timing_info()
145 tmp <<= (32 - time_offset_length); in interpret_picture_timing_info()
146 tmp >>= (32 - time_offset_length); in interpret_picture_timing_info()
H A Dh264d_sps.c66 READ_BITS(p_bitctx, 5, &hrd->time_offset_length); in read_hrd_parameters()
133 vui->nal_hrd_parameters.time_offset_length = 24; in read_VUI()
149 vui->vcl_hrd_parameters.time_offset_length = 24; in read_VUI()
H A Dh264d_global.h425 RK_U32 time_offset_length; // u(5) member
492 RK_S8 time_offset_length; member
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h69 RK_S32 time_offset_length; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h366 RK_U8 time_offset_length; member
H A Dav1d_cbs.c2565 fb(5, time_offset_length); in mpp_av1_metadata_timecode()
2566 if (current->time_offset_length > 0) in mpp_av1_metadata_timecode()
2567 fb(current->time_offset_length, time_offset_value); in mpp_av1_metadata_timecode()
2569 infer(time_offset_length, 0); in mpp_av1_metadata_timecode()