Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_sei.c200 H265RawSEI sei = { in cbs_sei_get_unit()
233 H265RawSEI *sei = unit->content; in cbs_sei_get_message_list()
Dcbs_h265.h652 typedef struct H265RawSEI { struct
655 } H265RawSEI; argument
Dcbs_h2645.c1426 H265RawSEI *sei = (H265RawSEI*)content; in cbs_h265_free_sei()
1469 .content_size = sizeof(H265RawSEI),
Dcbs_h265_syntax_template.c2015 H265RawSEI *current, int prefix) in FUNC()