Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dexoticformats.cpp36 static inline uint32_t get_uint(uint8_t* buffer, uint32_t i) { in get_uint() function
66 uint32_t endianness = get_uint(header, 12); in load_ktx()
73 uint32_t glType = get_uint(header, 16); in load_ktx()
74 SkDEBUGCODE(uint32_t glTypeSize = get_uint(header, 20);) in load_ktx()
75 uint32_t glFormat = get_uint(header, 24); in load_ktx()
76 uint32_t glInternalFormat = get_uint(header, 28); in load_ktx()
77 //uint32_t glBaseInternalFormat = get_uint(header, 32); in load_ktx()
78 uint32_t pixelWidth = get_uint(header, 36); in load_ktx()
79 uint32_t pixelHeight = get_uint(header, 40); in load_ktx()
80 uint32_t pixelDepth = get_uint(heade in load_ktx()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dshorten.c162 static inline unsigned int get_uint(ShortenContext *s, int k) in get_uint() function
420 s->internal_ftype = get_uint(s, TYPESIZE); in read_header()
422 s->channels = get_uint(s, CHANSIZE); in read_header()
443 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE)); in read_header()
452 maxnlpc = get_uint(s, LPCQSIZE); in read_header()
457 s->nmean = get_uint(s, 0); in read_header()
463 skip_bytes = get_uint(s, NSKIPSIZE); in read_header()
650 unsigned blocksize = get_uint(s, av_log2(s->blocksize)); in shorten_decode_frame()

Completed in 3 milliseconds