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

  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 83 static inline void *xmemdup(const void *in, size_t c_size, size_t a_size) {
86 if (a_size > c_size)
87 memset ((char *) dst + c_size, 0, a_size - c_size);
88 return memcpy (dst, in, c_size);
  /hardware/qcom/display/msm8084/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8226/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8909/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8994/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8996/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8998/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/sdm845/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /toolchain/binutils/binutils-2.25/bfd/
netbsd-core.c 133 asect->size = coreseg.c_size;
155 if (wcookie_offset > 0 && coreseg.c_size > wcookie_offset)
167 asect->size = coreseg.c_size - wcookie_offset;
174 offset += coreseg.c_size;
rs6000-core.c 331 bfd_size_type c_size, c_regsize, c_lsize; local
355 c_size = core.new_dump.c_size;
356 c_stackend = CNEW_STACKORG (core.new_dump) + c_size;
365 c_size = core.old.c_size;
428 if (c_stack + (file_ptr) c_size != statbuf.st_size)
484 c_size, c_stackend - c_size, c_stack))
516 c_stack + c_size))
    [all...]
aix5ppc-core.c 99 || ((CHECK_FILE_OFFSET (statbuf, core.c_stack + core.c_size)))
131 sec->size = core.c_size;
  /device/linaro/hikey/gralloc960/
gralloc_module.cpp 232 int c_size; local
236 c_size = c_stride * (adjusted_height / 2);
239 u_offset = y_size + c_size;
  /toolchain/binutils/binutils-2.25/include/coff/
rs6000.h 318 unsigned char c_size[8]; member in struct:external_core_dumpx
  /external/libmojo/third_party/jinja2/
environment.py     [all...]
  /external/autotest/client/site_tests/graphics_Gralloc/src/
gralloctest.c 558 uint32_t y_size, c_stride, c_size, cr_offset, cb_offset; local
570 * c_size = c_stride * height/2.
571 * size = y_size + c_size * 2.
573 * cb_offset = y_size + c_size.
583 c_size = c_stride * height / 2;
585 cb_offset = y_size + c_size;
  /external/squashfs-tools/squashfs-tools/
sort.c 62 int *c_size);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 1724 int c_size = c_stride * height\/2; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c     [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 215 int c_size = c_stride * height/2; local
216 int size = y_size + c_size * 2;
    [all...]

Completed in 966 milliseconds