Home
last modified time | relevance | path

Searched refs:VEncParamWithAttrCallbackTest (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.h94 class VEncParamWithAttrCallbackTest : public MediaCodecParameterWithAttrCallbackMock {
96 explicit VEncParamWithAttrCallbackTest(std::shared_ptr<VEncSignal> signal);
97 virtual ~VEncParamWithAttrCallbackTest();
H A Dvenc_sample.cpp186 VEncParamWithAttrCallbackTest::VEncParamWithAttrCallbackTest(std::shared_ptr<VEncSignal> signal) : … in VEncParamWithAttrCallbackTest() function in OHOS::MediaAVCodec::VEncParamWithAttrCallbackTest
188 VEncParamWithAttrCallbackTest::~VEncParamWithAttrCallbackTest() {} in ~VEncParamWithAttrCallbackTest()
190 void VEncParamWithAttrCallbackTest::OnInputParameterWithAttrAvailable(uint32_t index, in OnInputParameterWithAttrAvailable()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_inner_sample.h81 class VEncParamWithAttrCallbackTest : public MediaCodecParameterWithAttrCallback {
83 explicit VEncParamWithAttrCallbackTest(std::shared_ptr<VEncInnerSignal>);
84 virtual ~VEncParamWithAttrCallbackTest();
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dfunc_test.cpp380 std::shared_ptr<VEncParamWithAttrCallbackTest> VencParamWithAttrCallback_
381 = std::make_shared<VEncParamWithAttrCallbackTest>(vencInnerSignal);
411 std::shared_ptr<VEncParamWithAttrCallbackTest> VencParamWithAttrCallback_
412 = std::make_shared<VEncParamWithAttrCallbackTest>(vencInnerSignal);
441 std::shared_ptr<VEncParamWithAttrCallbackTest> VencParamWithAttrCallback_
442 = std::make_shared<VEncParamWithAttrCallbackTest>(vencInnerSignal);
472 = std::make_shared<VEncParamWithAttrCallbackTest>(vencInnerSignal);
501 = std::make_shared<VEncParamWithAttrCallbackTest>(vencInnerSignal);
530 = std::make_shared<VEncParamWithAttrCallbackTest>(vencInnerSignal);
560 = std::make_shared<VEncParamWithAttrCallbackTest>(vencInnerSignal);
[all …]
H A Dvideoenc_ndk_inner_sample.cpp115 VEncParamWithAttrCallbackTest::VEncParamWithAttrCallbackTest( in VEncParamWithAttrCallbackTest() function in VEncParamWithAttrCallbackTest
118 VEncParamWithAttrCallbackTest::~VEncParamWithAttrCallbackTest() in ~VEncParamWithAttrCallbackTest()
123 void VEncParamWithAttrCallbackTest::OnInputParameterWithAttrAvailable(uint32_t index, in OnInputParameterWithAttrAvailable()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_func_unit_test.cpp146 std::shared_ptr<VEncParamWithAttrCallbackTest> vencParamWithAttrCallback_ = nullptr;
174 vencParamWithAttrCallback_ = std::make_shared<VEncParamWithAttrCallbackTest>(vencSignal); in SetUp()