Home
last modified time | relevance | path

Searched refs:SEIMessageTypeDescriptor (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_sei.h113 typedef struct SEIMessageTypeDescriptor { struct
126 } SEIMessageTypeDescriptor; typedef
144 const SEIMessageTypeDescriptor *ff_cbs_sei_find_type(CodedBitstreamContext *ctx,
151 const SEIMessageTypeDescriptor *desc);
Dcbs_sei.c40 const SEIMessageTypeDescriptor *desc) in ff_cbs_sei_alloc_message_payload()
254 const SEIMessageTypeDescriptor *desc; in ff_cbs_sei_add_message()
Dcbs_h2645.c1508 static const SEIMessageTypeDescriptor cbs_sei_common_types[] = {
1548 static const SEIMessageTypeDescriptor cbs_sei_h264_types[] = {
1582 static const SEIMessageTypeDescriptor cbs_sei_h265_types[] = {
1640 const SEIMessageTypeDescriptor *ff_cbs_sei_find_type(CodedBitstreamContext *ctx, in ff_cbs_sei_find_type()
1643 const SEIMessageTypeDescriptor *codec_list; in ff_cbs_sei_find_type()
Dcbs_sei_syntax_template.c150 const SEIMessageTypeDescriptor *desc; in FUNC()