Searched refs:src_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_dec.c | 215 if (ctx->src_queue_cnt >= 1 && ctx->state == MFCINST_GOT_INST) in s5p_mfc_ctx_ready() 218 if (ctx->src_queue_cnt >= 1 && in s5p_mfc_ctx_ready() 227 if (ctx->src_queue_cnt >= 1 && in s5p_mfc_ctx_ready() 237 ctx->src_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1047 ctx->src_queue_cnt = 0; in s5p_mfc_stop_streaming() 1068 ctx->src_queue_cnt++; in s5p_mfc_buf_queue()
|
H A D | s5p_mfc_enc.c | 1097 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready() 1104 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1125 ctx->src_queue_cnt++; in cleanup_ref_queue() 1128 ctx->src_queue_cnt, ctx->ref_queue_cnt); in cleanup_ref_queue() 1240 ctx->src_queue_cnt--; in enc_post_frame_start() 1261 if (ctx->src_queue_cnt > 0 && (ctx->state == MFCINST_RUNNING || in enc_post_frame_start() 1267 ctx->src_queue_cnt--; in enc_post_frame_start() 1273 ctx->src_queue_cnt, ctx->ref_queue_cnt); in enc_post_frame_start() 1295 if (ctx->state == MFCINST_RUNNING && ctx->src_queue_cnt == 0) in enc_post_frame_start() 2558 ctx->src_queue_cnt in s5p_mfc_stop_streaming() [all...] |
H A D | s5p_mfc.c | 440 ctx->src_queue_cnt--; in s5p_mfc_handle_frame() 450 if ((ctx->src_queue_cnt == 0 && ctx->state != MFCINST_FINISHING) in s5p_mfc_handle_frame() 580 ctx->src_queue_cnt--; in s5p_mfc_handle_init_buffers() 776 ctx->src_queue_cnt = 0; in s5p_mfc_open()
|
H A D | s5p_mfc_common.h | 557 * @src_queue_cnt: number of buffers queued on the source internal queue 635 unsigned int src_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_dec.c | 248 if (ctx->src_queue_cnt >= 1 && ctx->state == MFCINST_GOT_INST) in s5p_mfc_ctx_ready() 251 if (ctx->src_queue_cnt >= 1 && in s5p_mfc_ctx_ready() 260 if (ctx->src_queue_cnt >= 1 && in s5p_mfc_ctx_ready() 270 ctx->src_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1080 ctx->src_queue_cnt = 0; in s5p_mfc_stop_streaming() 1101 ctx->src_queue_cnt++; in s5p_mfc_buf_queue()
|
H A D | s5p_mfc_enc.c | 1097 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready() 1104 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready() 1125 ctx->src_queue_cnt++; in cleanup_ref_queue() 1128 ctx->src_queue_cnt, ctx->ref_queue_cnt); in cleanup_ref_queue() 1240 ctx->src_queue_cnt--; in enc_post_frame_start() 1261 if (ctx->src_queue_cnt > 0 && (ctx->state == MFCINST_RUNNING || in enc_post_frame_start() 1267 ctx->src_queue_cnt--; in enc_post_frame_start() 1273 ctx->src_queue_cnt, ctx->ref_queue_cnt); in enc_post_frame_start() 1295 if (ctx->state == MFCINST_RUNNING && ctx->src_queue_cnt == 0) in enc_post_frame_start() 2556 ctx->src_queue_cnt in s5p_mfc_stop_streaming() [all...] |
H A D | s5p_mfc.c | 452 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() 791 ctx->src_queue_cnt = 0; in s5p_mfc_open()
|
H A D | s5p_mfc_common.h | 561 * @src_queue_cnt: number of buffers queued on the source internal queue 645 unsigned int src_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 24 milliseconds