Home
last modified time | relevance | path

Searched refs:fmt_codec (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_sys_cfg_st.h28 MppFrameFormat fmt_codec; member
49 MppFrameFormat fmt_codec; member
H A Dmpp_sys_cfg.h39 MppFrameFormat fmt_codec; member
/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_sys_cfg_st_test.c38 byte_stride_cfg.fmt_codec = MPP_FMT_YUV420SP; in main()
59 size_cfg.fmt_codec = MPP_FMT_YUV420SP; in main()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg_st.c66 ret = mpp_sys_cfg_set_u32(cfg, "dec_buf_chk:fmt_codec", byte_stride_cfg->fmt_codec); in mpp_sys_cfg_st_get_byte_stride()
136 ret = mpp_sys_cfg_set_u32(cfg, "dec_buf_chk:fmt_codec", size_cfg->fmt_codec); in mpp_sys_cfg_st_get_size()
H A Dmpp_sys_cfg.c78 …ENTRY(dec_buf_chk, fmt_codec, u32, MppFrameFormat, MPP_SYS_DEC_BUF_CHK_CFG_CHANGE_FMT_CODEC, …
302 MppFrameFormat fmt = (MppFrameFormat)(((RK_U32)cfg->fmt_codec & MPP_FRAME_FMT_MASK) | in mpp_sys_dec_buf_chk_proc()
305 MppFrameFormat fmt_raw = cfg->fmt_codec; in mpp_sys_dec_buf_chk_proc()