Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c730 ctx->src_queue_cnt, ctx->dst_queue_cnt, ctx->state); in s5p_mfc_ctx_ready()
732 if (ctx->state == MFCINST_GOT_INST && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
737 ctx->src_queue_cnt >= 1 && ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
741 ctx->dst_queue_cnt >= 1) in s5p_mfc_ctx_ready()
798 ctx->dst_queue_cnt--; in enc_post_seq_start()
913 if ((ctx->dst_queue_cnt > 0) && (strm_size > 0)) { in enc_post_frame_start()
917 ctx->dst_queue_cnt--; in enc_post_frame_start()
933 if ((ctx->src_queue_cnt == 0) || (ctx->dst_queue_cnt == 0)) in enc_post_frame_start()
1996 ctx->dst_queue_cnt = 0; in s5p_mfc_stop_streaming()
2027 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()
1087 ctx->dst_queue_cnt++; in s5p_mfc_buf_queue()
Ds5p_mfc.c200 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_all_extracted()
297 ctx->dst_queue_cnt--; in s5p_mfc_handle_frame_new()
418 || ctx->dst_queue_cnt < ctx->pb_count) in s5p_mfc_handle_frame()
590 ctx->dst_queue_cnt--; in s5p_mfc_handle_stream_complete()
751 ctx->dst_queue_cnt = 0; in s5p_mfc_open()
Ds5p_mfc_common.h584 unsigned int dst_queue_cnt; member
Ds5p_mfc_opr_v6.c1760 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt); in s5p_mfc_try_run_v6()