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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp64 uint32_t tempU = temp & 0xFF; local
65 tempU = tempU | ((temp >> 8) & 0xFF00);
72 *outcr++ = tempU;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp125 uint32_t tempU = temp & 0xFF; local
126 tempU = tempU | ((temp >> 8) & 0xFF00);
133 *outcr++ = tempU;
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp73 uint32_t tempU = temp & 0xFF; local
74 tempU = tempU | ((temp >> 8) & 0xFF00);
81 *outcr++ = tempU;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp626 uint32_t tempU = temp & 0xFF; local
627 tempU = tempU | ((temp >> 8) & 0xFF00);
634 *outcr++ = tempU;

Completed in 301 milliseconds