Searched refs:video_vpu_fd (Results 1 – 2 of 2) sorted by relevance
118 pfd[0].fd = omx->drv_ctx.video_vpu_fd; in async_message_thread()300 pfd.fd = omx->drv_ctx.video_vpu_fd; in async_message_thread()665 drv_ctx.video_vpu_fd = -1; in omx_vdpp()766 unsubscribe_to_events(drv_ctx.video_vpu_fd); in ~omx_vdpp()767 close(drv_ctx.video_vpu_fd); in ~omx_vdpp()789 rc = ioctl(obj->drv_ctx.video_vpu_fd,VIDIOC_REQBUFS, &bufreq); in release_buffers()794 rc = ioctl(obj->drv_ctx.video_vpu_fd,VIDIOC_REQBUFS, &bufreq); in release_buffers()1458 drv_ctx.video_vpu_fd = openInput("msm_vpu"); in component_init()1460 drv_ctx.video_vpu_fd = 1; in component_init()1463 drv_ctx.video_vpu_fd, errno); in component_init()[all …]
355 int video_vpu_fd; member