Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 94) sorted by relevance

1234

/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c165 RK_U32 height = mpp_frame_get_height(frame); in config_rga_image() local
252 RK_U32 height = mpp_frame_get_height(dst); in rga_control() local
349 RK_U32 height = mpp_frame_get_height(frame); in rga_dup_field() local
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu34x.c227 RK_S32 width, height; in hal_h265d_v345_output_pps_packet() local
451 RK_S32 width, height; in hal_h265d_output_pps_packet() local
669 RK_S32 width, RK_S32 height, void *dxva) in h265d_refine_rcb_size()
772 RK_S32 width, RK_S32 height) in hal_h265d_rcb_info_update()
842 RK_S32 width, height; in hal_h265d_vdpu34x_gen_regs() local
H A Dhal_h265d_vdpu382.c220 RK_S32 width, height; in hal_h265d_v382_output_pps_packet() local
440 RK_S32 width, RK_S32 height, void *dxva) in h265d_refine_rcb_size()
543 RK_S32 width, RK_S32 height) in hal_h265d_rcb_info_update()
619 RK_U32 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_vdpu382_setup_colmv_buf() local
652 RK_S32 width, height; in hal_h265d_vdpu382_gen_regs() local
H A Dhal_h265d_vdpu384a.c347 RK_S32 width, height; in hal_h265d_v345_output_pps_packet() local
646 RK_S32 width, RK_S32 height, void *dxva) in h265d_refine_rcb_size()
723 RK_S32 width, RK_S32 height) in hal_h265d_rcb_info_update()
781 RK_S32 width, height; in hal_h265d_vdpu384a_gen_regs() local
H A Dhal_h265d_vdpu383.c379 RK_S32 width, height; in hal_h265d_v345_output_pps_packet() local
650 RK_S32 width, RK_S32 height, void *dxva) in h265d_refine_rcb_size()
727 RK_S32 width, RK_S32 height) in hal_h265d_rcb_info_update()
860 RK_S32 width, height; in hal_h265d_vdpu383_gen_regs() local
/rockchip-linux_mpp/inc/
H A Dmpp_sys_cfg_st.h40 RK_U32 height; member
52 RK_U32 height; member
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp99 RK_S32 height = cfg->height; in vpu_api_set_enc_cfg() local
235 RK_U32 height, MppFrameFormat fmt) in copy_align_raw_buffer_to_dest()
708 RK_U32 height = ctx->height; in decode() local
1079 RK_U32 height = ctx->height; in encode() local
1340 RK_U32 height = ctx->height; in encoder_sendframe() local
/rockchip-linux_mpp/mpp/hal/rkdec/
H A Dvdpu34x_com.c56 RK_S32 vdpu34x_get_rcb_buf_size(Vdpu34xRcbInfo *info, RK_S32 width, RK_S32 height) in vdpu34x_get_rcb_buf_size()
230 RK_U32 vdpu34x_get_colmv_size(RK_U32 width, RK_U32 height, RK_U32 ctu_size, in vdpu34x_get_colmv_size()
H A Dvdpu382_com.c56 RK_S32 vdpu382_get_rcb_buf_size(Vdpu382RcbInfo *info, RK_S32 width, RK_S32 height) in vdpu382_get_rcb_buf_size()
258 RK_U32 vdpu382_get_colmv_size(RK_U32 width, RK_U32 height, RK_U32 ctu_size, in vdpu382_get_colmv_size()
H A Dvdpu384a_com.c46 RK_S32 vdpu384a_get_rcb_buf_size(Vdpu384aRcbInfo *info, RK_S32 width, RK_S32 height) in vdpu384a_get_rcb_buf_size()
65 RK_RET vdpu384a_check_rcb_buf_size(Vdpu384aRcbInfo *info, RK_S32 width, RK_S32 height) in vdpu384a_check_rcb_buf_size()
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_sys_cfg_st_test.c18 RK_U32 height = 2304; in main() local
H A Dmpp_sys_cfg_test.c24 RK_U32 height = 2304; in main() local
/rockchip-linux_mpp/utils/
H A Dosd3_test.c79 static MPP_RET translate_argb(RK_U8 *src, RK_U8 *dst, RK_U32 width, RK_U32 height, in translate_argb()
302 static RK_U32 get_frame_size_by_format(OsdFmt fmt, RK_U32 width, RK_U32 height) in get_frame_size_by_format()
H A Dutils.c65 RK_U32 height = 0; in dump_mpp_frame_to_file() local
381 RK_U32 height = mpp_frame_get_height(frame); in calc_frm_crc() local
481 static MPP_RET read_with_pixel_width(RK_U8 *buf, RK_S32 width, RK_S32 height, in read_with_pixel_width()
512 MPP_RET read_image(RK_U8 *buf, FILE *fp, RK_U32 width, RK_U32 height, in read_image()
664 static void fill_MPP_FMT_YUV420SP(RK_U8 *buf, RK_U32 width, RK_U32 height, in fill_MPP_FMT_YUV420SP()
688 static void fill_MPP_FMT_YUV422SP(RK_U8 *buf, RK_U32 width, RK_U32 height, in fill_MPP_FMT_YUV422SP()
1076 MPP_RET fill_image(RK_U8 *buf, RK_U32 width, RK_U32 height, in fill_image()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c153 RK_S32 height; member
796 RK_S32 width, RK_S32 height) in h264d_refine_rcb_size()
854 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update() local
888 static MPP_RET vdpu34x_h264d_setup_colmv_buf(void *hal, RK_U32 width, RK_U32 height) in vdpu34x_h264d_setup_colmv_buf()
927 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu34x_h264d_gen_regs() local
H A Dhal_h264d_vdpu384a.c87 RK_S32 height; member
678 RK_S32 width, RK_S32 height) in h264d_refine_rcb_size()
733 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update() local
769 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu384a_h264d_gen_regs() local
H A Dhal_h264d_vdpu383.c100 RK_S32 height; member
727 RK_S32 width, RK_S32 height) in h264d_refine_rcb_size()
782 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update() local
817 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu383_h264d_gen_regs() local
H A Dhal_h264d_vdpu382.c157 RK_S32 height; member
825 RK_S32 width, RK_S32 height) in h264d_refine_rcb_size()
892 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in hal_h264d_rcb_info_update() local
926 RK_S32 height = MPP_ALIGN((p_hal->pp->wFrameHeightInMbsMinus1 + 1) << 4, 64); in vdpu382_h264d_setup_colmv_buf() local
/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_frame_test.c26 rk_u32 height = 1080; in main() local
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu34x.c65 RK_S32 height; member
275 RK_S32 width, RK_S32 height, void* data) in vp9d_refine_rcb_size()
338 RK_S32 height = vp9_ver_align(pic_param->height); in hal_vp9d_rcb_info_update() local
386 RK_U32 height = pic_param->height; in hal_vp9d_vdpu34x_setup_colmv_buf() local
H A Dhal_vp9d_vdpu382.c65 RK_S32 height; member
276 RK_S32 width, RK_S32 height, void* data) in vp9d_refine_rcb_size()
350 RK_S32 height = vp9_ver_align(pic_param->height); in hal_vp9d_rcb_info_update() local
399 RK_U32 height = pic_param->height; in hal_vp9d_vdpu382_setup_colmv_buf() local
/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c136 RK_U32 height = mpp_frame_get_height(frame); in thread_output() local
242 RK_U32 height = cmd->height; in mt_dec_decode() local
H A Dmpi_dec_nt_test.c119 RK_U32 height = mpp_frame_get_height(frame); in dec_loop() local
316 RK_U32 height = cmd->height; in dec_nt_decode() local
H A Dmpi_dec_test.c128 RK_U32 height = mpp_frame_get_height(frame); in dec_simple() local
421 RK_U32 height = cmd->height; in dec_decode() local
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c162 RK_U32 height = mpp_frame_get_height(frame); in dump_frame() local
425 RK_U32 height = mpp_frame_get_ver_stride(frame); in mpp_ops_dec_get_frm() local
448 RK_U32 height = mpp_frame_get_ver_stride(frame); in mpp_ops_enc_put_frm() local

1234