Home
last modified time | relevance | path

Searched refs:sei_type (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_sei.c115 int sei_type, highest_vcl_type, err, i, position; in cbs_sei_get_unit() local
124 sei_type = H264_NAL_SEI; in cbs_sei_get_unit()
131 sei_type = HEVC_NAL_SEI_PREFIX; in cbs_sei_get_unit()
133 sei_type = HEVC_NAL_SEI_SUFFIX; in cbs_sei_get_unit()
142 if (au->units[i].type == sei_type) { in cbs_sei_get_unit()
175 err = ff_cbs_insert_unit_content(au, position, sei_type, in cbs_sei_get_unit()
180 unit->type = sei_type; in cbs_sei_get_unit()
192 .nal_unit_type = sei_type, in cbs_sei_get_unit()
202 .nal_unit_type = sei_type, in cbs_sei_get_unit()
Dvideotoolboxenc.c1677 int sei_type, in write_sei() argument
1691 while (sei_type && remaining_dst_size != 0) { in write_sei()
1692 int sei_byte = sei_type > 255 ? 255 : sei_type; in write_sei()
1695 sei_type -= sei_byte; in write_sei()