Home
last modified time | relevance | path

Searched refs:GetInputFormat (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/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 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 Di_standard_codec_service.h55 virtual int32_t GetInputFormat(Format &format) = 0;
H A Dcodec_service_proxy.h51 int32_t GetInputFormat(Format &format) override;
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
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()
H A Davcodec_video_encoder_impl.h49 int32_t GetInputFormat(Format &format) override;
/ohos5.0/foundation/multimedia/av_codec/services/engine/base/
H A Dcodecbase.cpp94 int32_t CodecBase::GetInputFormat(Format& format) in GetInputFormat() function in OHOS::MediaAVCodec::CodecBase
/ohos5.0/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.h65 virtual bool GetInputFormat() = 0;
H A Dtester_codecbase.cpp362 bool TesterCodecBase::GetInputFormat() in GetInputFormat() function in OHOS::MediaAVCodec::TesterCodecBase
365 int32_t err = codec_->GetInputFormat(inputFmt_); in GetInputFormat()
H A Dtester_common.cpp259 GetInputFormat(); in RunEncoder()
590 GetInputFormat(); in RunDecoder()
/ohos5.0/foundation/multimedia/av_codec/services/engine/base/include/
H A Dcodecbase.h55 virtual int32_t GetInputFormat(Format& format);
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_encoder.h252 virtual int32_t GetInputFormat(Format &format) = 0;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodecbase.h196 MOCK_METHOD(int32_t, GetInputFormat, (Format & format));
243 virtual int32_t GetInputFormat(Format &format);
/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h63 virtual int32_t GetInputFormat(Format &format) = 0;
/ohos5.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
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp927 …EXPECT_CALL(*codecBaseMock_, GetInputFormat).Times(testList.size()).WillRepeatedly(Return(AVCS_ERR…
930 int32_t ret = server_->GetInputFormat(validFormat_);
949 int32_t ret = server_->GetInputFormat(validFormat_);
970 int32_t ret = server_->GetInputFormat(validFormat_);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_inner_sample.h116 int32_t GetInputFormat(Format &format);
/ohos5.0/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()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h79 int32_t GetInputFormat(Format &format) override;
/ohos5.0/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()

12