Searched refs:dst_queue_cnt (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1097 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready() 1099 if (ctx->state == MFCINST_GOT_INST && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1104 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1108 ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1160 ctx->dst_queue_cnt--; in enc_post_seq_start() 1274 if ((ctx->dst_queue_cnt > 0) && (strm_size > 0)) { in enc_post_frame_start() 1278 ctx->dst_queue_cnt--; in enc_post_frame_start() 1299 if (!src_ready || ctx->dst_queue_cnt == 0) in enc_post_frame_start() 2552 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming() 2582 ctx->dst_queue_cnt in s5p_mfc_buf_queue() [all...] |
H A D | s5p_mfc_dec.c | 220 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready() 224 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready() 234 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready() 1031 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming() 1077 ctx->dst_queue_cnt++; in s5p_mfc_buf_queue()
|
H A D | s5p_mfc.c | 235 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_all_extracted() 333 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_new() 451 || ctx->dst_queue_cnt < ctx->pb_count) in s5p_mfc_handle_frame() 615 ctx->dst_queue_cnt--; in s5p_mfc_handle_stream_complete() 777 ctx->dst_queue_cnt = 0; in s5p_mfc_open()
|
H A D | s5p_mfc_common.h | 558 * @dst_queue_cnt: number of buffers queued on the dest internal queue 636 unsigned int dst_queue_cnt; member
|
H A D | s5p_mfc_opr_v6.c | 1989 mfc_debug(1, "ctx->dst_queue_cnt=%d ctx->dpb_count=%d ctx->src_queue_cnt=%d\n", in s5p_mfc_try_run_v6() 1990 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt); in s5p_mfc_try_run_v6()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1097 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready() 1099 if (ctx->state == MFCINST_GOT_INST && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1104 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1108 ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1160 ctx->dst_queue_cnt--; in enc_post_seq_start() 1274 if ((ctx->dst_queue_cnt > 0) && (strm_size > 0)) { in enc_post_frame_start() 1278 ctx->dst_queue_cnt--; in enc_post_frame_start() 1299 if (!src_ready || ctx->dst_queue_cnt == 0) in enc_post_frame_start() 2550 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming() 2580 ctx->dst_queue_cnt in s5p_mfc_buf_queue() [all...] |
H A D | s5p_mfc_dec.c | 253 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready() 257 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready() 267 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready() 1064 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming() 1110 ctx->dst_queue_cnt++; in s5p_mfc_buf_queue()
|
H A D | s5p_mfc.c | 241 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() 630 ctx->dst_queue_cnt--; in s5p_mfc_handle_stream_complete() 792 ctx->dst_queue_cnt = 0; in s5p_mfc_open()
|
H A D | s5p_mfc_common.h | 562 * @dst_queue_cnt: number of buffers queued on the dest internal queue 646 unsigned int dst_queue_cnt; member
|
H A D | s5p_mfc_opr_v6.c | 1989 mfc_debug(1, "ctx->dst_queue_cnt=%d ctx->dpb_count=%d ctx->src_queue_cnt=%d\n", in s5p_mfc_try_run_v6() 1990 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt); in s5p_mfc_try_run_v6()
|
Completed in 20 milliseconds