Home
last modified time | relevance | path

Searched refs:fast_out (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_dec_cfg_test.c44 RK_S32 fast_out = 1; in main() local
48 mpp_log("before set: fast_out %d\n", impl->cfg.base.fast_out); in main()
51 ret = mpp_dec_cfg_set_u32(cfg, "base:fast_out", fast_out); in main()
55 mpp_log("after get: fast_out %d\n", fast_out); in main()
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp_dec_cfg.h69 RK_U32 fast_out; member
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp501 dst_base->fast_out = src_base->fast_out; in mpp_dec_set_cfg()
1031 cfg->fast_out = (param) ? (*((RK_U32 *)param)) : (0); in mpp_dec_set_cfg_by_cmd()
1033 dec_dbg_func("fast output mode %d\n", cfg->fast_out); in mpp_dec_set_cfg_by_cmd()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp116 …ENTRY(base, fast_out, U32, RK_U32, MPP_DEC_CFG_CHANGE_FAST_OUT, base, fast…
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_api.c348 p_Dec->immediate_out = p_Dec->cfg->base.fast_out; in h264d_init()
H A Dh264d_dpb.c1374 if (p_Dpb->p_Vid->p_Dec->cfg->base.fast_out) in scan_dpb_output()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1160 if (cfg->base.fast_out) in mpp_hevc_output_frame()