Home
last modified time | relevance | path

Searched defs:extOpts (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tutorials/simple_7_codec/
H A Dsimple_codec.cpp50 char* fillH264DecodeParams(mfxVideoParam *param, void* extOpts) { in fillH264DecodeParams()
70 char* fillHEVCDecodeParams(mfxVideoParam *param, void* extOpts) { in fillHEVCDecodeParams()
91 char* fillHEVC10DecodeParams(mfxVideoParam *param, void* extOpts) { in fillHEVC10DecodeParams()
115 char* fillMPEG2DecodeParams(mfxVideoParam *param, void* extOpts) { in fillMPEG2DecodeParams()
136 char* fillVC1DecodeParams(mfxVideoParam *param, void* extOpts) { in fillVC1DecodeParams()
156 char* fillMJPEGDecodeParams(mfxVideoParam *param, void* extOpts) { in fillMJPEGDecodeParams()
176 char* fillVP8DecodeParams(mfxVideoParam *param, void* extOpts) { in fillVP8DecodeParams()
198 char* fillH264EncodeParams(mfxVideoParam *param, void* extOpts) { in fillH264EncodeParams()
238 char* fillHEVCEncodeParams(mfxVideoParam *param, void* extOpts) { in fillHEVCEncodeParams()
286 char* fillMPEG2EncodeParams(mfxVideoParam *param, void* extOpts) { in fillMPEG2EncodeParams()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/libs/objectcache/
H A DWANObjectCacheTest.php346 public function testGetWithSetCallback( array $extOpts ) {
535 public function testGetWithSetCallback_touched( array $extOpts ) {
704 public function testGetMultiWithSetCallback( array $extOpts ) {
959 public function testGetMultiWithUnionSetCallback( array $extOpts ) {
1708 public function testGetWithSetCallback_versions( array $extOpts, $versioned ) {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/libs/objectcache/
H A DWANObjectCacheTest.php346 public function testGetWithSetCallback( array $extOpts ) {
535 public function testGetWithSetCallback_touched( array $extOpts ) {
704 public function testGetMultiWithSetCallback( array $extOpts ) {
959 public function testGetMultiWithUnionSetCallback( array $extOpts ) {
1708 public function testGetWithSetCallback_versions( array $extOpts, $versioned ) {
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/libs/objectcache/
H A DWANObjectCacheTest.php347 public function testGetWithSetCallback( array $extOpts ) {
536 public function testGetWithSetCallback_touched( array $extOpts ) {
705 public function testGetMultiWithSetCallback( array $extOpts ) {
960 public function testGetMultiWithUnionSetCallback( array $extOpts ) {
1717 public function testGetWithSetCallback_versions( array $extOpts, $versioned ) {
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DPackage.hs397 extOpts = map (("-X" ++) . D.display) (usedExtensions biBuildInfo) function