Codec Engine Application Programming Interface (API)  ce-w08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
IVIDDEC_CodecClassConfig Struct Reference

Definition of VIDDEC codec class configurable parameters. More...

#include <viddec.h>

Collaboration diagram for IVIDDEC_CodecClassConfig:
Collaboration graph

Data Fields

Bool manageInBufsCache [XDM_MAX_IO_BUFFERS]
 Indicates how to manage the inBuf cache.
Bool manageOutBufsCache [XDM_MAX_IO_BUFFERS]
 Indicates how to manage the outBuf cache.
Bool manageDisplayBufsCache [XDM_MAX_IO_BUFFERS]
 Indicates how to manage the displayBuf cache.

Detailed Description

Definition of VIDDEC codec class configurable parameters.

See also:
VISA_getCodecClassConfig()

Field Documentation

Bool IVIDDEC_CodecClassConfig::manageInBufsCache[XDM_MAX_IO_BUFFERS]

Indicates how to manage the inBuf cache.

Remarks:
Array of Bools, indicating whether a particular inBuf should be invalidated prior to calling the codec's process() method.
Bool IVIDDEC_CodecClassConfig::manageOutBufsCache[XDM_MAX_IO_BUFFERS]

Indicates how to manage the outBuf cache.

Remarks:
Array of Bools, indicating whether a particular outBuf should be invalidated prior to calling the codec's process() method, and written back after.
Bool IVIDDEC_CodecClassConfig::manageDisplayBufsCache[XDM_MAX_IO_BUFFERS]

Indicates how to manage the displayBuf cache.

Remarks:
Array of Bools, indicating whether a particular displayBuf should be writeback invalidated after calling the codec's process() method.

The documentation for this struct was generated from the following file:
Copyright 2013, Texas Instruments Incorporated