Lines Matching refs:start_code
190 static const uint8_t start_code[] = { 0, 0, 0, 1 }; variable
472 total_size += ps_size + sizeof(start_code); in get_params_size()
527 next_offset = offset + sizeof(start_code) + ps_size; in copy_param_sets()
533 memcpy(dst + offset, start_code, sizeof(start_code)); in copy_param_sets()
534 offset += sizeof(start_code); in copy_param_sets()
1809 memcpy(dst_data, start_code, sizeof(start_code)); in copy_replace_length_codes()
1810 dst_data += sizeof(start_code); in copy_replace_length_codes()
1811 remaining_dst_size -= sizeof(start_code); in copy_replace_length_codes()
1840 curr_dst_len = box_len + sizeof(start_code); in copy_replace_length_codes()
1850 dst_box = dst_data + sizeof(start_code); in copy_replace_length_codes()
1852 memcpy(dst_data, start_code, sizeof(start_code)); in copy_replace_length_codes()
1972 sei_nalu_size = sizeof(start_code) + 1 + msg_size + 1; in vtenc_cm_to_avpacket()
1979 nalu_count * ((int)sizeof(start_code) - (int)length_code_size); in vtenc_cm_to_avpacket()