Home
last modified time | relevance | path

Searched refs:AVCodecCallback (Results 1 - 25 of 68) sorted by relevance

123

/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_codec_worker.h34 AudioCodecWorker(const std::shared_ptr<AudioBaseCodec> &codec, const std::shared_ptr<AVCodecCallback> &callback);
89 std::shared_ptr<AVCodecCallback> callback_;
H A Daudio_codec_adapter.h33 int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) override;
60 std::shared_ptr<AVCodecCallback> callback_;
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/include/
H A Dhdrcodec_inner_sample.h56 class HdrEncInnerCallback : public AVCodecCallback, public NoCopyable {
71 class HdrDecInnerCallback : public AVCodecCallback, public NoCopyable {
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_stub.h41 void SetCallback(const std::shared_ptr<AVCodecCallback> &callback);
66 std::weak_ptr<AVCodecCallback> callback_;
H A Dcodec_listener_stub.cpp370 std::shared_ptr<AVCodecCallback> cb = callback_.lock(); in OnError()
384 std::shared_ptr<AVCodecCallback> cb = callback_.lock(); in OnOutputFormatChanged()
429 std::shared_ptr<AVCodecCallback> cb = callback_.lock(); in OnInputBufferAvailable()
448 std::shared_ptr<AVCodecCallback> cb = callback_.lock(); in OnOutputBufferAvailable()
465 void CodecListenerStub::SetCallback(const std::shared_ptr<AVCodecCallback> &callback) in SetCallback()
/foundation/multimedia/av_codec/services/services/codec/client/
H A Dcodec_client.h30 public AVCodecCallback,
59 int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) override;
107 std::shared_ptr<AVCodecCallback> callback_ = nullptr;
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_decoder_impl.h40 int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) override;
H A Davcodec_audio_encoder_impl.h41 int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) override;
H A Davcodec_video_encoder_impl.h45 int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) override;
H A Davcodec_video_decoder_impl.h43 int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) override;
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dcodec_callback.h41 constexpr OH_AVCodecCallback AVCodecCallback {
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_video_callback.h29 class EncodeVideoCallback : public MediaAVCodec::AVCodecCallback {
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_video_callback.h29 class DecodeVideoCallback : public MediaAVCodec::AVCodecCallback {
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_decoder_callback.h28 class ImageDecoderCallback : public MediaAVCodec::AVCodecCallback {
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
H A Dimage_encoder_callback.h28 class ImageEncoderCallback : public MediaAVCodec::AVCodecCallback {
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_common.h92 class AVCodecCallback { class in OHOS::MediaAVCodec::API_VERSION
94 virtual ~AVCodecCallback() = default;
H A Davcodec_audio_encoder.h153 * @param callback Indicates the encoder listener to register. For details, see {@link AVCodecCallback}.
158 virtual int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) = 0;
H A Davcodec_audio_decoder.h153 * @param callback Indicates the decoder listener to register. For details, see {@link AVCodecCallback}.
158 virtual int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) = 0;
/foundation/multimedia/av_codec/services/engine/base/
H A Dcodecbase.cpp26 int32_t CodecBase::SetCallback(const std::shared_ptr<AVCodecCallback> &callback) in SetCallback()
29 AVCODEC_LOGD("SetCallback of AVCodecCallback is not supported"); in SetCallback()
/foundation/multimedia/player_framework/services/include/
H A Di_avcodec_service.h49 virtual int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) = 0;
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.h75 int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback) override;
137 std::shared_ptr<AVCodecCallback> codecCb_;
199 class CodecBaseCallback : public AVCodecCallback, public NoCopyable {
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp51 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))) in CreateFCodecByName()
74 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))) in CreateFCodecByMime()
97 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))) in CreateHCodecByName()
121 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))) in CreateHCodecByMime()
192 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))) in HWTEST_F()
228 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))) in HWTEST_F()
254 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))).Times(0); in HWTEST_F()
265 * 2. SetCallback of AVCodecCallback return error
278 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullptr))) in HWTEST_F()
304 EXPECT_CALL(*codecBaseMock_, SetCallback(std::shared_ptr<AVCodecCallback>(nullpt in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodecbase.h144 class AVCodecCallbackMock : public AVCodecCallback {
180 MOCK_METHOD(int32_t, SetCallback, (const std::shared_ptr<AVCodecCallback> &callback));
217 std::weak_ptr<AVCodecCallback> codecCb_;
227 virtual int32_t SetCallback(const std::shared_ptr<AVCodecCallback> &callback);
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_sink_decoder.h40 class VideoSinkDecoder : public MediaAVCodec::AVCodecCallback,
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_encoder_inner_demo.h44 class AEnDemoCallback : public AVCodecCallback, public NoCopyable {

Completed in 10 milliseconds

123