* rocDecode/CTest: Added CTest for VP9 decode on bitstream reader. (#523)
This commit is contained in:
+14
-1
@@ -194,7 +194,7 @@ add_test(
|
||||
-i ${ROCM_PATH}/share/rocdecode/video/AMD_driving_virtual_20-H264.264
|
||||
)
|
||||
|
||||
# 3 - videoDecodeRaw AV1
|
||||
# 11 - videoDecodeRaw AV1
|
||||
add_test(
|
||||
NAME
|
||||
video_decodeRaw-AV1
|
||||
@@ -206,3 +206,16 @@ add_test(
|
||||
--test-command "videodecoderaw"
|
||||
-i ${ROCM_PATH}/share/rocdecode/video/AMD_driving_virtual_20-AV1.ivf
|
||||
)
|
||||
|
||||
# 12 - videoDecodeRaw VP9
|
||||
add_test(
|
||||
NAME
|
||||
video_decodeRaw-VP9
|
||||
COMMAND
|
||||
"${CMAKE_CTEST_COMMAND}"
|
||||
--build-and-test "${ROCM_PATH}/share/rocdecode/samples/videoDecodeRaw"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/videoDecodeRaw"
|
||||
--build-generator "${CMAKE_GENERATOR}"
|
||||
--test-command "videodecoderaw"
|
||||
-i ${ROCM_PATH}/share/rocdecode/video/AMD_driving_virtual_20-VP9.ivf
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user