Searched refs:HEADER_SIZE (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Drecord_stream.c31 #define HEADER_SIZE 4 macro
55 ret->buffer = (unsigned char *)malloc (maxRecordLen + HEADER_SIZE);
59 ret->buffer_end = ret->buffer + maxRecordLen + HEADER_SIZE;
79 if (p_end < p_begin + HEADER_SIZE) {
86 p_ret = p_begin + HEADER_SIZE + len;
103 record_start = p_rs->unconsumed + HEADER_SIZE;

Completed in 41 milliseconds