Home
last modified time | relevance | path

Searched refs:write16 (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddpxenc.c90 #define write16(p, value) write16_internal(s->big_endian, p, value) macro
167 write16(dst++, value[i]); in encode_gbrp12()
216 write16(buf + 768, 0); /* orientation; left to right, top to bottom */ in encode_frame()
217 write16(buf + 770, 1); /* number of elements */ in encode_frame()
224 write16(buf + 804, (s->bits_per_component == 10 || s->bits_per_component == 12) ? in encode_frame()
/third_party/skia/src/sksl/
DSkSLDehydrator.h76 fBody.write16(i); in writeS16()
81 fBody.write16(i); in writeU16()
DSkSLOutputStream.h24 void write16(uint16_t i) { in write16() function
DSkSLDehydrator.cpp601 out.write16(fStringBuffer.str().size()); in finish()
/third_party/skia/src/utils/
DSkCustomTypeface.cpp250 stream->write16(SkToS16(sk_float_round2int(x * scale)) & 0xFFFF); in write_scaled_float_to_16()
275 stream->write16(upem); // share w/ other paths? in compress_write()
276 stream->write16(vCount); in compress_write()
277 stream->write16(pCount); in compress_write()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h397 inline void write16(void *P, uint16_t V, endianness E) { in write16() function
407 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function
417 inline void write16le(void *P, uint16_t V) { write16<little>(P, V); } in write16le()
420 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h328 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function
338 inline void write16le(void *P, uint16_t V) { write16<little>(P, V); } in write16le()
341 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be()
/third_party/skia/src/core/
DSkBuffer.h120 void write16(int16_t x) { this->writeNoSizeCheck(&x, 2); } in write16() function
DSkWriter32.h105 void write16(int32_t value) { in write16() function
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.cpp560 current->write16(bundle); in handleWrite16()
581 current->write16(bundle); in handleWrite16()
614 SResource::write16(SRBRoot *bundle) { in write16() function in SResource
935 fRoot->write16(this); in write()
Dreslist.h191 void write16(SRBRoot *bundle);
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp560 current->write16(bundle); in handleWrite16()
581 current->write16(bundle); in handleWrite16()
614 SResource::write16(SRBRoot *bundle) { in write16() function in SResource
935 fRoot->write16(this); in write()
Dreslist.h191 void write16(SRBRoot *bundle);
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.cpp560 current->write16(bundle); in handleWrite16()
581 current->write16(bundle); in handleWrite16()
614 SResource::write16(SRBRoot *bundle) { in write16() function in SResource
935 fRoot->write16(this); in write()
Dreslist.h191 void write16(SRBRoot *bundle);
/third_party/skia/include/core/
DSkStream.h248 bool write16(U16CPU value) { in write16() function