Lines Matching refs:video_driver_fd

177         error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG,
541 drv_ctx.video_driver_fd = -1;
592 close (drv_ctx.video_driver_fd);
593 drv_ctx.video_driver_fd = -1;
859 if (ioctl (pThis->drv_ctx.video_driver_fd,
918 if (ioctl (pThis->drv_ctx.video_driver_fd,
953 if (ioctl (pThis->drv_ctx.video_driver_fd,
1199 drv_ctx.video_driver_fd = open(device_name, O_RDWR | O_NONBLOCK);
1202 drv_ctx.video_driver_fd, errno);
1204 if (drv_ctx.video_driver_fd == 0) {
1205 drv_ctx.video_driver_fd = open(device_name, O_RDWR | O_NONBLOCK);
1208 if (is_secure && drv_ctx.video_driver_fd < 0) {
1211 drv_ctx.video_driver_fd = open(device_name, O_RDWR | O_NONBLOCK);
1213 if (drv_ctx.video_driver_fd > 0) {
1219 if (drv_ctx.video_driver_fd < 0) {
1421 ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_CODEC,
1434 ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_OUTPUT_FORMAT,
1457 ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_PICRES,
1492 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_GET_DISABLE_DMX_SUPPORT, &ioctl_msg)) {
1499 int rc = ioctl(drv_ctx.video_driver_fd,
1586 (void)ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_STOP_NEXT_MSG,
1802 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_CMD_START,
1828 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_CMD_START,
1876 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_CMD_PAUSE,
1927 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_CMD_RESUME,
2211 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_CMD_FLUSH, &ioctl_msg) < 0) {
2964 if (ioctl (drv_ctx.video_driver_fd, VDEC_IOCTL_SET_FRAME_RATE,
2995 if (ioctl (drv_ctx.video_driver_fd, VDEC_IOCTL_SET_PICRES,
3058 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_SET_OUTPUT_FORMAT,
3296 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_SET_PICTURE_ORDER,
3366 int rc = ioctl(drv_ctx.video_driver_fd,
3382 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_SET_PICTURE_ORDER,
3404 int rc = ioctl(drv_ctx.video_driver_fd,
3419 int rc = ioctl(drv_ctx.video_driver_fd,
3543 (void)(ioctl(drv_ctx.video_driver_fd,
4082 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_BUFFER,
4285 int ioctl_r = ioctl (drv_ctx.video_driver_fd,
4346 if (ioctl (drv_ctx.video_driver_fd, VDEC_IOCTL_FREE_BUFFER,
4640 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_BUFFER,
4994 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_BUFFER,
5545 if (ioctl(drv_ctx.video_driver_fd,VDEC_IOCTL_DECODE_FRAME,
5689 if (ioctl (drv_ctx.video_driver_fd,
5871 (void)ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_STOP_NEXT_MSG,
7492 if (ioctl (drv_ctx.video_driver_fd, VDEC_IOCTL_GET_BUFFER_REQ,
7555 if (ioctl (drv_ctx.video_driver_fd, VDEC_IOCTL_SET_BUFFER_REQ,
7579 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_GET_INTERLACE_FORMAT, &ioctl_msg)) {
7610 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_GET_PICRES, &ioctl_msg)) {
7945 if (ioctl (drv_ctx.video_driver_fd, VDEC_IOCTL_SET_FRAME_RATE,
8430 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_SET_EXTRADATA,
9036 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_META_BUFFERS, (void*)&ioctl_msg) < 0) {
9055 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_FREE_META_BUFFERS,NULL) < 0)
9098 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_GET_MV_BUFFER_SIZE, (void*)&ioctl_msg) < 0) {
9173 if (ioctl (drv_ctx.video_driver_fd,VDEC_IOCTL_SET_H264_MV_BUFFER, (void*)&ioctl_msg) < 0) {
9191 if (ioctl(drv_ctx.video_driver_fd, VDEC_IOCTL_FREE_H264_MV_BUFFER,NULL) < 0)