Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_enc.c1111 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready()
1113 if (ctx->state == MFCINST_GOT_INST && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
1118 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
1122 ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
1173 ctx->dst_queue_cnt--; in enc_post_seq_start()
1306 if ((ctx->dst_queue_cnt > 0) && (strm_size > 0)) { in enc_post_frame_start()
1310 ctx->dst_queue_cnt--; in enc_post_frame_start()
1331 if (!src_ready || ctx->dst_queue_cnt == 0) in enc_post_frame_start()
2606 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming()
2636 ctx->dst_queue_cnt++; in s5p_mfc_buf_queue()
Ds5p_mfc_dec.c267 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
271 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
281 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
1106 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming()
1152 ctx->dst_queue_cnt++; in s5p_mfc_buf_queue()
Ds5p_mfc.c241 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_all_extracted()
345 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_new()
463 || ctx->dst_queue_cnt < ctx->pb_count) in s5p_mfc_handle_frame()
607 if (ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_handle_init_buffers()
632 ctx->dst_queue_cnt--; in s5p_mfc_handle_stream_complete()
794 ctx->dst_queue_cnt = 0; in s5p_mfc_open()
Ds5p_mfc_common.h651 unsigned int dst_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()