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

  /external/opencore/codecs_v2/utilities/colorconvert/src/
cpvvideoblend.cpp 60 uint32 width_src, height_src, pitch_src, width_dst, height_dst, pitch_dst; local
67 pitch_src = frameSize->width;
95 pitch_dst = pitch_src;
98 if (!CameraInput->Init(width_src, height_src, pitch_src, width_dst, height_dst, pitch_dst, rot))
121 uint32 width_src, height_src, pitch_src, width_dst, height_dst, pitch_dst; local
136 pitch_src = width_src;
146 if ((pCameraInput->bufSize < pitch_src*height_src*2) ||
172 pitch_src = width_src; // equal to the source width
182 if ((pBitmap->bufSize < (pitch_src*height_src*2)) ||
ccrgb16toyuv420.cpp 223 int32 pitch_src = param[4]; local
273 pixels = inputRGB[i+pitch_src];
301 pixels = inputRGB[i+1+pitch_src];
373 inputRGB += pitch_src << 1;
389 int32 pitch_src = param[4]; local
417 pitch_src = -pitch_src;
440 pixels = inputRGB[i+pitch_src];
460 pixels = inputRGB[i+1+pitch_src];
484 inputRGB += pitch_src << 1
    [all...]
  /frameworks/base/camera/libcameraservice/
FakeCamera.cpp 209 int32_t pitch_src = param[4]; local
271 inputRGB += pitch_src;

Completed in 63 milliseconds