1.1.3.8.7 DRV_GENERICCODEC_BUFFER_HANDLE_INVALID Macro

Definition of an invalid buffer handle.

Description

Generic Codec Driver Invalid Buffer Handle

This is the definition of an invalid buffer handle. An invalid buffer handle is returned by DRV_GENERICCODEC_BufferAddWrite() and the DRV_GENERICCODEC_BufferAddRead() function if the buffer add request was not successful.

Remarks

None.

C

#define DRV_GENERICCODEC_BUFFER_HANDLE_INVALID ((DRV_GENERICCODEC_BUFFER_HANDLE)(-1))