/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
D | pixel_convert_test.cpp | 121 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 …]
|
D | color_converter_test.cpp | 80 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/ |
D | native_avsource.cpp | 34 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/ |
D | string_utils.h | 31 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/ |
D | string_utils.h | 31 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/ |
D | perf_test.cpp | 78 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/ |
D | module_hdi_source.c | 97 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/ |
D | image_object.h | 51 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()
|
D | image_object_svg.cpp | 20 RefPtr<ImageObject> GetImageSvgDomObj(ImageSourceInfo source, const std::unique_ptr<SkMemoryStream … in GetImageSvgDomObj()
|
D | image_object_animated.cpp | 28 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/ |
D | depict_transform.h | 48 DepictTransform(VertexSource& source, TransAffine& tr) in DepictTransform() 51 void Attach(VertexSource& source) in Attach()
|
D | depict_curve.h | 51 explicit DepictCurve(UICanvasVertices& source) in DepictCurve() 54 void Attach(UICanvasVertices& source) in Attach()
|
/foundation/multimedia/histreamer/tests/ut/ |
D | TestHiPlayer.cpp | 40 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/ |
D | apng_image_object.h | 30 ImageSourceInfo source, in ApngImageObject() 42 ImageSourceInfo source, in ApngImageObject()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
D | avdemuxer.h | 78 static std::shared_ptr<AVDemuxer> CreateWithSource(std::shared_ptr<AVSource> source) in CreateWithSource()
|
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
D | cgroup_adjuster.cpp | 58 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/ |
D | media_source_filter.cpp | 81 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/ |
D | avmeta_meta_collector.cpp | 127 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/ |
D | scroll_bar_pattern.cpp | 70 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/ |
D | zip_utils.cpp | 63 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/ |
D | color_matrix_test.cpp | 79 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/ |
D | object_source.h | 33 static ObjectSource source; in GetInstance() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
D | patch_extractor.cpp | 26 PatchExtractor::PatchExtractor(const std::string &source) : BaseExtractor(source) {} in PatchExtractor()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
D | plugin_component_template.h | 36 void SetSource(const std::string& source) in SetSource()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
D | render_scroll.cpp | 72 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 …]
|