Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxpmdec.c195 static unsigned hex_char_to_number(uint8_t x) in hex_char_to_number() function
249 ret |= (hex_char_to_number(p[2]) << 4) | in color_string_to_rgba()
250 (hex_char_to_number(p[1]) << 12) | in color_string_to_rgba()
251 (hex_char_to_number(p[0]) << 20); in color_string_to_rgba()
253 ret = (hex_char_to_number(p[3]) << 4) | in color_string_to_rgba()
254 (hex_char_to_number(p[2]) << 12) | in color_string_to_rgba()
255 (hex_char_to_number(p[1]) << 20) | in color_string_to_rgba()
256 (hex_char_to_number(p[0]) << 28); in color_string_to_rgba()
258 ret |= hex_char_to_number(p[5]) | in color_string_to_rgba()
259 (hex_char_to_number( in color_string_to_rgba()
[all...]

Completed in 2 milliseconds