Searched refs:curr_str_cfg (Results 1 – 1 of 1) sorted by relevance
618 u32 *curr_str_cfg = &iface->stream_config[instance]; in vpu_malone_set_stream_cfg() local620 *curr_str_cfg = 0; in vpu_malone_set_stream_cfg()621 STREAM_CONFIG_FORMAT_SET(malone_format, curr_str_cfg); in vpu_malone_set_stream_cfg()622 STREAM_CONFIG_STRBUFIDX_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()623 STREAM_CONFIG_NOSEQ_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()624 STREAM_CONFIG_DEBLOCK_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()625 STREAM_CONFIG_DERING_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()626 STREAM_CONFIG_PLAY_MODE_SET(0x3, curr_str_cfg); in vpu_malone_set_stream_cfg()627 STREAM_CONFIG_FS_CTRL_MODE_SET(0x1, curr_str_cfg); in vpu_malone_set_stream_cfg()628 STREAM_CONFIG_ENABLE_DCP_SET(1, curr_str_cfg); in vpu_malone_set_stream_cfg()[all …]