Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_h264.h284 typedef struct H264RawSEI { struct
287 } H264RawSEI; argument
Dcbs_sei.c189 H264RawSEI sei = { in cbs_sei_get_unit()
225 H264RawSEI *sei = unit->content; in cbs_sei_get_message_list()
Dcbs_h2645.c1390 H264RawSEI *sei = (H264RawSEI*)content; in cbs_h264_free_sei()
1419 CBS_UNIT_TYPE_COMPLEX(H264_NAL_SEI, H264RawSEI, &cbs_h264_free_sei),
Dcbs_h264_syntax_template.c743 H264RawSEI *current) in FUNC()