Home
last modified time | relevance | path

Searched defs:littleEndian (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Ddata_buf.h35 littleEndian, enumerator
/third_party/skia/src/codec/
H A DSkParseEncodedOrigin.cpp59 bool littleEndian; in SkParseEncodedOrigin() local
11 parse_encoded_origin(const uint8_t* exifData, size_t data_length, uint64_t offset, bool littleEndian, bool is_root, SkEncodedOrigin* orientation) parse_encoded_origin() argument
[all...]
H A DSkCodecPriv.h192 static inline uint16_t get_endian_short(const uint8_t* data, bool littleEndian) { in get_endian_short() argument
200 static inline uint32_t get_endian_int(const uint8_t* data, bool littleEndian) { in get_endian_int() argument
H A DSkRawCodec.cpp532 bool littleEndian; in IsTiffHeaderValid() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp343 GetViewValue(JSThread *thread, const JSHandle<JSTaggedValue> &view, const JSHandle<JSTaggedValue> &requestIndex, const JSHandle<JSTaggedValue> &littleEndian, DataViewType type) GetViewValue() argument
405 SetViewValue(JSThread *thread, const JSHandle<JSTaggedValue> &view, const JSHandle<JSTaggedValue> &requestIndex, const JSHandle<JSTaggedValue> &littleEndian, DataViewType type, const JSHandle<JSTaggedValue> &value) SetViewValue() argument
H A Dbuiltins_arraybuffer.cpp340 GetValueFromBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, bool littleEndian) GetValueFromBuffer() argument
348 GetValueFromBuffer(JSThread *thread, uint32_t byteIndex, uint8_t *block, DataViewType type, bool littleEndian) GetValueFromBuffer() argument
387 SetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, const JSHandle<JSTaggedValue> &value, bool littleEndian) SetValueInBuffer() argument
506 GetValueFromBufferForInteger(uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForInteger() argument
531 GetValueFromBufferForFloat(uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForFloat() argument
553 CommonConvert(T1 &value, T2 &res, bool littleEndian) CommonConvert() argument
574 GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block, uint32_t byteIndex, bool littleEndian) GetValueFromBufferForBigInt() argument
621 SetValueInBufferForInteger(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForInteger() argument
649 SetValueInBufferForFloat(double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForFloat() argument
670 SetValueInBufferForBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &val, JSHandle<JSTaggedValue> &arrBuf, uint32_t byteIndex, bool littleEndian) SetValueInBufferForBigInt() argument
693 SetValueInBufferForBigInt(JSThread *thread, double val, uint8_t *block, uint32_t byteIndex, bool littleEndian) SetValueInBufferForBigInt() argument
714 FastSetValueInBuffer(JSThread *thread, JSTaggedValue arrBuf, uint32_t byteIndex, DataViewType type, double val, bool littleEndian) FastSetValueInBuffer() argument
729 SetValueInBuffer(JSThread* thread, uint32_t byteIndex, uint8_t *block, DataViewType type, double val, bool littleEndian) SetValueInBuffer() argument
858 FastSetValueInBufferForInteger(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val, bool littleEndian) FastSetValueInBufferForInteger() argument
886 FastSetValueInBufferForFloat(uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val, bool littleEndian) FastSetValueInBufferForFloat() argument
907 FastSetValueInBufferForBigInt(JSThread *thread, uint8_t *byteBeginOffset, uint8_t *byteEndOffset, double val, bool littleEndian) FastSetValueInBufferForBigInt() argument
929 TryFastSetValueInBuffer([[maybe_unused]] JSThread *thread, JSTaggedValue arrBuf, uint32_t byteBeginOffset, uint32_t byteEndOffset, DataViewType type, double val, bool littleEndian) TryFastSetValueInBuffer() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libjpeg.cpp61 int littleEndian = 1; in HandleLittleEndian() local
/third_party/gptfdisk/
H A Dgpt.cc602 int littleEndian; in RecomputeCRCs() local
1377 int littleEndian, allOK = 1; in SaveHeader() local
1397 int littleEndian, allOK = 1; SavePartitionTable() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp175 const bool littleEndian = (DE_ENDIANNESS == DE_LITTLE_ENDIAN); in get24bitDepthComponent() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp175 const bool littleEndian = (DE_ENDIANNESS == DE_LITTLE_ENDIAN); in get24bitDepthComponent() local

Completed in 14 milliseconds