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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp445 uint32_t tempU = temp & 0xFF; local
446 tempU = tempU | ((temp >> 8) & 0xFF00);
451 *outCb++ = tempU;

Completed in 76 milliseconds