Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dbrstm.c83 static av_always_inline unsigned int read16(AVFormatContext *s) in read16() function
131 size = read16(s); in read_header()
143 header_size = read16(s); // 6 in read_header()
147 section_count = read16(s); in read_header()
152 uint16_t flag = read16(s); in read_header()
219 st->codecpar->sample_rate = bfstm ? read32(s) : read16(s); in read_header()
/third_party/ffmpeg/libavcodec/
H A Ddpx.c64 static unsigned int read16(const uint8_t **ptr, int is_big) in read16() function
235 packing = read16(&buf, endian); in decode_frame()
236 encoding = read16(&buf, endian); in decode_frame()
675 *dst[2]++ = read16(&buf, endian) >> shift & 0xFFF; in decode_frame()
676 *dst[0]++ = read16(&buf, endian) >> shift & 0xFFF; in decode_frame()
678 *dst[1]++ = read16(&buf, endian) >> shift & 0xFFF; in decode_frame()
680 *dst[3]++ = read16(&buf, endian) >> shift & 0xFFF; in decode_frame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndian.h362 inline uint16_t read16(const void *P, endianness E) {
372 template <endianness E> inline uint16_t read16(const void *P) {
382 inline uint16_t read16le(const void *P) { return read16<little>(P); }
385 inline uint16_t read16be(const void *P) { return read16<big>(P); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h307 template <endianness E> inline uint16_t read16(const void *P) {
317 inline uint16_t read16le(const void *P) { return read16<little>(P); }
320 inline uint16_t read16be(const void *P) { return read16<big>(P); }

Completed in 4 milliseconds