Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/codec/
DSkBmpStandardCodec.cpp97 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
98 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
99 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
104 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
DSkBmpRLECodec.cpp88 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
89 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
90 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
DSkCodecPriv.h171 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
/external/skia/src/codec/
DSkBmpStandardCodec.cpp97 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
98 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
99 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
104 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
DSkBmpRLECodec.cpp88 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable()
89 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable()
90 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
DSkCodecPriv.h171 static inline uint8_t get_byte(uint8_t* buffer, uint32_t i) { in get_byte() function
/external/libjpeg-turbo/
Djdarith.c71 get_byte (j_decompress_ptr cinfo) in get_byte() function
126 data = get_byte(cinfo); /* read next input byte */ in arith_decode()
128 do data = get_byte(cinfo); in arith_decode()
/external/syslinux/memdisk/
Dunzip.c78 static inline uch get_byte(void) in get_byte() function
Dinflate.c219 #define NEXTBYTE() (uch)get_byte()
/external/brotli/c/dec/
Ddecode.c602 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() local
608 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths()
609 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
616 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
629 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
/external/iproute2/include/
Dutils.h95 #define get_byte get_u8 macro