Searched refs:ReplaceData (Results 1 - 12 of 12) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | data_buffer.h | 100 ReplaceData(data, dataLen); in Assign() 105 ReplaceData((char *)&c, 1); in Assign() 112 void ReplaceData(const char *data, int32_t dataLen);
|
H A D | data_buffer.cpp | 148 void DataBuffer::ReplaceData(const char *data, int dataLen) in ReplaceData() function in OHOS::Sharing::DataBuffer
|
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/ |
H A D | audio_play_controller.cpp | 152 outData->buff->ReplaceData(data->buff->Peek(), data->buff->Size()); in AudioPlayThread()
|
H A D | video_play_controller.cpp | 213 outData->buff->ReplaceData(data->buff->Peek(), data->buff->Size()); in VideoPlayThread()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_queue.cpp | 51 rtp->ReplaceData(reinterpret_cast<char*>(ptr), len); in InputRtp()
|
H A D | rtp_codec_aac.cpp | 125 frame_->ReplaceData(reinterpret_cast<const char *>(buff->Data()), buff->Size()); in FlushData()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_chart.cpp | 514 data[seriesNum_].ReplaceData(position_, line); in UpdateChartData() 527 data[seriesNum_].ReplaceData(position_, line); in UpdateChartData()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
H A D | wfd_rtp_consumer.cpp | 322 mediaData->buff->ReplaceData((char *)buf, len); in OnRtpUnpackCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 380 bool ReplaceData(uint32_t index, const LineInfo& lineInfo) in ReplaceData() function in OHOS::Ace::final
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_rtp_producer.cpp | 391 mediaData->buff->ReplaceData(data->buff->Peek(), data->buff->Size()); in DispatchMediaData()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/ |
H A D | mediacontroller_unit_test.cpp | 230 mediaData->buff->ReplaceData((char *)buf, len); in MediaDataSetup()
|
H A D | videoplaycontroller_unit_test.cpp | 207 mediaData->buff->ReplaceData((char *)buf, len); in MediaDataSetup()
|
Completed in 9 milliseconds