Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 249) sorted by relevance

12345678910

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dpixel_convert_test.cpp121 uint8_t source[2] = { 0xA0, 0x64 }; variable
145 uint8_t *source = nullptr; variable
169 uint8_t source[2] = { 0xA0, 0x64 }; variable
240 uint8_t source[50] = { 0 }; variable
280 uint8_t source[50] = { 0 }; variable
320 uint8_t source[50] = { 0 }; variable
360 uint8_t source[50] = { 0 }; variable
400 uint8_t source[50] = { 0 }; variable
440 uint8_t source[50] = { 0 }; variable
480 uint8_t source[50] = { 0 }; variable
[all …]
Dcolor_converter_test.cpp80 uint8_t source[2] = { 0xA0, 0x64 }; variable
116 uint8_t source[2] = { 0xA0, 0x64 }; variable
153 uint8_t source[2] = { 0xA0, 0x64 }; variable
190 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable
229 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable
268 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable
307 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable
346 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable
385 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable
424 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable
[all …]
/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
Dnative_avsource.cpp34 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in OH_AVSource_CreateWithURI() local
52 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithFD(fd, offset, size); in OH_AVSource_CreateWithFD() local
61 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source) in OH_AVSource_Destroy()
71 OH_AVFormat *OH_AVSource_GetSourceFormat(OH_AVSource *source) in OH_AVSource_GetSourceFormat()
90 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex) in OH_AVSource_GetTrackFormat()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dstring_utils.h31 static bool IsEmpty(std::string source) in IsEmpty()
36 static std::string Trim(const std::string &source) in Trim()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Dstring_utils.h31 static bool IsEmpty(std::string source) in IsEmpty()
36 static std::string Trim(const std::string &source) in Trim()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
Dperf_test.cpp78 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
104 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
130 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
156 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
187 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
218 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
249 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
280 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
311 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
342 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable
[all …]
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
Dmodule_hdi_source.c97 pa_source *source = NULL; in pa__get_n_used() local
107 pa_source *source = NULL; in pa__done() local
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_object.h51 explicit ImageObject(ImageSourceInfo source) : imageSource_(source){} in ImageObject()
58 : imageSource_(source), imageSize_(imageSize), frameCount_(frameCount), isSvg_(isSvg) in imageSource_() argument
144 ImageSourceInfo source, in SvgSkiaImageObject()
174 ImageSourceInfo source, in SvgImageObject()
206 ImageSourceInfo source, in StaticImageObject()
214 ImageSourceInfo source, in StaticImageObject()
Dimage_object_svg.cpp20 RefPtr<ImageObject> GetImageSvgDomObj(ImageSourceInfo source, const std::unique_ptr<SkMemoryStream … in GetImageSvgDomObj()
Dimage_object_animated.cpp28 ImageSourceInfo source, in AnimatedImageObject()
145 RefPtr<ImageObject> CreateAnimatedImageObject(ImageSourceInfo source, const Size& imageSize, int32_… in UploadToGpuForRender()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
Ddepict_transform.h48 DepictTransform(VertexSource& source, TransAffine& tr) in DepictTransform()
51 void Attach(VertexSource& source) in Attach()
Ddepict_curve.h51 explicit DepictCurve(UICanvasVertices& source) in DepictCurve()
54 void Attach(UICanvasVertices& source) in Attach()
/foundation/multimedia/histreamer/tests/ut/
DTestHiPlayer.cpp40 static OHOS::Media::Source source; member in OHOS::Media::Test::UtTestHiPlayer
100 OHOS::Media::Source UtTestHiPlayer::source("./test.mp3"); member in OHOS::Media::Test::UtTestHiPlayer
/foundation/arkui/ace_engine/frameworks/core/image/apng/
Dapng_image_object.h30 ImageSourceInfo source, in ApngImageObject()
42 ImageSourceInfo source, in ApngImageObject()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
Davdemuxer.h78 static std::shared_ptr<AVDemuxer> CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource()
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
Dcgroup_adjuster.cpp58 void CgroupAdjuster::AdjustProcessGroup(Application &app, ProcessRecord &pr, AdjustSource source) in AdjustProcessGroup()
86 void CgroupAdjuster::AdjustAllProcessGroup(Application &app, AdjustSource source) in AdjustAllProcessGroup()
106 void CgroupAdjuster::ComputeProcessGroup(Application &app, ProcessRecord &pr, AdjustSource source) in ComputeProcessGroup()
/foundation/multimedia/histreamer/engine/pipeline/filters/source/media_source/
Dmedia_source_filter.cpp81 ErrorCode MediaSourceFilter::SetSource(const std::shared_ptr<MediaSource>& source) in SetSource()
101 ErrorCode MediaSourceFilter::InitPlugin(const std::shared_ptr<MediaSource>& source) in InitPlugin()
269 ErrorCode MediaSourceFilter::DoNegotiate(const std::shared_ptr<MediaSource>& source) in DoNegotiate()
352 bool MediaSourceFilter::ParseProtocol(const std::shared_ptr<MediaSource>& source) in ParseProtocol()
393 ErrorCode MediaSourceFilter::FindPlugin(const std::shared_ptr<MediaSource>& source) in FindPlugin()
/foundation/multimedia/player_framework/services/engine/gstreamer/avmetadatahelper/
Davmeta_meta_collector.cpp127 void AVMetaMetaCollector::AddMetaSource(GstElement &source) in AddMetaSource()
141 void AVMetaMetaCollector::RemoveMetaSource(GstElement &source) in RemoveMetaSource()
252 uint8_t AVMetaMetaCollector::ProbeElemType(GstElement &source) in ProbeElemType()
313 void AVMetaMetaCollector::AddElemCollector(GstElement &source, uint8_t type) in AddElemCollector()
345 void AVMetaMetaCollector::AddElemBlocker(GstElement &source, uint8_t type) in AddElemBlocker()
419 void AVMetaMetaCollector::RemoveElemBlocker(GstElement &source, uint8_t type) in RemoveElemBlocker()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
Dscroll_bar_pattern.cpp70 scrollPositionCallback_ = [weak = WeakClaim(this)](double offset, int32_t source) { in OnModifyDone()
98 (const PointF& point, SourceType source) { in OnModifyDone()
158 void ScrollBarPattern::ValidateOffset(int32_t source) in ValidateOffset()
166 bool ScrollBarPattern::UpdateCurrentOffset(float delta, int32_t source) in UpdateCurrentOffset()
255 auto source = pattern->GetCurrentPosition(); in SetAccessibilityAction() local
268 auto source = pattern->GetCurrentPosition(); in SetAccessibilityAction() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dzip_utils.cpp63 std::string source = str.substr(0, searchFor.size()); in StartsWith() local
72 std::string source = str.substr(str.size() - searchFor.size(), searchFor.size()); in EndsWith() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
Dcolor_matrix_test.cpp79 scalar source[20] = { 0.0f }; variable
96 scalar source[ColorMatrix::MATRIX_SIZE] = { 220.0f }; variable
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/webgl/include/util/
Dobject_source.h33 static ObjectSource source; in GetInstance() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dpatch_extractor.cpp26 PatchExtractor::PatchExtractor(const std::string &source) : BaseExtractor(source) {} in PatchExtractor()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
Dplugin_component_template.h36 void SetSource(const std::string& source) in SetSource()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Drender_scroll.cpp72 bool RenderScroll::ValidateOffset(int32_t source) in ValidateOffset()
169 bool RenderScroll::UpdateOffset(Offset& delta, int32_t source) in UpdateOffset()
317 bool RenderScroll::ScrollPageCheck(Offset& delta, int32_t source) in ScrollPageCheck()
345 bool RenderScroll::ScrollPageByChild(Offset& delta, int32_t source) in ScrollPageByChild()
382 void RenderScroll::AdjustOffset(Offset& delta, int32_t source) in AdjustOffset()
552 …to&& callback = [weakScroll = AceType::WeakClaim(this), isVertical](double value, int32_t source) { in ResetScrollable()
685 void RenderScroll::JumpToIndex(int32_t index, int32_t source) in JumpToIndex()
714 void RenderScroll::JumpToPosition(double position, int32_t source) in JumpToPosition()
727 void RenderScroll::DoJump(double position, int32_t source) in DoJump()
883 …crollCallback = [weakScroll = AceType::WeakClaim(this), isVertical](double value, int32_t source) { in InitScrollBarProxy()
[all …]

12345678910