Home
last modified time | relevance | path

Searched +defs:val +defs:byteCount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp52 static inline uint32_t Float2UInt32(float val) in Float2UInt32()
58 bool AllocShareBufferInner(DecodeContext &context, uint64_t byteCount) in AllocShareBufferInner()
106 bool AllocShareBuffer(DecodeContext &context, uint64_t byteCount) in AllocShareBuffer()
125 bool AllocDmaBuffer(DecodeContext &context, uint64_t byteCount, SkSize &svgSize) in AllocDmaBuffer()
173 bool AllocHeapBuffer(DecodeContext &context, uint64_t byteCount) in AllocHeapBuffer()
419 uint64_t byteCount = static_cast<uint64_t>(width) * height * SVG_BYTES_PER_PIXEL; in AllocBuffer() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp770 const std::string val = "111"; variable
785 const std::string val = "222"; variable
800 const std::string val = "333"; variable
815 const std::string val = "444"; variable
830 const std::string val = "test"; variable
865 const std::string val = "test"; variable
1305 uint32_t byteCount = 0; variable
1464 const std::string val = "test"; variable
1783 uint32_t byteCount = 0; variable
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java4077 long byteCount = 0; in readImageFileDirectory() local
4945 public void seek(long byteCount) throws IOException { in seek()
5081 public int skipBytes(int byteCount) throws IOException { in skipBytes()
5186 public void writeByte(int val) throws IOException { in writeByte()
5190 public void writeShort(short val) throws IOException { in writeShort()
5200 public void writeInt(int val) throws IOException { in writeInt()
5214 public void writeUnsignedShort(int val) throws IOException { in writeUnsignedShort()
5218 public void writeUnsignedInt(long val) throws IOException { in writeUnsignedInt()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp156 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt()
165 static AlphaType ParseAlphaType(int32_t val) in ParseAlphaType()
174 static ScaleMode ParseScaleMode(int32_t val) in ParseScaleMode()
183 static AntiAliasingOption ParseAntiAliasingOption(int32_t val) in ParseAntiAliasingOption()
2263 uint32_t byteCount = pixelMapNapi->nativePixelMap_->GetByteCount(); in GetPixelBytesNumber() local
3614 static void ParseColorSpaceVal(napi_env env, napi_value val, PixelMapAsyncContext* context) in ParseColorSpaceVal()
3972 static double FloatToDouble(float val) in FloatToDouble()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp94 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt()
103 static AlphaType ParseAlphaType(int32_t val) in ParseAlphaType()
112 static ScaleMode ParseScaleMode(int32_t val) in ParseScaleMode()
1881 uint32_t byteCount = pixelMapNapi->nativePixelMap_->GetByteCount(); in GetPixelBytesNumber() local
3038 static void ParseColorSpaceVal(napi_env env, napi_value val, PixelMapAsyncContext* context) in ParseColorSpaceVal()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1394 …uint64_t byteCount = static_cast<uint64_t>(rowDataSize_) * static_cast<uint64_t>(imageInfo_.size.h… in GetByteCount() local
3064 uint16_t val = FloatToHalf(pixel); in HalfTranslate() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...