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

/hardware/ril/librilutils/
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;
/hardware/intel/img/psb_video/src/
H A Dpnw_hostheader.c48 #define HEADER_SIZE (128*2) macro
2396 pMTX_Header_Mem += (HEADER_SIZE >> 3); // get a pointer to the second half of memory
H A Dpnw_hostcode.h336 #define HEADER_SIZE 128*2 macro
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostcode.h254 #define HEADER_SIZE 128 macro

Completed in 61 milliseconds