Home
last modified time | relevance | path

Searched refs:decodedChannels (Results 1 – 10 of 10) sorted by relevance

/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/research/_examples/
H A Dresource_manager.c71 resourceManagerConfig.decodedChannels = device.playback.channels; in main()
H A Dresource_manager_advanced.c159 resourceManagerConfig.decodedChannels = device.playback.channels; in main()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/research/_examples/
H A Dresource_manager.c87 resourceManagerConfig.decodedChannels = device.playback.channels; in main()
H A Dresource_manager_advanced.c252 resourceManagerConfig.decodedChannels = device.playback.channels; in main()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp2640 std::vector<bool> decodedChannels (_channelData.size()); in uncompress() local
2644 decodedChannels[chan] = false; in uncompress()
2695 decodedChannels[rChan] = true; in uncompress()
2696 decodedChannels[gChan] = true; in uncompress()
2697 decodedChannels[bChan] = true; in uncompress()
2706 if (decodedChannels[chan]) in uncompress()
2826 decodedChannels[chan] = true; in uncompress()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp2635 std::vector<bool> decodedChannels (_channelData.size()); in uncompress() local
2639 decodedChannels[chan] = false; in uncompress()
2690 decodedChannels[rChan] = true; in uncompress()
2691 decodedChannels[gChan] = true; in uncompress()
2692 decodedChannels[bChan] = true; in uncompress()
2701 if (decodedChannels[chan]) in uncompress()
2821 decodedChannels[chan] = true; in uncompress()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp2647 std::vector<bool> decodedChannels (_channelData.size()); in uncompress() local
2651 decodedChannels[chan] = false; in uncompress()
2702 decodedChannels[rChan] = true; in uncompress()
2703 decodedChannels[gChan] = true; in uncompress()
2704 decodedChannels[bChan] = true; in uncompress()
2713 if (decodedChannels[chan]) in uncompress()
2833 decodedChannels[chan] = true; in uncompress()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp2650 std::vector<bool> decodedChannels (_channelData.size()); in uncompress() local
2654 decodedChannels[chan] = false; in uncompress()
2710 decodedChannels[rChan] = true; in uncompress()
2711 decodedChannels[gChan] = true; in uncompress()
2712 decodedChannels[bChan] = true; in uncompress()
2721 if (decodedChannels[chan]) in uncompress()
2850 decodedChannels[chan] = true; in uncompress()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/research/
H A Dminiaudio_engine.h1290 …ma_uint32 decodedChannels; /* The decoded channel count to use. Set to 0 (default) to use the… member
4880 config.decodedChannels = 0; in ma_resource_manager_config_init()
5010 …nit(pResourceManager->config.decodedFormat, pResourceManager->config.decodedChannels, pResourceMan… in ma_resource_manager__init_decoder()
5048 …Manager->config.decodedFormat, pDataBuffer->pResourceManager->config.decodedChannels, pDataBuffer-… in ma_resource_manager_data_buffer_init_connector()
7131 …nit(pResourceManager->config.decodedFormat, pResourceManager->config.decodedChannels, pResourceMan… in ma_resource_manager_process_job__load_data_stream()
8697 …resourceManagerConfig.decodedChannels = 0; /* Leave the decoded channel count as 0 so we can ge… in ma_engine_init()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/research/
H A Dminiaudio_engine.h1516 …ma_uint32 decodedChannels; /* The decoded channel count to use. Set to 0 (default) to use the… member
7371 config.decodedChannels = 0; in ma_resource_manager_config_init()
7556 …nit(pResourceManager->config.decodedFormat, pResourceManager->config.decodedChannels, pResourceMan… in ma_resource_manager__init_decoder_config()
10239 …nit(pResourceManager->config.decodedFormat, pResourceManager->config.decodedChannels, pResourceMan… in ma_resource_manager_process_job__load_data_stream()
13013 …resourceManagerConfig.decodedChannels = 0; /* Leave the decoded channel count as 0 so we can ge… in ma_engine_init()