Searched refs:OnInputBufferAvailable (Results 1 - 8 of 8) sorted by relevance
/test/xts/acts/multimedia/av_codec/audio_encoder/include/ |
H A D | AudioEncoderDemoCommon.h | 48 extern void OnInputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, void* userData); 95 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override;
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
H A D | decoder_demo.h | 49 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMemory> buffer) override;
|
H A D | decoder_demo.cpp | 323 void VDecDemoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMemory> buffer) in OnInputBufferAvailable() function in VDecDemoCallback 325 DHLOGI("OnInputBufferAvailable received, index: %{public}d", index); in OnInputBufferAvailable()
|
/test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
H A D | avcodec_audio_avbuffer_encoder_demo.cpp | 164 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnInputBufferAvailable() function 324 cb_ = {&OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, &OnOutputBufferAvailable}; in CreateEnc() 576 cb_ = {&OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, &OnOutputBufferAvailable}; in SetCallback()
|
/test/xts/acts/multimedia/av_codec/audio_decoder/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 64 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in OnInputBufferAvailable() function 361 cb_ = {&OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, &OnOutputBufferAvailable}; in CreateDec() 700 cb_ = {&OnError, &OnOutputFormatChanged, &OnInputBufferAvailable, &OnOutputBufferAvailable}; in SetCallback()
|
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/ |
H A D | videoenc_ndk_inner_sample.h | 64 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override;
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/ |
H A D | videodec_ndk_inner_sample.h | 63 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override;
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/ |
H A D | videodec_ndk_inner_sample.h | 64 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override;
|
Completed in 6 milliseconds