Home
last modified time | relevance | path

Searched refs:batch_io (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_service.c294 p->batch_io = 0; in mpp_service_init()
334 if (p->batch_io) in mpp_service_deinit()
356 if (!p->batch_io) in mpp_service_attach()
371 if (p->batch_io) in mpp_service_detach()
635 if (p->batch_io) { in mpp_service_cmd_send()
662 if (p->batch_io) { in mpp_service_cmd_poll()
H A Dmpp_server.cpp833 ctx->batch_io = 1; in attach()
836 ctx->batch_io = 0; in attach()
866 ctx->batch_io = 0; in detach()
/OK3568_Linux_fs/external/mpp/osal/driver/inc/
H A Dmpp_service_impl.h42 RK_S32 batch_io; member