Lines Matching refs:data
29 * Check AVFrame for A53 side data and allocate and fill SEI message with A53 info
31 * @param frame Raw frame to get A53 side data from
33 * @param data Pointer to a variable to store allocated memory
41 void **data, size_t *sei_size);
44 * Parse a data array for ATSC A53 Part 4 Closed Captions and store them in an AVBufferRef.
48 * @param data The data array containing the raw A53 data.
49 * @param size Size of the data array in bytes.
54 int ff_parse_a53_cc(AVBufferRef **pbuf, const uint8_t *data, int size);