There is the following information in https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/SD/PlatformPowerAndPerformance/JetsonOrinNxSeriesAndJetsonAgxOrinSeries.html#supported-modes-and-power-efficiency.
SoC clocks maximal frequency (MHz)
nvdec: 857.6
And, I checked NVDEC clocks frequency via jetson_stats.
Check1
I used https://github.com/dusty-nv/jetson-utils/tree/master/video/video-viewer.
./video-viewer file:///opt/nvidia/vpi2/samples/assets/dashcam.mp4
In this case, jetson_stats
reports 857MHz
as NVDEC clocks frequency.
This is equivalent to the value mentioned above.
Check2
I used nvgstplayer
.
nvgstplayer -i /opt/nvidia/vpi2/samples/assets/dashcam.mp4
In this case, jetson_stats
reports 128MHz
as NVDEC clocks frequency.
This is lower than the value of specification.
So, I would like to know why there is difference of clocks frequency.
Environment
My environment is as follows.
- Jetson Orin NX 16GB
- Jetson Linux 35.4.1
- Power mode MAXN