Home
last modified time | relevance | path

Searched defs:source (Results 851 - 875 of 3135) sorted by relevance

1...<<31323334353637383940>>...126

/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h42 explicit ImageObject(ImageSourceInfo source) : imageSource_(source) {} in ImageObject() argument
44 ImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, bool isSvg = false) in ImageObject() argument
156 SvgImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const RefPtr<SvgDom>& svgDom) in SvgImageObject() argument
128 SvgSkiaImageObject( ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkSVGDOM>& skiaDom) SvgSkiaImageObject() argument
185 StaticImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkData>& data) StaticImageObject() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_profile.cpp300 TransformTo( const std::ostringstream &source, const PatchExtractor &patchExtractor, AppQuickFix &appQuickFix) TransformTo() argument
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp119 struct OH_AVDemuxer *OH_AVDemuxer_CreateWithSource(OH_AVSource *source) in OH_AVDemuxer_CreateWithSource() argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp125 IAudioDeviceAdapterCallback *source = nullptr; in HandleCaptureParamEvent() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.cpp76 Status DataStreamSourcePlugin::SetSource(std::shared_ptr<Plugins::MediaSource> source) in SetSource() argument
H A Dfile_source_plugin.cpp148 Status FileSourcePlugin::SetSource(std::shared_ptr<MediaSource> source) in SetSource() argument
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_source.c389 pa_source *source = (pa_source *)m->userdata; pa__init() local
418 pa_source *source = m->userdata; pa__get_n_used() local
440 pa_source *source = NULL; pa__done() local
[all...]
H A Dsource_userdata.h43 pa_source *source; member
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_ffi.h27 int32_t source; member
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Dopengl_wrapper_native_test.cpp85 static GLuint CreateShader(const char *source, GLenum shaderType) in CreateShader() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp74 static bool CopyStrData(char** destination, const std::string& source) in CopyStrData() argument
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp55 std::unique_ptr<PixelMap> PixelMapImpl::CreateAlphaPixelMap(PixelMap &source, InitializationOptions &opts) in CreateAlphaPixelMap() argument
113 uint32_t PixelMapImpl::WriteBufferToPixels(uint8_t *source, uint64_t &bufferSize) in WriteBufferToPixels() argument
121 uint32_t PixelMapImpl::WritePixels(uint8_t *source, uint64_t &bufferSize, uint32_t &offset, uint32_t &stride, in WritePixels() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dimage_pixel_map_ndk.cpp31 NativePixelMap* OH_PixelMap_InitNativePixelMap(napi_env env, napi_value source) in OH_PixelMap_InitNativePixelMap() argument
81 int32_t OH_PixelMap_CreateAlphaPixelMap(napi_env env, napi_value source, napi_value* alpha) in OH_PixelMap_CreateAlphaPixelMap() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
H A Dimage_source_mdk_kits.h36 struct OhosImageSource* source; member
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dpixel_map_napi.h170 static PixelMapContainer source; in GetInstance() local
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin.cpp427 uint32_t Plugin::GetUint16ValueFromDecimal(const string &source, uint16_t &result) in GetUint16ValueFromDecimal() argument
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp111 int32_t TestPlayerImpl::SetSource(const TestSource& source) in SetSource() argument
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAudioCapturePlugin.cpp100 auto source = std::make_shared<MediaSource>(MP4_URL); in HWTEST() local
133 auto source = std::make_shared<MediaSource>(MP4_URL); in HWTEST() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp1144 string source = ""; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_mdk.cpp33 ImageSourceNative* OH_ImageSource_InitNative(napi_env env, napi_value source) in OH_ImageSource_InitNative() argument
120 OH_ImageSource_CreateIncremental(napi_env env, struct OhosImageSource* source, struct OhosImageSourceOps* ops, napi_value *res) OH_ImageSource_CreateIncremental() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/
H A Dwav_demuxer_plugin.cpp70 Status WavDemuxerPlugin::SetDataSource(const std::shared_ptr<DataSource>& source) in SetDataSource() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp217 Status VideoFileCapturePlugin::SetSource(std::shared_ptr<MediaSource> source) in SetSource() argument
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp81 int32_t HiRecorderImpl::SetAudioSource(AudioSourceType source, int32_t& sourceId) in SetAudioSource() argument
460 ErrorCode HiRecorderImpl::SetAudioSourceInternal(AudioSourceType source, int32_t sourceId) in SetAudioSourceInternal() argument
487 ErrorCode HiRecorderImpl::SetVideoSourceInternal(VideoSourceType source, int32_t sourceId) in SetVideoSourceInternal() argument
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h578 Destroy(source); variable
[all...]
/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_fd_source_plugin_unit_test.cpp294 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(uri); in HWTEST_F() local
306 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(uri); in HWTEST_F() local

Completed in 16 milliseconds

1...<<31323334353637383940>>...126