Struct Interface::frameinfo_t

Nested Relationships

This struct is a nested type of Class Interface.

Struct Documentation

struct frameinfo_t

Public Members

int tid

use fpbcount as the thread ID here

int framenum

the current frame from ARC_API’s fcount, counts from 1

int rows

number of rows in this frame

int cols

number of cols in this frame

void *buf

pointer to the start of memory holding this frame

bool inuse

this thread ID is in use, set when thread is spawned, cleared when handle_frame is done