Home
last modified time | relevance | path

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

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/parsers/
H A Dparser_avc.c164 sbuf_put_be16(sb, sps_size_array[i]); in isom_write_avcc()
170 sbuf_put_be16(sb, pps_size_array[i]); in isom_write_avcc()
H A Dparser_hevc.c984 sbuf_put_be16(pb, hvcc->general_constraint_indicator_flags); in hvcc_write()
993 sbuf_put_be16(pb, hvcc->min_spatial_segmentation_idc | 0xf000); in hvcc_write()
1020 sbuf_put_be16(pb, hvcc->avgFrameRate); in hvcc_write()
1046 sbuf_put_be16(pb, hvcc->array[i].numNalus); in hvcc_write()
1050 sbuf_put_be16(pb, hvcc->array[i].nalUnitLength[j]); in hvcc_write()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dtvheadend.h757 void sbuf_put_be16(sbuf_t *sb, uint16_t u16);
H A Dutils.c427 sbuf_put_be16(sbuf_t *sb, uint16_t u16) in sbuf_put_be16() function