Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c738 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready()
740 if (ctx->state == MFCINST_GOT_INST && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
745 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
749 ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
801 ctx->dst_queue_cnt--; in enc_post_seq_start()
908 if ((ctx->dst_queue_cnt > 0) && (strm_size > 0)) { in enc_post_frame_start()
912 ctx->dst_queue_cnt--; in enc_post_frame_start()
927 if ((ctx->src_queue_cnt == 0) || (ctx->dst_queue_cnt == 0)) in enc_post_frame_start()
1983 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming()
2013 ctx->dst_queue_cnt++; in s5p_mfc_buf_queue()
Ds5p_mfc_dec.c232 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
236 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
246 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
1039 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming()
1085 ctx->dst_queue_cnt++; in s5p_mfc_buf_queue()
Ds5p_mfc.c234 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_all_extracted()
331 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_new()
449 || ctx->dst_queue_cnt < ctx->pb_count) in s5p_mfc_handle_frame()
610 ctx->dst_queue_cnt--; in s5p_mfc_handle_stream_complete()
768 ctx->dst_queue_cnt = 0; in s5p_mfc_open()
Ds5p_mfc_common.h586 unsigned int dst_queue_cnt; member
Ds5p_mfc_opr_v6.c1718 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt); in s5p_mfc_try_run_v6()