Home
last modified time | relevance | path

Searched refs:StartDecoding (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_ts.h45 void StartDecoding();
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp75 decodeThread_ = std::make_unique<std::thread>(&RtpDecoderTs::StartDecoding, this); in InputRtp()
92 void RtpDecoderTs::StartDecoding() in StartDecoding() function in OHOS::Sharing::RtpDecoderTs
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h444 void StartDecoding(const SizeF& dstSize);
H A Dimage_pattern.cpp453 StartDecoding(geometryNode->GetContentSize());
468 void ImagePattern::StartDecoding(const SizeF& dstSize)
586 StartDecoding(dstSize);
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testthree_ng.cpp1231 * @tc.desc: call StartDecoding.
1242 imagePattern->StartDecoding(SizeF()); in HWTEST_F()

Completed in 9 milliseconds