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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp448 uint32_t tempV = (temp >> 8) & 0xFF; local
449 tempV = tempV | ((temp >> 16) & 0xFF00);
452 *outCr++ = tempV;

Completed in 48 milliseconds