Home
last modified time | relevance | path

Searched defs:mode (Results 2751 - 2775 of 11727) sorted by relevance

1...<<111112113114115116117118119120>>...470

/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp928 OH_AudioInterrupt_Mode mode = AUDIOSTREAM_INTERRUPT_MODE_SHARE; in HWTEST() local
957 OH_AudioInterrupt_Mode mode = AUDIOSTREAM_INTERRUPT_MODE_SHARE; in HWTEST() local
1014 OH_AudioInterrupt_Mode mode = AUDIOSTREAM_INTERRUPT_MODE_INDEPENDENT; in HWTEST() local
1082 OH_AudioInterrupt_Mode mode = AUDIOSTREAM_INTERRUPT_MODE_INDEPENDENT; HWTEST() local
1145 OH_AudioInterrupt_Mode mode = AUDIOSTREAM_INTERRUPT_MODE_SHARE; HWTEST() local
1189 OH_AudioInterrupt_Mode mode = (OH_AudioInterrupt_Mode)(-2); HWTEST() local
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp51 string mode = OHOS::system::GetParameter("hcodec.usePassthrough", ""); in DecideMode() local
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp195 uint64_t mode = (channelLayout & CH_MODE_MASK) >> CH_MODE_OFFSET; in ConvertChLayoutToPaChMap() local
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.cpp122 auto mode = std::stoi(modeStr); in CheckCustomFrameRateModeValid() local
258 int32_t HgmCore::SetCustomRateMode(int32_t mode) in SetCustomRateMode() argument
403 AddScreenInfo(ScreenId id, int32_t width, int32_t height, uint32_t rate, int32_t mode) AddScreenInfo() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/
H A Dimage_filter_fuzzer.cpp77 uint32_t mode = GetObject<uint32_t>(); in ImageFilterFuzzTest002() local
106 uint32_t mode = GetObject<uint32_t>(); in ImageFilterFuzzTest003() local
157 uint32_t mode = GetObject<uint32_t>(); in ImageFilterFuzzTest004() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmd_fuzzer/
H A Ddrawcmd_fuzzer.cpp102 uint32_t mode = GetObject<uint32_t>(); in DrawCmdFuzzTest002() local
187 uint32_t mode = GetObject<uint32_t>(); in DrawCmdFuzzTest004() local
228 uint32_t mode = GetObject<uint32_t>(); in DrawCmdFuzzTest005() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.h222 PathAddPathWithMode(int type, OH_Drawing_PathAddMode mode) : TestBase(type), addMode(mode) in PathAddPathWithMode() argument
235 PathAddPathWithOffsetAndMode(int type, OH_Drawing_PathAddMode mode) : TestBase(type), addMode(mode) in PathAddPathWithOffsetAndMode() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp121 ScreenColorGamut mode = ScreenColorGamut::COLOR_GAMUT_INVALID; in RSPhysicalScreenFuzzTest() local
122 rsInterfaces.GetScreenColorGamut(static_cast<ScreenId>(id), mode); in RSPhysicalScreenFuzzTest() local
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp66 mode_t mode = 0711; in SetUpTestCase() local
508 mode_t mode = 0771; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_line.cpp251 OH_Drawing_TextLine* OH_Drawing_TextLineCreateTruncatedLine(OH_Drawing_TextLine* line, double width, int mode, in OH_Drawing_TextLineCreateTruncatedLine() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpaint.cpp194 void Paint::SetBlendMode(BlendMode mode) in SetBlendMode() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dshader_effect.cpp125 CreateBlendShader(ShaderEffect& dst, ShaderEffect& src, BlendMode mode) CreateBlendShader() argument
136 CreatePictureShader( const Picture& picture, TileMode tileX, TileMode tileY, FilterMode mode, const Matrix& matrix, const Rect& rect) CreatePictureShader() argument
143 CreateLinearGradient(const Point& startPt, const Point& endPt, const std::vector<ColorQuad>& colors, const std::vector<scalar>& pos, TileMode mode, const Matrix *matrix) CreateLinearGradient() argument
150 CreateRadialGradient(const Point& centerPt, scalar radius, const std::vector<ColorQuad>& colors, const std::vector<scalar>& pos, TileMode mode, const Matrix *matrix) CreateRadialGradient() argument
157 CreateTwoPointConical(const Point& startPt, scalar startRadius, const Point& endPt, scalar endRadius, const std::vector<ColorQuad>& colors, const std::vector<scalar>& pos, TileMode mode, const Matrix *matrix) CreateTwoPointConical() argument
166 CreateSweepGradient(const Point& centerPt, const std::vector<ColorQuad>& colors, const std::vector<scalar>& pos, TileMode mode, scalar startAngle, scalar endAngle, const Matrix *matrix) CreateSweepGradient() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_filter.cpp38 static inline SkTileMode ConvertToSkTileMode(const TileMode& mode) in ConvertToSkTileMode() argument
54 void SkiaImageFilter::InitWithBlur(scalar sigmaX, scalar sigmaY, TileMode mode, const std::shared_ptr<ImageFilter> f, in InitWithBlur() argument
187 void SkiaImageFilter::InitWithBlend(BlendMode mode, const Rect& cropRect, in InitWithBlend() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screen_manager/
H A Drs_screen_manager_unit_test.cpp550 std::vector<ScreenColorGamut> mode; in HWTEST_F() local
577 std::vector<ScreenColorGamut> mode; in HWTEST_F() local
595 ScreenColorGamut mode; in HWTEST_F() local
624 ScreenColorGamut mode; in HWTEST_F() local
876 ScreenGamutMap mode = ScreenGamutMap::GAMUT_MAP_CONSTANT; HWTEST_F() local
925 ScreenGamutMap mode = ScreenGamutMap::GAMUT_MAP_CONSTANT; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screenmanager/
H A Drs_screen_unit_test.cpp154 std::vector<ScreenColorGamut> mode; in HWTEST_F() local
1106 std::vector<ScreenColorGamut> mode; in HWTEST_F() local
1127 ScreenColorGamut mode; in HWTEST_F() local
1260 ScreenGamutMap mode = GAMUT_MAP_CONSTANT; in HWTEST_F() local
1283 ScreenGamutMap mode = GAMUT_MAP_CONSTANT; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp749 ScreenColorGamut mode = COLOR_GAMUT_NATIVE; in HWTEST_F() local
763 ScreenGamutMap mode = ScreenGamutMap::GAMUT_MAP_CONSTANT; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H A Dbrush_fuzzer.cpp58 BlendMode mode = GetObject<BlendMode>(); in BrushFuzzTestInner02() local
88 BlendMode mode = GetObject<BlendMode>(); in BrushFuzzTestInner04() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp204 uint32_t mode = GetObject<uint32_t>(); in PathFuzzTest004() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp71 BlendMode mode = GetObject<BlendMode>(); in PenFuzzTestInner03() local
112 BlendMode mode = GetObject<BlendMode>(); in PenFuzzTestInner04() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp377 void ImageDecoder::OnOMXEmptyBufferDone(uint32_t bufferId, BufferOperationMode mode) in OnOMXEmptyBufferDone() argument
H A Dimage_codec_dfx.cpp242 std::ios_base::openmode mode = isInput ? (ios::binary | ios::app) : ios::binary; in DumpLinearBuffer() local
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_player.cpp210 int32_t TestPlayerImpl::Seek(int64_t timeMs, PlayerSeekMode mode) in Seek() argument
237 int32_t TestPlayerImpl::SetPlaybackSpeed(PlaybackRateMode mode) in SetPlaybackSpeed() argument
242 int32_t TestPlayerImpl::GetPlaybackSpeed(PlaybackRateMode& mode) in GetPlaybackSpeed() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/
H A Dwav_demuxer_plugin.cpp142 Status WavDemuxerPlugin::SeekTo(int32_t trackId, int64_t seekTime, SeekMode mode, int64_t& realSeekTime) in SeekTo() argument
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_inner_demo.cpp70 void VDecInnerDemo::RunCase(std::string &mode) in RunCase() argument
143 sptr<Surface> VDecInnerDemo::GetSurface(std::string &mode) in GetSurface() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dmedia_downloader.h75 virtual bool SeekToTime(int64_t seekTime, SeekMode mode) in SeekToTime() argument

Completed in 23 milliseconds

1...<<111112113114115116117118119120>>...470