Home
last modified time | relevance | path

Searched refs:CreateSample (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/base/
H A Dsample_base.h43 static std::shared_ptr<SampleBase> CreateSample(const SampleInfo &info);
H A Dsample_base.cpp47 std::shared_ptr<SampleBase> SampleFactory::CreateSample(const SampleInfo &info) in CreateSample() function in OHOS::MediaAVCodec::Sample::SampleFactory
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/
H A Dsample_helper.cpp87 std::shared_ptr<SampleBase> sample = SampleFactory::CreateSample(info); in RunSample()