Lines Matching refs:SCTE35_INSERT_HEADER_SIZE

285 #define SCTE35_INSERT_HEADER_SIZE                   5  macro
296 SCTE35_INSERT_HEADER_SIZE + i_length); in scte35_insert_init()
405 return p_command + SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_SIZE; in scte35_insert_get_splice_time()
411 return p_command[SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_SIZE]; in scte35_insert_get_component_count()
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()
533 if (i_length < SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_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()
548 if (i_length < SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_SIZE + in scte35_insert_validate()
550 i_length < SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_SIZE + in scte35_insert_validate()
556 return i_length >= SCTE35_INSERT_HEADER_SIZE + in scte35_insert_validate()
561 return i_length >= SCTE35_INSERT_HEADER_SIZE + in scte35_insert_validate()
567 if (i_length < SCTE35_INSERT_HEADER_SIZE + SCTE35_INSERT_HEADER2_SIZE + in scte35_insert_validate()