Searched defs:bufout (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_h264.c1823 guint8 * bufin, guint bufin_len, guint8* bufout, guint * bufout_len)
1835 if (bufin == NULL || bufout == NULL || bufout_len == NULL) {
1838 "bufin == NULL || bufout == NULL || bufout_len = NULL\n");
1898 bufout [size_copied] = nal_size >> 24 & 0xff;
1899 bufout [size_copied + 1] = nal_size >> 16 & 0xff;
1900 bufout [size_copied + 2] = nal_size >> 8 & 0xff;
1901 bufout [size_copied + 3] = nal_size & 0xff;
1904 memcpy (bufout + size_copied, bufin + last_pos, nal_size);
1926 bufout [size_copied] = nal_size >> 24 & 0xff;
1927 bufout [size_copie
1822 mix_videofmtenc_h264_AnnexB_to_length_prefixed( guint8 * bufin, guint bufin_len, guint8* bufout, guint * bufout_len) argument
[all...]

Completed in 126 milliseconds