Home
last modified time | relevance | path

Searched refs:src_queue_cnt (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_dec.c262 if (ctx->src_queue_cnt >= 1 && ctx->state == MFCINST_GOT_INST) in s5p_mfc_ctx_ready()
265 if (ctx->src_queue_cnt >= 1 && in s5p_mfc_ctx_ready()
274 if (ctx->src_queue_cnt >= 1 && in s5p_mfc_ctx_ready()
284 ctx->src_queue_cnt >= 1) in s5p_mfc_ctx_ready()
1122 ctx->src_queue_cnt = 0; in s5p_mfc_stop_streaming()
1143 ctx->src_queue_cnt++; in s5p_mfc_buf_queue()
Ds5p_mfc_enc.c1111 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready()
1118 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
1139 ctx->src_queue_cnt++; in cleanup_ref_queue()
1142 ctx->src_queue_cnt, ctx->ref_queue_cnt); in cleanup_ref_queue()
1265 ctx->src_queue_cnt--; in enc_post_frame_start()
1293 if (ctx->src_queue_cnt > 0 && (ctx->state == MFCINST_RUNNING || in enc_post_frame_start()
1299 ctx->src_queue_cnt--; in enc_post_frame_start()
1305 ctx->src_queue_cnt, ctx->ref_queue_cnt); in enc_post_frame_start()
1327 if (ctx->state == MFCINST_RUNNING && ctx->src_queue_cnt == 0) in enc_post_frame_start()
2612 ctx->src_queue_cnt = 0; in s5p_mfc_stop_streaming()
[all …]
Ds5p_mfc.c452 ctx->src_queue_cnt--; in s5p_mfc_handle_frame()
462 if ((ctx->src_queue_cnt == 0 && ctx->state != MFCINST_FINISHING) in s5p_mfc_handle_frame()
595 ctx->src_queue_cnt--; in s5p_mfc_handle_init_buffers()
607 if (ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_handle_init_buffers()
793 ctx->src_queue_cnt = 0; in s5p_mfc_open()
Ds5p_mfc_common.h650 unsigned int src_queue_cnt; member
Ds5p_mfc_opr_v6.c2163 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt); in s5p_mfc_try_run_v6()