Home
last modified time | relevance | path

Searched refs:index (Results 9001 - 9025 of 25737) sorted by relevance

1...<<361362363364365366367368369370>>...1030

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmesh_component_manager.cpp112 const Property* MetaData(size_t index) const override
114 if (index < componentMetaData_.size()) {
115 return &componentMetaData_[index];
H A Dcamera_component_manager.cpp130 const Property* MetaData(size_t index) const override
132 if (index < componentMetaData_.size()) {
133 return &componentMetaData_[index];
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp114 std::pair<RSNodeDescription, RSNodeCount> RSNodeStats::GetNodeStatsToReportByIndex(size_t index) const in GetNodeStatsToReportByIndex()
116 if (index < rsNodeStatsVec_.size()) { in GetNodeStatsToReportByIndex()
117 const RSNodeStatsType& nodeStats = rsNodeStatsVec_.at(index); in GetNodeStatsToReportByIndex()
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp38 void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, size_t index) in DoDraw() argument
94 void DrawSurface(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t width, int32_t height, size_t index) in DrawSurface() argument
125 DoDraw(addr, buffer->GetWidth(), buffer->GetHeight(), index); in DrawSurface()
H A Dmain.cpp65 void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, size_t index) in DoDraw() argument
110 void DrawSurface(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t width, int32_t height, size_t index) in DrawSurface() argument
142 DoDraw(addr, buffer->GetWidth(), buffer->GetHeight(), index); in DrawSurface()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h61 size_t index; member
136 virtual float DetectIndents(size_t index) = 0;
146 virtual Boundary GetWordBoundaryByIndex(size_t index) = 0;
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H A Dvideo_processing_native.h50 VideoProcessing_ErrorCode RenderOutputBuffer(uint32_t index);
101 void OnNewOutputBuffer(uint32_t index);
106 VideoProcessing_ErrorCode RenderOutputBufferInner(uint32_t index);
/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/
H A Dimage_effect_inner.h56 IMAGE_EFFECT_EXPORT ErrorCode InsertEFilter(const std::shared_ptr<EFilter> &efilter, uint32_t index) override;
59 IMAGE_EFFECT_EXPORT ErrorCode RemoveEFilter(uint32_t index) override;
61 IMAGE_EFFECT_EXPORT ErrorCode ReplaceEFilter(const std::shared_ptr<EFilter> &efilter, uint32_t index) override;
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h462 * @param index Track index, reference {@link #GetAudioTrackInfo} and {@link #GetVideoTrackInfo}.
468 virtual int32_t SelectTrack(int32_t index, PlayerSwitchMode mode = PlayerSwitchMode::SWITCH_SMOOTH) = 0;
475 * @param index Track index, reference {@link #GetAudioTrackInfo} and {@link #GetVideoTrackInfo}.
481 virtual int32_t DeselectTrack(int32_t index) = 0;
484 * @brief Obtain the currently effective track index.
487 * @param index Track index, reference {@link #GetAudioTrackInfo} and {@link #GetVideoTrackInfo}.
488 * @return Returns {@link MSERR_OK} if the track index i
[all...]
/foundation/multimedia/media_library/frameworks/services/media_permission/src/
H A Ddb_permission_handler.cpp149 int index = -1; in ExecuteCheckPermission() local
150 ret = queryResultSet->GetColumnIndex(FIELD_PERMISSION_TYPE, index); in ExecuteCheckPermission()
153 ret = queryResultSet->GetInt(index, permissionType); in ExecuteCheckPermission()
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_service.h94 virtual int32_t SelectTrack(int32_t index, PlayerSwitchMode mode = PlayerSwitchMode::SWITCH_SMOOTH) = 0;
95 virtual int32_t DeselectTrack(int32_t index) = 0;
96 virtual int32_t GetCurrentTrack(int32_t trackType, int32_t &index) = 0;
H A Dplayer_service_proxy.h66 int32_t GetCurrentTrack(int32_t trackType, int32_t &index) override;
69 int32_t SelectTrack(int32_t index, PlayerSwitchMode mode) override;
72 int32_t DeselectTrack(int32_t index) override;
/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.h75 int32_t SelectTrack(int32_t index, PlayerSwitchMode mode) override;
76 int32_t DeselectTrack(int32_t index) override;
77 int32_t GetCurrentTrack(int32_t trackType, int32_t &index) override;
/foundation/resourceschedule/memmgr/common/src/config/
H A Dreclaim_config.cpp207 int index = 0; in Dump() local
209 index++; in Dump()
210 dprintf(fd, "ReclaimConfig %d: \n", index); in Dump()
/foundation/window/window_manager/utils/src/
H A Dcutout_info.cpp83 for (uint32_t index = 0; index < size; index++) { in ReadBoundingRectsVector()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_workthread.cpp46 int index; member
117 std::string basicName = MakeBasicThreadName(param->proto, param->index); in ThreadHandler()
171 param->index = threadIndex; in Start()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.cpp105 int32_t index = -1; in Get() local
106 auto ret = resultSet_->GetColumnIndex(col, index); in Get()
110 return Get(index, value); in Get()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
H A Drelationalstoredelegate_fuzzer.cpp144 int index = len % 3; // 3 is the mod in CombineTest() local
146 if (index == 1) { in CombineTest()
148 } else if (index == 2) { // 2 is the remainder in CombineTest()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp60 auto index = capabilities_.Find(deviceId); in GetCapability() local
61 if (index.first) { in GetCapability()
62 return index.second; in GetCapability()
/foundation/distributeddatamgr/pasteboard/adapter/data_share/
H A Ddatashare_delegate.cpp108 int32_t index = 0; in GetValue() local
109 resultSet->GoToRow(index); in GetValue()
110 int32_t ret = resultSet->GetString(index, value); in GetValue()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.h58 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMemory> buffer);
60 void OnOutputBufferAvailable(uint32_t index, MediaAVCodec::AVCodecBufferInfo info,
82 int32_t GetEncoderOutputBuffer(uint32_t index, MediaAVCodec::AVCodecBufferInfo info,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp80 std::shared_ptr<UnifiedRecord> UnifiedData::GetRecordAt(std::size_t index) const in GetRecordAt()
82 if (records_.size() > index) { in GetRecordAt()
83 return records_[index]; in GetRecordAt()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h64 explicit DCameraSourceEvent(DCAMERA_EVENT eventType, DCameraIndex& index) in DCameraSourceEvent() argument
67 eventParam_ = index; in DCameraSourceEvent()
106 int32_t GetDCameraIndex(DCameraIndex& index);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp33 SetFrameIndex(frameInfo.index); in CalProcessTime()
65 void DCameraTimeStatistician::SetFrameIndex(const int32_t index) in SetFrameIndex() argument
67 frameIndex_ = index; in SetFrameIndex()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_buffer.cpp55 std::shared_ptr<BufferData> AVTransBuffer::GetBufferData(uint32_t index) in GetBufferData() argument
57 if (data_.size() <= index) { in GetBufferData()
60 return data_[index]; in GetBufferData()

Completed in 19 milliseconds

1...<<361362363364365366367368369370>>...1030