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

  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 58 uint32_t tempV = (temp >> 8) & 0xFF;
59 tempV = tempV | ((temp >> 16) & 0xFF00);
63 *outcr++ = tempV;
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 414 uint32_t tempV = (temp >> 8) & 0xFF;
415 tempV = tempV | ((temp >> 16) & 0xFF00);
418 *outCr++ = tempV;

Completed in 676 milliseconds