Home
last modified time | relevance | path

Searched refs:fd_spu (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/dxr3/
H A Ddxr3_decode_spu.c216 if (this->dxr3_vo->fd_spu >= 0) in dxr3_spudec_open_plugin()
217 this->fd_spu = this->dxr3_vo->fd_spu; in dxr3_spudec_open_plugin()
231 this->dxr3_vo->fd_spu = this->fd_spu; in dxr3_spudec_open_plugin()
360 dxr3_spu_button(this->fd_spu, NULL); in dxr3_spudec_decode_data()
544 dxr3_spu_button(this->fd_spu, NULL); in dxr3_spudec_dispose()
549 close(this->fd_spu); in dxr3_spudec_dispose()
550 this->fd_spu = -1; in dxr3_spudec_dispose()
551 this->dxr3_vo->fd_spu = -1; in dxr3_spudec_dispose()
584 if (dxr3_spu_button(this->fd_spu, &btn)) in dxr3_spudec_set_button()
615 if (dxr3_spu_button(this->fd_spu, &btn)) in dxr3_spudec_process_nav()
[all …]
H A Dvideo_out_dxr3.c240 this->fd_spu = -1; in dxr3_vo_open_plugin()
817 if (this->fd_spu < 0) { in dxr3_overlay_end()
819 if ((this->fd_spu = xine_open_cloexec(tmpstr, O_WRONLY)) < 0) { in dxr3_overlay_end()
836 dxr3_spu_button(this->fd_spu, NULL); in dxr3_overlay_end()
837 if (write(this->fd_spu, empty_spu, sizeof(empty_spu)) != sizeof(empty_spu)) { in dxr3_overlay_end()
851 if (dxr3_spu_setpalette(this->fd_spu, this->spu_enc->color)) in dxr3_overlay_end()
856 written = write(this->fd_spu, this->spu_enc->target, this->spu_enc->size); in dxr3_overlay_end()
874 if (dxr3_spu_button(this->fd_spu, &btn)) in dxr3_overlay_end()
1213 if (this->fd_spu >= 0) { in dxr3_dispose()
1221 dxr3_spu_button(this->fd_spu, NULL); in dxr3_dispose()
[all …]
H A Dvideo_out_dxr3.h89 int fd_spu; /* to access the relevant dxr3 devices */ member
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_dxr3.c91 static int fd_spu = -1; variable
234 close(fd_spu); in control()
235 fd_spu = open(fds_name, O_WRONLY); in control()
237 fsync(fd_spu); in control()
620 write(fd_spu, p->data, p->size); in draw_frame()
695 if (fd_spu != -1) { in uninit()
696 close(fd_spu); in uninit()
809 fd_spu = open(devname, fdflags); in preinit()
810 if (fd_spu < 0) { in preinit()
814 fd_spu = open(devname, fdflags); in preinit()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_dxr3.c91 static int fd_spu = -1; variable
234 close(fd_spu); in control()
235 fd_spu = open(fds_name, O_WRONLY); in control()
237 fsync(fd_spu); in control()
620 write(fd_spu, p->data, p->size); in draw_frame()
695 if (fd_spu != -1) { in uninit()
696 close(fd_spu); in uninit()
809 fd_spu = open(devname, fdflags); in preinit()
810 if (fd_spu < 0) { in preinit()
814 fd_spu = open(devname, fdflags); in preinit()
[all …]