JPEG Activity tracing in Perfetto (#108)

- Add JPEG activity track in perfetto trace
- Add JPEG decode tests to the examples
- Change existing videodecode test to include JPEG testing
- Rename videodecode test file to decode to include jpeg tests too
- Fix a bug in the test which checks for total activity of 0
- Disable rocDecode and rocJPEG samples from the github image files

[ROCm/rocprofiler-systems commit: 59d3399901]
이 커밋은 다음에 포함됨:
Sajina PK
2025-02-21 10:25:01 -05:00
커밋한 사람 GitHub
부모 67d4cf637a
커밋 572f9532ef
21개의 변경된 파일1637개의 추가작업 그리고 72개의 파일을 삭제
+2 -2
파일 보기
@@ -170,9 +170,9 @@ else()
"-- ERROR!: videodecode excluded! please install all the dependencies and try again!"
)
if(NOT FFMPEG_FOUND)
message(FATAL_ERROR "-- ERROR!: FFMPEG Not Found! - please install FFMPEG!")
message(WARNING "-- ERROR!: FFMPEG Not Found! - please install FFMPEG!")
endif()
if(NOT ROCDECODE_FOUND)
message(FATAL_ERROR "-- ERROR!: rocDecode Not Found! - please install rocDecode!")
message(WARNING "-- ERROR!: rocDecode Not Found! - please install rocDecode!")
endif()
endif()