How do I zero streambuffer of vpu?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I zero streambuffer of vpu?

Jump to solution
489 Views
linzhang
Contributor I

If vpu_DecGetBitstreamBuffer returned a zero space once, the following call of vpu_DecGetBitstreamBuffer will always return zero.

Labels (1)
0 Kudos
1 Solution
422 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi lin,

The VPU requires a specific size resolution.  If the size changes the VPU instance has to be reinitialized.  This is because when the instance is instantiated physical memory is allocated based on the size specified.  Please check .MX 6Dual/6Quad VPU Application Programming Interface Linux Reference Manual / Document Number:VPU_API

Regards

View solution in original post

0 Kudos
1 Reply
423 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi lin,

The VPU requires a specific size resolution.  If the size changes the VPU instance has to be reinitialized.  This is because when the instance is instantiated physical memory is allocated based on the size specified.  Please check .MX 6Dual/6Quad VPU Application Programming Interface Linux Reference Manual / Document Number:VPU_API

Regards

0 Kudos