now i test the jpeg decode on the platform nano and nx,my jpeg resolution is 4096x2608,
but when i run at the nano result is follow:
ctx.use_fd---------1
–fd–finish-start=46
Image Resolution - 4096 x 2608
libv4l2_nvvidconv (0):(802) (INFO) : Allocating (1) OUTPUT PLANE BUFFERS Layout=0
libv4l2_nvvidconv (0):(818) (INFO) : Allocating (1) CAPTURE PLANE BUFFERS Layout=0
----------- Element = jpegdec -----------
Total units processed = 300
Average latency(usec) = 46664
Minimum latency(usec) = 37887
Maximum latency(usec) = 65175
App run was successful
but when i run the same program on nx,the result is follow:
ctx.use_fd---------1
–fd–finish-start=81
Image Resolution - 4096 x 2608
libv4l2_nvvidconv (0):(802) (INFO) : Allocating (1) OUTPUT PLANE BUFFERS Layout=0
libv4l2_nvvidconv (0):(818) (INFO) : Allocating (1) CAPTURE PLANE BUFFERS Layout=0
----------- Element = jpegdec -----------
Total units processed = 300
Average latency(usec) = 80999
Minimum latency(usec) = 76219
Maximum latency(usec) = 90372
App run was successful
so whether on the nano jpeg decode is fast then the nx?