Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/pnm/
Dgstpnmenc.c195 guint bytes = 0, index, head_size; in gst_pnmenc_handle_frame() local
260 head_size = strlen (header); in gst_pnmenc_handle_frame()
261 memcpy (omap.data, header, head_size); in gst_pnmenc_handle_frame()
279 g_snprintf ((char *) omap.data + head_size, maxbytes_per_pixel, in gst_pnmenc_handle_frame()
281 head_size += str_len; in gst_pnmenc_handle_frame()
282 omap.data[head_size++] = ' '; in gst_pnmenc_handle_frame()
285 omap.data[head_size++] = '\n'; in gst_pnmenc_handle_frame()
293 g_snprintf ((char *) omap.data + head_size, maxbytes_per_pixel, in gst_pnmenc_handle_frame()
295 head_size += str_len; in gst_pnmenc_handle_frame()
296 omap.data[head_size++] = ' '; in gst_pnmenc_handle_frame()
[all …]
/third_party/node/deps/brotli/c/enc/
Dblock_splitter.c62 size_t head_size = mask + 1 - from_pos; in CopyLiteralsToByteArray() local
63 memcpy(literals + pos, data + from_pos, head_size); in CopyLiteralsToByteArray()
65 pos += head_size; in CopyLiteralsToByteArray()
66 insert_len -= head_size; in CopyLiteralsToByteArray()
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter.c62 size_t head_size = mask + 1 - from_pos; in CopyLiteralsToByteArray() local
63 memcpy(literals + pos, data + from_pos, head_size); in CopyLiteralsToByteArray()
65 pos += head_size; in CopyLiteralsToByteArray()
66 insert_len -= head_size; in CopyLiteralsToByteArray()
/third_party/ffmpeg/libavformat/
Daacdec.c144 int head_size = protection_absent ? adts_header_length_no_crc : adts_header_length_with_crc; in adts_aac_get_frame_length() local
145 if (head_size > frame_size) { in adts_aac_get_frame_length()