Home
last modified time | relevance | path

Searched defs:cChannel (Results 1 – 10 of 10) sorted by relevance

/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DRPC.cpp16 void Server::setUserState(User *pUser, Channel *cChannel, bool mute, bool deaf, bool suppressed, bo… in setUserState()
215 bool Server::setChannelState(Channel *cChannel, Channel *cParent, const QString &qsName, const QSet… in setChannelState()
365 void Server::sendTextMessage(Channel *cChannel, ServerUser *pUser, bool tree, const QString &text) { in sendTextMessage()
405 void Server::setTempGroups(int userid, int sessionId, Channel *cChannel, const QStringList &groups)… in setTempGroups()
440 void Server::clearTempGroups(User *user, Channel *cChannel, bool recurse) { in clearTempGroups()
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DRPC.cpp16 void Server::setUserState(User *pUser, Channel *cChannel, bool mute, bool deaf, bool suppressed, bo… in setUserState()
215 bool Server::setChannelState(Channel *cChannel, Channel *cParent, const QString &qsName, const QSet… in setChannelState()
365 void Server::sendTextMessage(Channel *cChannel, ServerUser *pUser, bool tree, const QString &text) { in sendTextMessage()
405 void Server::setTempGroups(int userid, int sessionId, Channel *cChannel, const QStringList &groups)… in setTempGroups()
440 void Server::clearTempGroups(User *user, Channel *cChannel, bool recurse) { in clearTempGroups()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dstrenc.c59 …WMIQuantizer * pQuantizer[MAX_CHANNELS], BitIOInfo * pIO, U8 cChMode, size_t cChannel, size_t iPos) in writeQuantizer()
1853 const size_t cChannel = pSC->m_param.cNumChannels; in inputMBRow() local
1925 const size_t cChannel = pSC->m_param.cNumChannels; in inputMBRow() local
2029 const size_t cChannel = pSC->WMISCP.cChannel; in inputMBRow() local
2111 const size_t cChannel = pSC->WMISCP.cChannel; in inputMBRow() local
2167 const size_t cChannel = pSC->WMISCP.cChannel; // check xxx => Y_ONLY transcoding! in inputMBRow() local
2204 const size_t cChannel = pSC->WMISCP.cChannel; in inputMBRow() local
2240 const size_t cChannel = pSC->WMISCP.cChannel; // check xxx => Y_ONLY transcoding! in inputMBRow() local
2278 const size_t cChannel = pSC->WMISCP.cChannel; in inputMBRow() local
/dports/audio/murmur/mumble-1.3.3/src/
H A DUser.h33 Channel *cChannel; variable
/dports/audio/mumble/mumble-1.3.3/src/
H A DUser.h33 Channel *cChannel; variable
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A DJXRTranscode.c83 Void transcodeQuantizer(BitIOInfo * pIO, U8 cIndex[MAX_CHANNELS], U8 cChMode, size_t cChannel) in transcodeQuantizer()
105 …itIOInfo * pIO, U8 cIndex[16][MAX_CHANNELS], U8 cChMode[16], U32 cNum, size_t cChannel, Bool bCopy) in transcodeQuantizers()
H A Dstrdec.c53 U8 readQuantizerSB(U8 pQPIndex[MAX_CHANNELS], SimpleBitIO * pIO, size_t cChannel) in readQuantizerSB()
78 U8 readQuantizer(CWMIQuantizer * pQuantizer[MAX_CHANNELS], BitIOInfo * pIO, size_t cChannel, size_t… in readQuantizer()
611 const size_t cChannel = pII->cfColorFormat == Y_ONLY ? 1 : pSC->WMISCP.cChannel; in outputNChannel() local
916 … const size_t cChannel = pSC->WMII.cfColorFormat == Y_ONLY ? 1 : pSC->WMISCP.cChannel; in outputMBRow() local
1712 const size_t cChannel = pSC->WMISCP.cChannel; in outputNChannelThumbnail() local
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dwindowsmediaphoto.h377 size_t cChannel; // number of color channels including alpha member
495 size_t cChannel; // # of channels member
H A Dstrcodec.c839 Int allocateQuantizer(CWMIQuantizer * pQuantizer[MAX_CHANNELS], size_t cChannel, size_t cQP) in allocateQuantizer()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/jxrgluelib/
H A DJXRGlue.h272 size_t cChannel; member