Searched refs:fast_out (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_dec_cfg_test.c | 44 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 D | mpp_dec_cfg.h | 69 RK_U32 fast_out; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_dec.cpp | 501 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 D | mpp_dec_cfg.cpp | 116 …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 D | h264d_api.c | 348 p_Dec->immediate_out = p_Dec->cfg->base.fast_out; in h264d_init()
|
| H A D | h264d_dpb.c | 1374 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 D | h265d_parser.c | 1160 if (cfg->base.fast_out) in mpp_hevc_output_frame()
|