Home
last modified time | relevance | path

Searched refs:emAvPipeOutBufFill (Results 1 – 2 of 2) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/src/emAv/
H A DemAvServerProc_xine.c304 static int emAvPipeOutBufFill=0; variable
362 for (pos=0; pos<emAvPipeOutBufFill; pos+=len) { in emAvFlushPipe()
373 emAvPipeOutBufFill=0; in emAvFlushPipe()
382 emAvPipeOutBufFill+= in emAvBeginMsg()
393 p=emAvPipeOutBuf+emAvPipeOutBufFill; in emAvContMsgV()
394 a=emAvPipeBufSize-emAvPipeOutBufFill; in emAvContMsgV()
401 emAvPipeOutBufFill+=l; in emAvContMsgV()
417 if (emAvPipeOutBufFill>=emAvPipeBufSize) { in emAvEndMsg()
418 emAvPipeOutBufFill=emAvPipeBufSize-1; in emAvEndMsg()
420 emAvPipeOutBuf[emAvPipeOutBufFill]='\n'; in emAvEndMsg()
[all …]
H A DemAvServerProc_vlc.c529 static int emAvPipeOutBufFill=0; variable
648 for (pos=0; pos<emAvPipeOutBufFill; pos+=len) { in emAvFlushPipe()
659 emAvPipeOutBufFill=0; in emAvFlushPipe()
668 emAvPipeOutBufFill+= in emAvBeginMsg()
679 p=emAvPipeOutBuf+emAvPipeOutBufFill; in emAvContMsgV()
680 a=emAvPipeBufSize-emAvPipeOutBufFill; in emAvContMsgV()
687 emAvPipeOutBufFill+=l; in emAvContMsgV()
703 if (emAvPipeOutBufFill>=emAvPipeBufSize) { in emAvEndMsg()
704 emAvPipeOutBufFill=emAvPipeBufSize-1; in emAvEndMsg()
706 emAvPipeOutBuf[emAvPipeOutBufFill]='\n'; in emAvEndMsg()
[all …]