Home
last modified time | relevance | path

Searched refs:GetInputFormat (Results 1 - 25 of 33) sorted by relevance

12

/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.h55 int32_t GetInputFormat(Format &format) override;
85 int32_t GetInputFormat(MessageParcel &data, MessageParcel &reply);
H A Di_standard_codec_service.h56 virtual int32_t GetInputFormat(Format &format) = 0;
H A Dcodec_service_stub.cpp184 ret = GetInputFormat(data, reply); in OnRemoteRequest()
381 int32_t CodecServiceStub::GetInputFormat(Format &format) in GetInputFormat() function in OHOS::MediaAVCodec::CodecServiceStub
385 return codecServer_->GetInputFormat(format); in GetInputFormat()
617 int32_t CodecServiceStub::GetInputFormat(MessageParcel &data, MessageParcel &reply) in GetInputFormat() function in OHOS::MediaAVCodec::CodecServiceStub
623 (void)GetInputFormat(format); in GetInputFormat()
H A Dcodec_service_proxy.h51 int32_t GetInputFormat(Format &format) override;
/foundation/multimedia/av_codec/services/engine/base/
H A Dcodecbase.cpp94 int32_t CodecBase::GetInputFormat(Format& format) in GetInputFormat() function in OHOS::MediaAVCodec::CodecBase
97 AVCODEC_LOGW("GetInputFormat is not supported"); in GetInputFormat()
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_encoder_impl.h49 int32_t GetInputFormat(Format &format) override;
H A Davcodec_video_encoder_impl.cpp267 int32_t AVCodecVideoEncoderImpl::GetInputFormat(Format &format) in GetInputFormat() function in OHOS::MediaAVCodec::AVCodecVideoEncoderImpl
272 return codecClient_->GetInputFormat(format); in GetInputFormat()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_codecbase.h29 bool GetInputFormat() override;
H A Dtester_capi.h27 bool GetInputFormat() override;
H A Dtester_common.h64 virtual bool GetInputFormat() = 0;
H A Dtester_codecbase.cpp345 bool TesterCodecBase::GetInputFormat() in GetInputFormat() function in OHOS::MediaAVCodec::TesterCodecBase
348 int32_t err = codec_->GetInputFormat(inputFmt_); in GetInputFormat()
350 TLOGE("GetInputFormat failed"); in GetInputFormat()
353 CostRecorder::Instance().Update(begin, "GetInputFormat"); in GetInputFormat()
H A Dtester_common.cpp257 GetInputFormat(); in RunEncoder()
588 GetInputFormat(); in RunDecoder()
/foundation/multimedia/av_codec/services/engine/base/include/
H A Dcodecbase.h55 virtual int32_t GetInputFormat(Format& format);
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_encoder.h252 virtual int32_t GetInputFormat(Format &format) = 0;
/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h63 virtual int32_t GetInputFormat(Format &format) = 0;
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_encoder_adapter_unit_test.h143 int32_t GetInputFormat(Format &format) in GetInputFormat() function in OHOS::Media::Pipeline::MyAVCodecVideoEncoder
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodecbase_mock.cpp303 int32_t CodecBase::GetInputFormat(Format &format) in GetInputFormat() function in OHOS::MediaAVCodec::CodecBase
309 return mock->GetInputFormat(format); in GetInputFormat()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodecbase.h201 MOCK_METHOD(int32_t, GetInputFormat, (Format & format));
248 virtual int32_t GetInputFormat(Format &format);
/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h63 int32_t GetInputFormat(Format &format) override;
H A Dcodec_client.cpp460 int32_t CodecClient::GetInputFormat(Format &format) in GetInputFormat() function in OHOS::MediaAVCodec::CodecClient
465 int32_t ret = codecProxy_->GetInputFormat(format); in GetInputFormat()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp863 * @tc.desc: codec GetInputFormat in valid state
875 EXPECT_CALL(*codecBaseMock_, GetInputFormat).Times(testList.size()).WillRepeatedly(Return(AVCS_ERR_OK)); in HWTEST_F()
878 int32_t ret = server_->GetInputFormat(validFormat_); in HWTEST_F()
885 * @tc.desc: GetInputFormat in invalid state
897 int32_t ret = server_->GetInputFormat(validFormat_); in HWTEST_F()
904 * @tc.desc: GetInputFormat with codecBase is nullptr
918 int32_t ret = server_->GetInputFormat(validFormat_); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_inner_sample.h116 int32_t GetInputFormat(Format &format);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideoenc_inner_mock.cpp263 (void)videoEnc_->GetInputFormat(format); in GetInputDescription()
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h79 int32_t GetInputFormat(Format &format) override;
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp352 int32_t VEncNdkInnerSample::GetInputFormat(Format &format) in GetInputFormat() function in VEncNdkInnerSample
354 return venc_->GetInputFormat(format); in GetInputFormat()
430 venc_->GetInputFormat(format); in testApi()

Completed in 25 milliseconds

12