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

  /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;
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc.cpp 85 int y_size, c_size; local
99 c_size = strides.cstride * h / 2;
100 return (y_size + 2 * c_size + kSwiftShaderPadding);
  /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/msm8909w_3100/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 57 unsigned int c_size = c_width * src->h/2; local
59 unsigned int chromaSize = c_size * 2;
109 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
113 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 58 unsigned int c_size = c_width * src->h/2; local
60 unsigned int chromaSize = c_size * 2;
110 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
114 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc_vsoc_priv.h 306 int y_size, c_size; local
324 c_size = strides.cstride * h / 2;
325 return (y_size + 2 * c_size +
  /external/tensorflow/tensorflow/core/kernels/
mkl_conv_grad_bias_ops.cc 78 mkl_context.c_size = mkl_context.input_shape.GetSizes()[MklDims::C];
80 mkl_context.c_size = GetTensorDim(input, data_format_, 'C');
85 TensorShape output_shape{mkl_context.c_size};
113 mkl_context.out_sizes[0] = mkl_context.c_size;
145 int c_size; member in struct:tensorflow::MklConv2DCustomBackpropBiasOp::__anon39838
  /toolchain/binutils/binutils-2.27/bfd/
rs6000-core.c 346 bfd_size_type c_size, c_regsize, c_lsize; local
370 c_size = core.new_dump.c_size;
371 c_stackend = CNEW_STACKORG (core.new_dump) + c_size;
381 c_size = core.old.c_size;
447 if (c_stack + (file_ptr) c_size != statbuf.st_size)
513 c_size, c_stackend - c_size, c_stack))
545 c_stack + c_size))
    [all...]
  /toolchain/binutils/binutils-2.27/include/coff/
rs6000.h 318 unsigned char c_size[8]; member in struct:external_core_dumpx
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 230 int c_size = c_stride * height/2; local
231 int size = y_size + c_size * 2;
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 1724 int c_size = c_stride * height\/2; local
    [all...]

Completed in 1260 milliseconds