HomeSort by relevance Sort by last modified time
    Searched refs:a_buf (Results 1 - 13 of 13) sorted by null

  /system/core/logwrapper/
logwrap.c 97 struct abbr_buf a_buf; member in struct:log_info
101 static void add_line_to_abbr_buf(struct abbr_buf *a_buf, char *linebuf, int linelen);
175 add_line_to_abbr_buf(&log_info->a_buf, line, len);
216 static void init_abbr_buf(struct abbr_buf *a_buf) {
219 memset(a_buf, 0, sizeof(struct abbr_buf));
222 a_buf->b_buf.buf = new_buf;
223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE;
224 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1;
228 a_buf->e_buf.buf = new_buf;
229 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE
250 struct abbr_buf *a_buf = &log_info->a_buf; local
    [all...]
  /external/libldac/src/
ldaclib_api.c 740 int a_buf[LDAC_MAXLSU*LDAC_PRCNCH]; local
747 clear_data_ldac(a_buf, (LDAC_MAXLSU*LDAC_PRCNCH)*sizeof(int));
750 ap_buf[ich] = (char *)(a_buf + ich * LDAC_MAXLSU);
  /external/opencv/cxcore/src/
cxmatmul.cpp 136 arrtype* a_buf = 0; \
158 a_buf = (arrtype*)cvStackAlloc(n*sizeof(a_data[0])); \
167 a_buf = (arrtype*)cvStackAlloc(drows*sizeof(a_data[0])); \
169 a_buf[k] = a_data[a_step*k]; \
170 a_data = a_buf; \
222 if( a_buf ) \
225 a_buf[k] = a_data[a_step1*k]; \
226 a_data = a_buf; \
261 if( a_buf ) \
264 a_buf[k] = a_data[a_step1*k];
1108 uchar* a_buf = 0; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc     [all...]
row_any.cc 28 const uint8* a_buf, uint8* dst_ptr, \
35 ANY_SIMD(y_buf, u_buf, v_buf, a_buf, dst_ptr, yuvconstants, n); \
40 memcpy(temp + 192, a_buf + n, r); \
    [all...]
convert_argb.cc 571 const uint8* a_buf,
    [all...]
row_win.cc 51 xmm5 = _mm_loadl_epi64((__m128i*)a_buf); \
52 a_buf += 8;
110 const uint8* a_buf,
    [all...]
  /external/libyuv/files/source/
row_gcc.cc     [all...]
row_any.cc 36 const uint8* a_buf, uint8* dst_ptr, \
43 ANY_SIMD(y_buf, u_buf, v_buf, a_buf, dst_ptr, yuvconstants, n); \
48 memcpy(temp + 192, a_buf + n, r); \
    [all...]
convert_argb.cc 585 const uint8* v_buf, const uint8* a_buf,
    [all...]
row_win.cc 51 xmm5 = _mm_loadl_epi64((__m128i*)a_buf); \
52 a_buf += 8;
109 const uint8* a_buf,
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 578 const uint8* a_buf,
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 703 const uint8* a_buf,
811 const uint8* a_buf,
    [all...]

Completed in 700 milliseconds