Searched refs:curr_param (Results 1 – 2 of 2) sorted by relevance
27 return &ctx->curr_param.output; in ctx_get_frame()29 return &ctx->curr_param.captures[0]; in ctx_get_frame()34 atomic_or(state, &ctx->curr_param.state); in mdp_m2m_ctx_set_state()39 return ((atomic_read(&ctx->curr_param.state) & mask) == mask); in mdp_m2m_ctx_is_state_set()51 ctx->curr_param.frame_no = ctx->frame_count[MDP_M2M_SRC]; in mdp_m2m_process_done()77 param.frame_no = ctx->curr_param.frame_no; in mdp_m2m_device_run()78 param.type = ctx->curr_param.type; in mdp_m2m_device_run()143 ctx->curr_param.limit); in mdp_m2m_start_streaming()293 pix_mp->colorspace = ctx->curr_param.colorspace; in mdp_m2m_g_fmt_mplane()294 pix_mp->xfer_func = ctx->curr_param.xfer_func; in mdp_m2m_g_fmt_mplane()[all …]
39 struct mdp_frameparam curr_param; member