Home
last modified time | relevance | path

Searched refs:ready_num (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_msg_queue.c42 ctx->ready_num = 0; in vdec_msg_queue_init_ctx()
86 msg_ctx->ready_num++; in vdec_msg_queue_qbuf()
99 msg_ctx->hardware_index, buf, msg_ctx->ready_num); in vdec_msg_queue_qbuf()
153 msg_ctx->ready_num--; in vdec_msg_queue_dqbuf()
155 msg_ctx->hardware_index, buf, msg_ctx->ready_num); in vdec_msg_queue_dqbuf()
185 msg_queue->lat_ctx.ready_num, msg_queue->status); in vdec_msg_queue_wait_lat_buf_full()
194 msg_queue->lat_ctx.ready_num, msg_queue->status, in vdec_msg_queue_wait_lat_buf_full()
H A Dvdec_msg_queue.h47 int ready_num; member