This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CMem Errors

Hi,

I have jpeg compression working, but anytime I try to access the out buffer I get the following errors

CMEMK Error: GETPHYS: Failed to convert virtual 0x427c8008 to physical.
CMEM Error: getPhys:CMEMK Error: GETPHYS: Failed to convert virtual 0x427c8008 to physical.
 Failed to get pCMEMK Error: GETPHYS: Failed to convert virtual 0x427c8008 to physical.

Thanks in advance

  • How are you allocating and accessing the buffers?  In our demos, CMEM calls to allocate access buffers are encapsulated by other APIs which go on top, but you must ensure that CMEM has allocated the buffers you are trying to access hence my question as to how this is being done.