SysLink API Reference  2.21.03.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Typedefs
FrameQDefs.h File Reference

Detailed Description

Defines configurable elements for FrameQ module. (Deprecated)

Deprecated:
The FrameQ APIs are deprecated as of SysLink 2.20. While supported in this release, they will be removed in a future release.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Frame_FrameBufInfo_tag
 Structure to frame buffer informantion in frame header. More...
struct  Frame_FrameHeader_Tag
 Structure of the base frame header. FrameQ maintains list of frames to be retrieved by FrameQ reader client. Application is expected to use Helper API to extract fileds and exteneded header pointer. More...

Macros

#define FrameQ_MAX_FRAMESINVAPI   (64u)
 Macro used in FrameQ for sorting of passed parameters in V API. In FrameQ_allocv case this denotes the number of frames that can be allocated in one call. In FrameQ_putv case this denotes the number of frames that can be put in one call. In FrameQ_getv case this denotes the number of frames that can be retrieved in one call.

Typedefs

typedef struct
Frame_FrameBufInfo_tag 
Frame_FrameBufInfo
 Structure to frame buffer informantion in frame header.
typedef struct
Frame_FrameHeader_Tag 
Frame_FrameHeader
 Structure of the base frame header. FrameQ maintains list of frames to be retrieved by FrameQ reader client. Application is expected to use Helper API to extract fileds and exteneded header pointer.
typedef Frame_FrameHeaderFrame
 Defines the type for a frame pointer.

Macro Definition Documentation

#define FrameQ_MAX_FRAMESINVAPI   (64u)

Macro used in FrameQ for sorting of passed parameters in V API. In FrameQ_allocv case this denotes the number of frames that can be allocated in one call. In FrameQ_putv case this denotes the number of frames that can be put in one call. In FrameQ_getv case this denotes the number of frames that can be retrieved in one call.


Typedef Documentation

Structure to frame buffer informantion in frame header.

Structure of the base frame header. FrameQ maintains list of frames to be retrieved by FrameQ reader client. Application is expected to use Helper API to extract fileds and exteneded header pointer.

Defines the type for a frame pointer.

Copyright 2014, Texas Instruments Incorporated