Searched refs:hardware_index (Results 1 – 2 of 2) sorted by relevance
43 ctx->hardware_index = hardware_index; in vdec_msg_queue_init_ctx()48 switch (hardware_index) { in vdec_get_buf_list()60 if (hardware_index == MTK_VDEC_CORE) in vdec_msg_queue_inc()68 if (hardware_index == MTK_VDEC_CORE) in vdec_msg_queue_dec()78 head = vdec_get_buf_list(msg_ctx->hardware_index, buf); in vdec_msg_queue_qbuf()89 if (msg_ctx->hardware_index != MTK_VDEC_CORE) { in vdec_msg_queue_qbuf()99 msg_ctx->hardware_index, buf, msg_ctx->ready_num); in vdec_msg_queue_qbuf()128 if (msg_ctx->hardware_index == MTK_VDEC_CORE) in vdec_msg_queue_dqbuf()137 if (msg_ctx->hardware_index == MTK_VDEC_CORE) in vdec_msg_queue_dqbuf()144 head = vdec_get_buf_list(msg_ctx->hardware_index, buf); in vdec_msg_queue_dqbuf()[all …]
48 int hardware_index; member141 void vdec_msg_queue_init_ctx(struct vdec_msg_queue_ctx *ctx, int hardware_index);
Completed in 5 milliseconds