Searched refs:VDecDemoCallback (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screendemo/ |
H A D | decoder_demo.h | 41 class VDecDemoCallback : public AVCodecCallback, public NoCopyable { class 43 explicit VDecDemoCallback(std::shared_ptr<VDecSignal> signal) : signal_(signal) {}; in VDecDemoCallback() function in OHOS::MediaAVCodec::VDecDemoCallback 44 virtual ~VDecDemoCallback() = default; 88 std::shared_ptr<VDecDemoCallback> cb_;
|
H A D | decoder_demo.cpp | 107 cb_ = make_unique<VDecDemoCallback>(signal_); in CreateVdec() 310 void VDecDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError() 315 void VDecDemoCallback::OnOutputFormatChanged(const Media::Format &format) in OnOutputFormatChanged() 320 void VDecDemoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMemory> buffer) in OnInputBufferAvailable() 329 void VDecDemoCallback::OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, in OnOutputBufferAvailable()
|
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_inner_demo.h | 67 class VDecDemoCallback : public AVCodecCallback, public NoCopyable { class 69 explicit VDecDemoCallback(std::shared_ptr<VDecSignal> signal); 70 virtual ~VDecDemoCallback() = default; 111 std::shared_ptr<VDecDemoCallback> cb_ = nullptr;
|
H A D | avcodec_video_decoder_inner_demo.cpp | 175 cb_ = make_unique<VDecDemoCallback>(signal_); in CreateDec() 408 VDecDemoCallback::VDecDemoCallback(shared_ptr<VDecSignal> signal) : signal_(signal) {} in VDecDemoCallback() function in VDecDemoCallback 410 void VDecDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError() 415 void VDecDemoCallback::OnOutputFormatChanged(const Format &format) in OnOutputFormatChanged() 421 void VDecDemoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) in OnInputBufferAvailable() 430 void VDecDemoCallback::OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag, in OnOutputBufferAvailable()
|
Completed in 3 milliseconds