Searched refs:a53_data (Results 1 – 1 of 1) sorted by relevance
2229 void *a53_data = NULL; in nvenc_send_frame() local2232 if (ff_alloc_a53_sei(frame, 0, (void**)&a53_data, &a53_size) < 0) { in nvenc_send_frame()2236 if (a53_data) { in nvenc_send_frame()2239 sei_data[sei_count].payload = (uint8_t*)a53_data; in nvenc_send_frame()