Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_rc.c211 vb->time_scale); in get_vir_buffer_bitcnt()
221 while (vb->pic_time_inc >= vb->time_scale) { in get_vir_buffer_bitcnt()
222 vb->pic_time_inc -= vb->time_scale; in get_vir_buffer_bitcnt()
227 drift = axb_div_c(vb->bit_rate, vb->pic_time_inc, vb->time_scale); in get_vir_buffer_bitcnt()
499 vb->time_scale = rc->fps_out_num; in vp8e_init_rc()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c219 vui->time_scale = rc->fps_out_num * 2; in h264e_sps_update()
411 mpp_writer_put_bits(bit, vui->time_scale >> 16, 16); in h264e_sps_to_packet()
413 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
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dvp8e_syntax.h56 RK_S32 time_scale; member
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h69 unsigned int time_scale; member
H A Dnal-h264.c564 rbsp_bits(rbsp, 32, &vui->time_scale); in nal_h264_rbsp_vui_parameters()
H A Dallegro-core.c1327 sps->vui.time_scale = 2 * channel->framerate.numerator; in allegro_h264_write_sps()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_venc.h493 RK_U32 time_scale; member
547 RK_U32 time_scale; member
/OK3568_Linux_fs/external/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.c115 READ_BITS_LONG(p_bitctx, 32, &vui->time_scale); in read_VUI()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h53 RK_U32 time_scale; member
H A Dav1d_cbs.c555 fc(32, time_scale, 1, MAX_UINT_BITS(32)); in mpp_av1_timing_info()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h943 RK_S32 time_scale; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h928 RK_S32 time_scale; member
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h819 u32 time_scale; member
H A Dhfi_cmds.c849 vui->time_scale = in->time_scale; in pkt_session_set_property_1x()
H A Dvenc.c565 info.time_scale = NSEC_PER_SEC; in venc_set_properties()
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpifunc.c712 u16 hpi_outstream_set_time_scale(u32 h_outstream, u32 time_scale) in hpi_outstream_set_time_scale() argument
722 hm.u.d.u.time_scale = time_scale; in hpi_outstream_set_time_scale()
H A Dhpi_internal.h722 u32 time_scale; member