Searched refs:tempU (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/camera/libcameraservice/
H A DFakeCamera.cpp218 uint8_t *tempY,*tempU,*tempV; local
224 tempU = outYUV + (height_dst * pitch_dst);
225 tempV = tempU + 1;
267 tempU[0] = u;
269 tempU += 2;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
H A DM4vH263Encoder.cpp52 uint32_t tempU = temp & 0xFF; local
53 tempU = tempU | ((temp >> 8) & 0xFF00);
60 *outcr++ = tempU;
/frameworks/base/media/libstagefright/codecs/avc/enc/
H A DAVCEncoder.cpp53 uint32_t tempU = temp & 0xFF; local
54 tempU = tempU | ((temp >> 8) & 0xFF00);
61 *outcr++ = tempU;

Completed in 68 milliseconds