Home
last modified time | relevance | path

Searched refs:a53_caption (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_sei.h143 HEVCSEIA53Caption a53_caption; member
H A Dh264_sei.h192 H264SEIA53Caption a53_caption; member
H A Dhevc_sei.c321 return decode_registered_user_data_closed_caption(&s->a53_caption, gb); in decode_nal_sei_user_data_registered_itu_t_t35()
572 av_buffer_unref(&s->a53_caption.buf_ref); in ff_hevc_reset_sei()
H A Dh264_sei.c62 av_buffer_unref(&h->a53_caption.buf_ref); in ff_h264_sei_uninit()
231 return decode_registered_user_data_closed_caption(&h->a53_caption, gb, in decode_registered_user_data()
H A Dh264_slice.c436 ret = av_buffer_replace(&h->sei.a53_caption.buf_ref, h1->sei.a53_caption.buf_ref); in ff_h264_update_thread_context()
1327 if (h->sei.a53_caption.buf_ref) { in h264_export_frame_props()
1328 H264SEIA53Caption *a53 = &h->sei.a53_caption; in h264_export_frame_props()
H A Dhevcdec.c385 if (s->sei.a53_caption.buf_ref) in export_stream_params_from_sei()
2868 if (s->sei.a53_caption.buf_ref) { in set_side_data()
2869 HEVCSEIA53Caption *a53 = &s->sei.a53_caption; in set_side_data()
3755 ret = av_buffer_replace(&s->sei.a53_caption.buf_ref, s0->sei.a53_caption.buf_ref); in hevc_update_thread_context()

Completed in 13 milliseconds