Searched +defs:is +defs:buffer (Results 1 – 7 of 7) sorted by relevance
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
| D | exif_metadata.cpp | 74 template <typename T, typename U> std::istream &OutputRational(std::istream &is, T &r) in OutputRational() 89 std::istream &operator >> (std::istream &is, ExifRational &r) in operator >>() 94 std::istream &operator >> (std::istream &is, ExifSRational &r) in operator >>() 354 void *buffer = exif_mem_alloc(exifMem, valueLen); in CreateEntry() local 457 std::istringstream is(value); in SetShort() local 474 std::istringstream is(value); in SetLong() local 491 std::istringstream is(value); in SetSShort() local 508 std::istringstream is(value); in SetSLong() local 525 std::istringstream is(value); in SetRational() local 543 std::istringstream is(value); in SetSRational() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/tools/ets-tsc/lib/ |
| D | lib.es5.d.ts | 1220 …every<S extends T>(predicate: (value: T, index: number, array: readonly T[]) => value is S, thisAr… property 1411 …every<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any):… property 1491 isArray(arg: any): arg is any[]; property 1688 isView(arg: any): arg is ArrayBufferView; property 1696 buffer: ArrayBufferLike; property 1710 readonly buffer: ArrayBuffer; property 1856 readonly buffer: ArrayBufferLike; property 2138 readonly buffer: ArrayBufferLike; property 2420 readonly buffer: ArrayBufferLike; property 2701 readonly buffer: ArrayBufferLike; property [all …]
|
| D | lib.dom.d.ts | 91 buffer?: AudioBuffer | null; property 266 buffer?: AudioBuffer | null; property 434 is?: string; property 2254 buffer: AudioBuffer | null; property 3817 buffer: AudioBuffer | null; property
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkimagesource_fuzzer/src/ |
| D | image_fwk_image_source_fuzzer.cpp | 160 std::unique_ptr<std::istream> is = std::make_unique<std::ifstream>(pathName.c_str()); in CreateImageSourceByIstreamFuzz() local 217 std::vector<uint8_t> buffer; in ImageSourceFuzzTest() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkimagesource2_fuzzer/src/ |
| D | image_fwk_image_source2_fuzzer.cpp | 169 std::unique_ptr<std::istream> is = std::make_unique<std::ifstream>(pathName.c_str()); in CreateImageSourceByIstreamFuzz() local 241 std::vector<uint8_t> buffer; in ImageSourceFuzzTest() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| D | utils.h | 90 auto buffer = jsAsset->GetData(); in GetAssetContentImpl() local 109 auto buffer = jsAsset->GetData(); in GetAssetContentAllowEmpty() local 654 std::ostringstream is; in HandleEscapeCharaterInUtf8TextForJson() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
| D | image_source.cpp | 178 uint8_t* buffer = nullptr; member 477 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, const SourceOptions … in CreateImageSource() 782 …ontextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlImageBuffer &buffer) in FreeContextBuffer() 1844 uint32_t ImageSource::CreateExifMetadata(uint8_t *buffer, const uint32_t size, bool addFlag, bool h… in CreateExifMetadata() 3176 auto buffer = malloc(bufferSize); in CreatePixelMapForYUV() local 4522 static bool CopyYUVToSurfaceBuffer(const DecodeContext& context, sptr<SurfaceBuffer>& buffer, PlIma… in CopyYUVToSurfaceBuffer() 5311 void ImageSource::SetSrcBuffer(const uint8_t* buffer, uint32_t size) in SetSrcBuffer()
|