Searched refs:curr_str_cfg (Results 1 – 1 of 1) sorted by relevance
613 u32 *curr_str_cfg = &iface->stream_config[instance]; in vpu_malone_set_stream_cfg() local615 *curr_str_cfg = 0; in vpu_malone_set_stream_cfg()616 STREAM_CONFIG_FORMAT_SET(malone_format, curr_str_cfg); in vpu_malone_set_stream_cfg()617 STREAM_CONFIG_STRBUFIDX_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()618 STREAM_CONFIG_NOSEQ_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()619 STREAM_CONFIG_DEBLOCK_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()620 STREAM_CONFIG_DERING_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()621 STREAM_CONFIG_PLAY_MODE_SET(0x3, curr_str_cfg); in vpu_malone_set_stream_cfg()622 STREAM_CONFIG_FS_CTRL_MODE_SET(0x1, curr_str_cfg); in vpu_malone_set_stream_cfg()623 STREAM_CONFIG_ENABLE_DCP_SET(1, curr_str_cfg); in vpu_malone_set_stream_cfg()[all …]