HomeSort by relevance Sort by last modified time
    Searched refs:pitch_dst (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
89 pitch_dst = height_src;
95 pitch_dst = pitch_src;
98 if (!CameraInput->Init(width_src, height_src, pitch_src, width_dst, height_dst, pitch_dst, rot))
103 if (!BitmapInput->Init(width_dst, height_dst, pitch_dst, width_dst, height_dst, pitch_dst, 0))
121 uint32 width_src, height_src, pitch_src, width_dst, height_dst, pitch_dst; local
141 pitch_dst = pToEncode->width; // width of the destination buffer
147 (pToEncode->bufSize < ((pitch_dst*Dst_height*3) >> 1)))
178 pitch_dst = pToEncode->width
    [all...]
ccrgb16toyuv420.cpp 222 int32 pitch_dst = param[2]; local
278 *(tempY + pitch_dst) = yuv_value;
306 *(tempY + pitch_dst) = yuv_value;
374 tempY += (pitch_dst - width_dst) + pitch_dst;
375 tempU += ((pitch_dst - width_dst)) >> 1;
376 tempV += ((pitch_dst - width_dst)) >> 1;
388 int32 pitch_dst = param[2]; local
443 *(tempY + pitch_dst) = yuv_value;
463 *(tempY + pitch_dst) = yuv_value
    [all...]
  /frameworks/base/camera/libcameraservice/
FakeCamera.cpp 207 int32_t pitch_dst = param[2]; local
214 int32_t size16 = pitch_dst*mheight_dst;
223 tempU = outYUV + (height_dst * pitch_dst);

Completed in 286 milliseconds