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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp67 uint32_t tempV = (temp >> 8) & 0xFF; local
68 tempV = tempV | ((temp >> 16) & 0xFF00);
71 *outcb++ = tempV;
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp74 uint32_t tempV = (temp >> 8) & 0xFF; local
75 tempV = tempV | ((temp >> 16) & 0xFF00);
78 *outcb++ = tempV;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp128 uint32_t tempV = (temp >> 8) & 0xFF; local
129 tempV = tempV | ((temp >> 16) & 0xFF00);
132 *outcb++ = tempV;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp629 uint32_t tempV = (temp >> 8) & 0xFF; local
630 tempV = tempV | ((temp >> 16) & 0xFF00);
633 *outcb++ = tempV;

Completed in 194 milliseconds