Searched refs:nChannelsIn (Results 1 – 2 of 2) sorted by relevance
370 int nChannelsOut, int nChannelsIn) in PatchLUT() argument383 if (nChannelsIn != 1 && nChannelsIn != 3 && nChannelsIn != 4) { in PatchLUT()384 …ContextID, cmsERROR_INTERNAL, "(internal) %d Channels are not supported on PatchLUT", nChannelsIn); in PatchLUT()387 if (nChannelsIn == 4) { in PatchLUT()410 if (nChannelsIn == 3) { in PatchLUT()429 if (nChannelsIn == 1) { in PatchLUT()440 …ContextID, cmsERROR_INTERNAL, "(internal) %d Channels are not supported on PatchLUT", nChannelsIn); in PatchLUT()
368 const size_t nChannelsIn = packet->nChannels; in NeedMorePlayData() local381 if (nChannelsIn == 2 && nBytesPerSampleIn == 4) in NeedMorePlayData()