Questions tagged [davinci]

TI DaVinci Digital Video Processors

From here:

Optimized for digital video systems, DaVinci™ digital media processor solutions are tailored for digital audio, video, imaging, and vision applications. The DaVinci platform includes a general purpose processor, video accelerators, an optional DSP, and related peripherals.

16 questions
-1
votes
1 answer

Difficulty understanding the expression (*(&x->y))

I have the following file structure. I am aware that a pointer needs allocated memory. File A is generated by DaVinci. The main is written by me. // File A typedef struct { int v1; }s1; struct s2{ s1 *p1; }; extern const struct s2 * const…
1
2