Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c370 int nChannelsOut, int nChannelsIn) in PatchLUT() argument
383 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()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc368 const size_t nChannelsIn = packet->nChannels; in NeedMorePlayData() local
381 if (nChannelsIn == 2 && nBytesPerSampleIn == 4) in NeedMorePlayData()