Searched refs:ff_alloc_a53_sei (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | atsc_a53.h | 40 int ff_alloc_a53_sei(const AVFrame *frame, size_t prefix_len,
|
D | atsc_a53.c | 25 int ff_alloc_a53_sei(const AVFrame *frame, size_t prefix_len, in ff_alloc_a53_sei() function
|
D | qsvenc_h264.c | 56 res = ff_alloc_a53_sei(frame, sizeof(mfxPayload) + 2, (void**)&payload, &sei_size); in qsv_h264_set_encode_ctrl()
|
D | libx264.c | 355 ret = ff_alloc_a53_sei(frame, 0, &sei_data, &sei_size); in X264_frame()
|
D | videotoolboxenc.c | 2378 int ret = ff_alloc_a53_sei(frame, 0, &sei->data, &sei->size); in vtenc_send_frame()
|
D | nvenc.c | 2232 if (ff_alloc_a53_sei(frame, 0, (void**)&a53_data, &a53_size) < 0) { in nvenc_send_frame()
|