IVIDDEC_CodecClassConfig Struct Reference
[VIDDEC Video Decoder Interface]

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

#include <viddec.h>

Data Fields

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

Detailed Description

Definition of VIDDEC codec class configurable parameters.

See also:
VISA_getCodecClassConfig()

Field Documentation

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.

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.

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2010, Texas Instruments Incorporated