Home | History | Annotate | Download | only in vpx

Lines Matching defs:data

40   uint8_t *data; /**< Pointer to the data buffer */
41 size_t size; /**< Size of data in bytes */
42 void *priv; /**< Frame's private data */
47 * This callback is invoked by the decoder to retrieve data for the frame
49 * allocate at least min_size in bytes and assign it to fb->data. The callback
50 * must zero out all the data allocated. Then the callback must set fb->size
52 * data. The callback is triggered when the decoder needs a frame buffer to
55 * some data which will be passed back in the ximage and the release function
59 * \param[in] priv Callback's private data
73 * \param[in] priv Callback's private data