* adds av1 to ctest

* add av1 support for batch sample

* add test to make test also

* path update for make test

* add function for codec support check

* add changes to batch sample

* addressign review comment

* modify all apps to check codec support

[ROCm/rocdecode commit: e3b3fe9e8e]
Tento commit je obsažen v:
Lakshmi Kumar
2024-07-26 14:09:58 -07:00
odevzdal GitHub
rodič 93c3e5e9ec
revize b9c293a754
13 změnil soubory, kde provedl 173 přidání a 17 odebrání
+7
Zobrazit soubor
@@ -375,6 +375,13 @@ class RocVideoDecoder {
}
}
/**
* @brief Check if the given Video Codec is supported on the given GPU
*
* @return rocDecStatus
*/
bool CodecSupported(int device_id, rocDecVideoCodec codec_id, uint32_t bit_depth);
private:
/**
* @brief Callback function to be registered for getting a callback when decoding of sequence starts