/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_decoder.cpp | 224 GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemory> &memory, bool isOutput) GetTransData() argument 255 GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buffer, bool isOutput) GetTransData() argument 519 OH_VideoDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) OH_VideoDecoder_PushInputData() argument 551 OH_VideoDecoder_PushInputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_PushInputBuffer() argument 601 OH_VideoDecoder_RenderOutputData(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_RenderOutputData() argument 619 OH_VideoDecoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_FreeOutputData() argument 638 OH_VideoDecoder_RenderOutputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_RenderOutputBuffer() argument 655 OH_VideoDecoder_RenderOutputBufferAtTime(OH_AVCodec *codec, uint32_t index, int64_t renderTimestampNs) OH_VideoDecoder_RenderOutputBufferAtTime() argument 671 OH_VideoDecoder_FreeOutputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_FreeOutputBuffer() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/ |
H A D | audio_effect_manager.cpp | 450 auto index = std::find(availableLayout.begin(), availableLayout.end(), devicePort.chain); in UpdateUnavailableEffectChainsRecord() local
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | surface_encoder_adapter.cpp | 506 void SurfaceEncoderAdapter::TransCoderOnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer)
in TransCoderOnOutputBufferAvailable() argument 559 void SurfaceEncoderAdapter::OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer)
in OnOutputBufferAvailable() argument 703 OnInputParameterWithAttrAvailable(uint32_t index, std::shared_ptr<Format> &attribute, std::shared_ptr<Format> ¶meter) OnInputParameterWithAttrAvailable() argument [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 532 SetData(ComponentId index, const IPropertyHandle& dataHandle) SetData() argument 556 GetData(ComponentId index) GetData() argument 586 Set(ComponentId index, const PostProcessConfigurationComponent& data) Set() argument 624 Write(ComponentId index) Write() argument [all...] |
/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | media_sync_manager.cpp | 94 void MediaSyncManager::SetMediaTimeStartEnd(int32_t trackId, int32_t index, int64_t val) in SetMediaTimeStartEnd() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_loader.cpp | 313 uint32_t index = INVALID_SM_INDEX; in CreateComputeShader() local
|
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font_manager.cpp | 320 FT_Face FontManager::OpenFtFace(array_view<const uint8_t> buf, FT_Long index) in OpenFtFace() argument 441 uint32_t index; in UploadPending() member
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 335 GetTextureInfoByIndex( uint32_t index, BASE_NS::vector<SCENE_NS::ITextureInfo::Ptr>& textures) GetTextureInfoByIndex() argument [all...] |
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | demuxer_plugin_manager.cpp | 321 int32_t index = static_cast<int32_t>(trackInfoMap_.size());
in AddTrackMapInfo() local [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | render_context_sample.cpp | 338 bool RenderContextSample::FillDrawingLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, in FillDrawingLayer() argument
|
H A D | drawing_sample_canvaskit0310.cpp | 206 void HelloDrawing::DoDrawBaseData(void *image, uint32_t width, uint32_t height, uint32_t index) in DoDrawBaseData() argument 360 bool HelloDrawing::FillBaseLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, in FillBaseLayer() argument 227 ProduceBuffer(sptr<Surface> &produceSurface, uint32_t width, uint32_t height, uint32_t index, bool baseLayer) ProduceBuffer() argument 454 CreateBaseSurface(uint32_t index) CreateBaseSurface() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_render_node_drawable_adapter.cpp | 249 auto index = drawCmdIndex_.contentIndex_; in DrawContent() local 262 auto index = drawCmdIndex_.childrenIndex_; DrawChildren() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.cpp | 425 int index = 0; in ParserFontDescriptorFromPath() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 59 int index = -1; in HWTEST_F() local 90 int index = -1; in HWTEST_F() local 115 int index = -1; in HWTEST_F() local 139 int index = -1; HWTEST_F() local 163 int index = -1; HWTEST_F() local 188 int index = -1; HWTEST_F() local 213 int index = -1; HWTEST_F() local 233 int index = -1; HWTEST_F() local 249 int32_t index = 1; HWTEST_F() local 782 int index = 0; HWTEST_F() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 101 std::string::size_type index = 0; in MkDirRecurse() local
|
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/ |
H A D | file_trash_n_exporter.cpp | 251 static int GenerateNewFileName(string &destFile, const string &filePathName, int32_t index, const string &fileSuffix)
in GenerateNewFileName() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/ |
H A D | js_text_line.cpp | 220 uint32_t index = 0; in OnGetGlyphRuns() local 444 int32_t index = textLine_->GetStringIndexForPosition(point); in OnGetStringIndexForPosition() local 462 int32_t index = 0; in OnGetOffsetForStringIndex() local 472 bool CallJsFunc(napi_env env, napi_value callback, int32_t index, double leftOffset, double rightOffset) in CallJsFunc() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | static_factory.cpp | 72 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() argument 102 std::shared_ptr<Typeface> StaticFactory::MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, int32_t index) in MakeFromStream() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/ |
H A D | js_matrix.cpp | 147 int32_t index = -1;
in OnGetValue() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | typography.cpp | 116 float Typography::DetectIndents(size_t index) in DetectIndents() argument 240 Boundary Typography::GetWordBoundaryByIndex(size_t index) in GetWordBoundaryByIndex() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_impl.cpp | 163 float ParagraphImpl::DetectIndents(size_t index) in DetectIndents() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_static_factory.cpp | 56 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() argument 66 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromStream(std::unique_ptr<MemoryStream> memoryStream, int32_t index) in MakeFromStream() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.h | 86 void SetSubmittedSubThreadIndex(uint32_t index) in SetSubmittedSubThreadIndex() argument
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 475 reference at(size_type index) in at() argument 487 reference operator[](size_type index) in operator []() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_mesa_blur_shader_filter.cpp | 126 int index; in SetBlurParamsFivePassSmall() local 176 int index = (BLUR_RADIUS_21 - BLUR_RADIUS_20) / 8; SetBlurParamsFivePassLarge() local [all...] |