Home
last modified time | relevance | path

Searched refs:time_scale (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c220 vui->time_scale = rc->fps_out_num * 2; in h264e_sps_update()
415 mpp_writer_put_bits(bit, vui->time_scale >> 16, 16); in h264e_sps_to_packet()
417 mpp_writer_put_bits(bit, vui->time_scale & 0xffff, 16); in h264e_sps_to_packet()
H A Dh264e_sps.h50 RK_U32 time_scale; member
/rockchip-linux_mpp/mpp/common/
H A Dvp8e_syntax.h56 RK_S32 time_scale; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h53 RK_U32 time_scale; member
H A Dav1d_cbs.c558 fc(32, time_scale, 1, MAX_UINT_BITS(32)); in mpp_av1_timing_info()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h448 RK_U32 time_scale; // u(32) member
475 RK_S32 *time_scale; member
H A Dh264d_sps.c117 READ_BITS_LONG(p_bitctx, 32, &vui->time_scale); in read_VUI()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h601 RK_S32 time_scale; member