Home
last modified time | relevance | path

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

/dports/multimedia/bitstream/bitstream-1.5/scte/
H A D35.h285 #define SCTE35_INSERT_HEADER_SIZE 5 macro
296 SCTE35_INSERT_HEADER_SIZE + i_length); in scte35_insert_init()
418 p_command[SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_SIZE] = in scte35_insert_set_component_count()
444 SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_SIZE + in scte35_insert_get_component()
471 return scte35_get_command(p_scte35) + SCTE35_INSERT_HEADER_SIZE + in scte35_insert_get_break_duration()
528 if (i_length < SCTE35_INSERT_HEADER_SIZE) in scte35_insert_validate()
532 return i_length <= SCTE35_INSERT_HEADER_SIZE; in scte35_insert_validate()
539 return i_length >= SCTE35_INSERT_HEADER_SIZE + in scte35_insert_validate()
543 return i_length >= SCTE35_INSERT_HEADER_SIZE + in scte35_insert_validate()
556 return i_length >= SCTE35_INSERT_HEADER_SIZE + in scte35_insert_validate()
[all …]