Home
last modified time | relevance | path

Searched refs:size (Results 21426 - 21450 of 53605) sorted by relevance

1...<<851852853854855856857858859860>>...2145

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_vertex_sequence.h93 explicit GeometryVertexSequence(uint32_t size = BLOCK_SHIFT_SIZE) : BaseType(size) {} in GeometryVertexSequence()
/foundation/multimedia/av_codec/services/engine/common/
H A Dfsurface_memory.cpp102 uint32_t size = surfaceBuffer_->GetSize(); in GetSize() local
103 return static_cast<int32_t>(size); in GetSize()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Denvironment_component_manager.cpp61 return componentMetaData_.size();
66 if (index < componentMetaData_.size()) {
/foundation/multimedia/audio_framework/frameworks/native/opensles/include/
H A Daudioplayer_adapter.h41 SLresult EnqueueAdapter(SLuint32 id, const void *buffer, SLuint32 size);
44 SLresult GetBufferAdapter(SLuint32 id, SLuint8 **buffer, SLuint32 *size);
H A Daudiocapturer_adapter.h38 SLresult EnqueueAdapter(SLuint32 id, const void *buffer, SLuint32 size);
41 SLresult GetBufferAdapter(SLuint32 id, SLuint8 **buffer, SLuint32 *size);
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dmatrix_test.cpp63 matrix.Translate(100, 100); // 100 means offset size in TestMatrix()
65 matrix.MapPoints(point, point, point.size()); in TestMatrix()
66 for (size_t i = 0; i < point.size(); i++) { in TestMatrix()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_frame_rate_linker_map_test.cpp52 EXPECT_EQ(frameRateLinkerMap.Get().size(), 1); in HWTEST_F()
68 EXPECT_EQ(frameRateLinkerMap.Get().size(), 1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_lru_cache.h45 } else if (valueCache_.size() >= capacity_) { in Put()
73 size_t Size() { return valueCache_.size(); } in Size()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_type_dir.h63 return dirs_.size(); in DirCount()
67 return files_.size(); in FileCount()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_class.cpp32 nullptr, properties.size(), properties.data(), &classVal); in DefineClass()
69 status = napi_new_instance(env, cons, args.size(), args.data(), &instance); in InstantiateClass()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Druntime_shader_builder.cpp64 void RuntimeShaderBuilder::SetUniform(const std::string& name, const float values[], size_t size) in SetUniform() argument
66 impl_->SetUniform(name, values, size); in SetUniform()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_data_statistics.cpp74 void ImageDataStatistics::SetRequestMemory(uint32_t size) in SetRequestMemory() argument
76 memorySize_ = size; in SetRequestMemory()
/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
H A Dpicture_native_impl.cpp50 OHOS::Media::AuxiliaryPictureType type, OHOS::Media::Size size) in OH_AuxiliaryPictureNative()
52 auto auxiliaryPictureTmp = OHOS::Media::AuxiliaryPicture::Create(content, type, size); in OH_AuxiliaryPictureNative()
49 OH_AuxiliaryPictureNative(std::shared_ptr<OHOS::Media::PixelMap> &content, OHOS::Media::AuxiliaryPictureType type, OHOS::Media::Size size) OH_AuxiliaryPictureNative() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/
H A Draw_decoder.h37 uint32_t GetImageSize(uint32_t index, Size &size) override;
50 uint32_t DoGetImageSize(uint32_t index, Size &size);
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_mdk.cpp54 int32_t OH_Image_Size(const ImageNative* native, struct OhosImageSize* size) in OH_Image_Size() argument
60 args.outSize = size; in OH_Image_Size()
H A Dimage_packer_mdk.cpp53 ImagePacker_Opts* opts, uint8_t* outData, size_t* size) in OH_ImagePacker_PackToData()
64 args.dataSize = size; in OH_ImagePacker_PackToData()
52 OH_ImagePacker_PackToData(ImagePacker_Native* native, napi_value source, ImagePacker_Opts* opts, uint8_t* outData, size_t* size) OH_ImagePacker_PackToData() argument
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_format_convert.h54 static bool IsValidSize(const Size &size);
58 static size_t GetBufferSizeByFormat(PixelFormat format, const Size &size);
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/include/
H A Dsvg_decoder.h46 uint32_t GetImageSize(uint32_t index, Size &size) override;
55 uint32_t DoGetImageSize(uint32_t index, Size &size);
/foundation/multimedia/image_framework/mock/native/src/
H A Ddirectory_ex.cpp31 return string(fileName).substr(pos + 1, fileName.size()); in ExtractFileExt()
63 if (path.rfind("/") != path.size() - 1) { in IncludeTrailingPathDelimiter()
/foundation/multimedia/media_foundation/engine/scene/common/
H A Ddata_stream_impl.h29 DataStreamImpl(size_t size, size_t count, MemoryType type);
56 void SetSize(size_t size) override;
/foundation/multimedia/media_foundation/test/unittest/
H A DTestFFmpegVideoDecoder.cpp76 uint32_t size = 16; in HWTEST() local
77 inputBuffer->AllocMemory(nullptr, size); in HWTEST()
H A DTestFileSourcePlugin.cpp68 uint64_t size = 10; in HWTEST_F() local
69 auto status = fileSourcePlugin->GetSize(size); in HWTEST_F()
/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.h39 bool GetBuffer(const std::string_view &key, uint8_t **addr, size_t &size) override;
40 bool PutBuffer(const std::string_view &key, const uint8_t *addr, size_t size) override;
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.h40 bool GetBuffer(const std::string_view &key, uint8_t **addr, size_t &size) override;
41 bool PutBuffer(const std::string_view &key, const uint8_t *addr, size_t size) override;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_parcel_test.cpp39 info.size.width = pixelMapWidth; in ConstructPixmap()
40 info.size.height = pixelMapHeight; in ConstructPixmap()

Completed in 35 milliseconds

1...<<851852853854855856857858859860>>...2145