Searched refs:tempV (Results 1 - 3 of 3) 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/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 1701 milliseconds