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

  /frameworks/av/services/camera/libcameraservice/
FakeCamera.cpp 218 uint8_t *tempY,*tempU,*tempV;
224 tempU = outYUV + (height_dst * pitch_dst);
225 tempV = tempU + 1;
267 tempU[0] = u;
269 tempU += 2;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 60 uint32_t tempU = temp & 0xFF;
61 tempU = tempU | ((temp >> 8) & 0xFF00);
68 *outcr++ = tempU;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 121 uint32_t tempU = temp & 0xFF;
122 tempU = tempU | ((temp >> 8) & 0xFF00);
129 *outcr++ = tempU;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 626 uint32_t tempU = temp & 0xFF;
627 tempU = tempU | ((temp >> 8) & 0xFF00);
634 *outcr++ = tempU;
    [all...]

Completed in 72 milliseconds