Lines Matching defs:dst
457 * @param dst If *dst isn't NULL, the parameters are copied into existing
458 * memory. *dst_size must be set accordingly when *dst != NULL.
459 * If *dst is NULL, it will be allocated.
461 * at *dst.
520 uint8_t *dst,
566 memcpy(dst + offset, start_code, sizeof(start_code));
569 memcpy(dst + offset, ps, ps_size);
1678 * dst with a dst_offset > 0.
1685 uint8_t *dst,
1692 uint8_t* dst_end = dst + dst_size;
1697 if (!dst[i])
1703 dst += dst_offset;
1704 dst_start = dst;
1705 for (; src < src_end; src++, dst++) {
1709 if (dst < dst_end)
1710 *dst = 3;
1711 dst++;
1717 if (dst < dst_end)
1718 *dst = *src;
1726 wrote_bytes = dst - dst_start;
1728 if (dst > dst_end)
1736 uint8_t *dst,
1739 uint8_t *sei_start = dst;
1751 *dst = sei_byte;
1754 dst++;
1763 *dst = size_byte;
1766 dst++;
1773 header_bytes = dst - sei_start;