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...] |