Searched refs:get_byte (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | lzo.c | 47 static inline int get_byte(LZOContext *c) in get_byte() function 58 #define GETB(c) get_byte(&(c)) 71 while (!(x = get_byte(c))) { in get_len()
|
/third_party/backends/sanei/ |
H A D | sanei_codec_ascii.c | 86 get_byte (Wire *w) in get_byte() function 107 *b = get_byte (w); in ascii_w_byte()
|
/third_party/skia/src/codec/ |
H A D | SkBmpStandardCodec.cpp | 98 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 99 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 100 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable() 105 alpha = get_byte(cBuffer.get(), i*fBytesPerColor + 3); in createColorTable()
|
H A D | SkBmpRLECodec.cpp | 91 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() 92 uint8_t green = get_byte(cBuffer.get(), i*fBytesPerColor + 1); in createColorTable() 93 uint8_t red = get_byte(cBuffer.get(), i*fBytesPerColor + 2); in createColorTable()
|
H A D | SkIcoCodec.cpp | 120 int width = static_cast<int>(get_byte(entryBuffer, 0)); in MakeFromStream() 121 int height = static_cast<int>(get_byte(entryBuffer, 1)); in MakeFromStream()
|
H A D | SkCodecPriv.h | 144 static inline uint8_t get_byte(const uint8_t* buffer, uint32_t i) { in get_byte() function
|
/third_party/libcoap/src/oscore/ |
H A D | oscore_cbor.c | 211 get_byte(const uint8_t **buffer, size_t *buf_len) { in get_byte() function 228 uint8_t element = get_byte(buffer, buf_len); in oscore_cbor_get_next_element() 241 uint8_t control = get_byte(buffer, buf_len) & 0x1f; in oscore_cbor_get_element_size() 363 uint8_t control = get_byte(data, buf_len) & 0x1f; in oscore_cbor_skip_value()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdarith.c | 74 get_byte(j_decompress_ptr cinfo) in get_byte() function 129 data = get_byte(cinfo); /* read next input byte */ in arith_decode() 131 do data = get_byte(cinfo); in arith_decode()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 647 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() local 654 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths() 655 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 663 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths() 677 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 647 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() local 654 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths() 655 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 663 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths() 677 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 585 static char get_byte (double value); 5008 get_byte (double value) in get_byte() function 5039 Regs[0x00] = get_byte (cph->p1); in Timing_SetLinearImageSensorClock() 5040 Regs[0x01] = get_byte (get_shrd (cph->p1, 0x08)); in Timing_SetLinearImageSensorClock() 5041 Regs[0x02] = get_byte (get_shrd (cph->p1, 0x10)); in Timing_SetLinearImageSensorClock() 5042 Regs[0x03] = get_byte (get_shrd (cph->p1, 0x18)); in Timing_SetLinearImageSensorClock() 5045 Regs[0x04] |= ((get_byte (get_shrd (cph->p1, 0x20))) & 0x0f); in Timing_SetLinearImageSensorClock() 5050 Regs[0x05] = get_byte (cph->p2); in Timing_SetLinearImageSensorClock() 5051 Regs[0x06] = get_byte (get_shrd (cph->p2, 0x08)); in Timing_SetLinearImageSensorClock() 5052 Regs[0x07] = get_byte (get_shr in Timing_SetLinearImageSensorClock() [all...] |
Completed in 22 milliseconds