Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 26) sorted by relevance

12

/rockchip-linux_mpp/mpp/vproc/iep2/test/
H A Diep2_test.c35 RK_S32 w; member
161 static inline size_t get_frm_size(RK_S32 fmt, int w, int h) in get_frm_size()
174 static void iep2_test_set_img(iep_com_ctx *ctx, int w, int h, in iep2_test_set_img()
/rockchip-linux_mpp/mpp/hal/rkenc/common/
H A Dvepu510_common.c14 RK_S32 w, RK_S32 h) in vepu510_set_roi()
H A Dvepu541_common.c27 RK_S32 vepu541_get_roi_buf_size(RK_S32 w, RK_S32 h) in vepu541_get_roi_buf_size()
37 MPP_RET vepu541_set_one_roi(void *buf, MppEncROIRegion *region, RK_S32 w, RK_S32 h) in vepu541_set_one_roi()
91 MPP_RET vepu541_set_roi(void *buf, MppEncROICfg *roi, RK_S32 w, RK_S32 h) in vepu541_set_roi()
H A Dvepu511_common.c102 MPP_RET vepu511_set_roi(Vepu511RoiCfg *roi_reg_base, MppEncROICfg * roi, RK_S32 w, RK_S32 h) in vepu511_set_roi()
H A Dvepu540c_common.c33 RK_S32 w, RK_S32 h) in vepu540c_set_roi()
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c150 static inline size_t get_src_frm_size(RK_S32 fmt, RK_U32 w, RK_U32 h) in get_src_frm_size()
194 static inline size_t get_dst_frm_size(RK_S32 fmt, RK_U32 w, RK_U32 h) in get_dst_frm_size()
207 static void vdpp_test_set_img(vdpp_com_ctx *ctx, RK_U32 w, RK_U32 h, in vdpp_test_set_img()
/rockchip-linux_mpp/utils/
H A Dmpp_enc_roi_utils.h27 RK_U16 w; /**< width of ROI rectangle */ member
H A Dmpp_enc_roi_utils.c127 RK_S32 w; member
189 static MPP_RET vepu54x_h265_set_roi(void *dst_buf, void *src_buf, RK_S32 w, RK_S32 h) in vepu54x_h265_set_roi()
634 MPP_RET mpp_enc_roi_init(MppEncRoiCtx *ctx, RK_U32 w, RK_U32 h, MppCodingType type, RK_S32 count) in mpp_enc_roi_init()
/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2_roi.h27 int w; member
H A Diep2_osd.c59 static int iep2_osd_check(int8_t *mv, int w, int sx, int ex, int sy, int ey, in iep2_osd_check()
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c179 static RK_S32 get_image_size(RK_S32 w, RK_S32 h, RK_S32 fmt) in get_image_size()
210 static void config_iep_img(IepImg *img, RK_S32 w, RK_S32 h, RK_S32 fmt, RK_U32 base) in config_iep_img()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c453 static RK_S32 update_size(Vp9CodecContext *ctx, RK_S32 w, RK_S32 h, RK_S32 fmt) in update_size()
635 RK_U32 w, h; in decode_parser_header() local
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c791 MPP_RET vepu541_h265_set_roi(void *dst_buf, void *src_buf, RK_S32 w, RK_S32 h) in vepu541_h265_set_roi()
824 RK_U32 w = ctx->cfg->prep.width; in setup_vepu541_intra_refresh() local
931 RK_U32 w = ctx->cfg->prep.width; in vepu541_h265_set_roi_regs() local
H A Dhal_h265e_vepu580_tune.c634 RK_S32 w = ctx->cfg->prep.width; in vepu580_setup_qpmap_buf() local
H A Dhal_h265e_vepu580.c1760 RK_U32 w = ctx->cfg->prep.width; in setup_intra_refresh() local
2418 RK_S32 w = ctx->cfg->prep.width; in vepu580_h265_get_md_info_buf() local
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c981 RK_U32 w = ctx->sps->pic_width_in_mbs * 16; in setup_vepu541_intra_refresh() local
1087 RK_U32 w = ctx->sps->pic_width_in_mbs * 16; in setup_vepu541_roi() local
H A Dhal_h264e_vepu580.c1435 static MPP_RET vepu580_h264_set_one_roi(void *buf, MppEncROIRegion *region, RK_S32 w, RK_S32 h) in vepu580_h264_set_one_roi()
1488 RK_U32 w = mb_w * 16; in setup_vepu580_intra_refresh() local
H A Dhal_h264e_vepu510.c1362 static MPP_RET vepu510_h264_set_one_roi(void *buf, MppEncROIRegion *region, RK_S32 w, RK_S32 h) in vepu510_h264_set_one_roi()
1415 RK_U32 w = mb_w * 16; in setup_vepu510_intra_refresh() local
H A Dhal_h264e_vepu511.c1362 static MPP_RET vepu511_h264_set_one_roi(void *buf, MppEncROIRegion *region, RK_S32 w, RK_S32 h) in vepu511_h264_set_one_roi()
1415 RK_U32 w = mb_w * 16; in setup_vepu511_intra_refresh() local
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu2.c940 RK_U32 w = p_regs->sw110.pic_mb_w * 16; in vdpu2_h264d_start() local
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c225 MPP_RET h264e_vepu_buf_set_frame_size(HalH264eVepuBufs *bufs, RK_S32 w, RK_S32 h) in h264e_vepu_buf_set_frame_size()
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c157 static void dump_frame(FILE *fp, MppFrame frame, RK_U8 *tmp, RK_U32 w, RK_U32 h) in dump_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c256 RK_S64 v, w; in get_shear_params_valid() local
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c208 RK_U32 w = p->hor_stride, h = p->ver_stride; in get_mdinfo_size() local
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h1032 RK_U16 w; /**< width of ROI rectangle */ member
1077 RK_U16 w; /* width of ROI rectangle */ member

12