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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 64 uint32_t tempU = temp & 0xFF;
65 tempU = tempU | ((temp >> 8) & 0xFF00);
72 *outcr++ = tempU;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 71 uint32_t tempU = temp & 0xFF;
72 tempU = tempU | ((temp >> 8) & 0xFF00);
79 *outcr++ = tempU;
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 125 uint32_t tempU = temp & 0xFF;
126 tempU = tempU | ((temp >> 8) & 0xFF00);
133 *outcr++ = tempU;
    [all...]
  /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 277 milliseconds