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

  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 55 uint32_t tempU = temp & 0xFF;
56 tempU = tempU | ((temp >> 8) & 0xFF00);
62 *outcb++ = tempU;
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 420 uint32_t tempU = temp & 0xFF;
421 tempU = tempU | ((temp >> 8) & 0xFF00);
426 *outCb++ = tempU;

Completed in 190 milliseconds