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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp875 uint8_t nibble2 = isdigit(c2) ? c2 - '0' : c2 - 'a' + 10; local
877 aes_ivec[i] = nibble1 << 4 | nibble2;

Completed in 104 milliseconds