/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/ |
H A D | oh_audio_stream_builder_unit_test.cpp | 928 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 D | hcodec_list.cpp | 51 string mode = OHOS::system::GetParameter("hcodec.usePassthrough", ""); in DecideMode() local
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain_adapter.cpp | 195 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 D | hgm_core.cpp | 122 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 D | image_filter_fuzzer.cpp | 77 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 D | drawcmd_fuzzer.cpp | 102 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 D | path_test.h | 222 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 D | rsinterfaces_fuzzer.cpp | 121 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 D | storage_daemon_test.cpp | 66 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 D | drawing_text_line.cpp | 251 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 D | paint.cpp | 194 void Paint::SetBlendMode(BlendMode mode) in SetBlendMode() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | shader_effect.cpp | 125 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 D | skia_image_filter.cpp | 38 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 D | rs_screen_manager_unit_test.cpp | 550 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 D | rs_screen_unit_test.cpp | 154 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 D | rs_render_service_client_test.cpp | 749 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 D | brush_fuzzer.cpp | 58 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 D | path_fuzzer.cpp | 204 uint32_t mode = GetObject<uint32_t>(); in PathFuzzTest004() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/ |
H A D | pen_fuzzer.cpp | 71 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 D | image_decoder.cpp | 377 void ImageDecoder::OnOMXEmptyBufferDone(uint32_t bufferId, BufferOperationMode mode) in OnOMXEmptyBufferDone() argument
|
H A D | image_codec_dfx.cpp | 242 std::ios_base::openmode mode = isInput ? (ios::binary | ios::app) : ios::binary; in DumpLinearBuffer() local
|
/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | std_player.cpp | 210 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 D | wav_demuxer_plugin.cpp | 142 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 D | avcodec_video_decoder_inner_demo.cpp | 70 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 D | media_downloader.h | 75 virtual bool SeekToTime(int64_t seekTime, SeekMode mode) in SeekToTime() argument
|