Home
last modified time | relevance | path

Searched refs:ProcessOutputData (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_inner_sample.h103 void ProcessOutputData(std::shared_ptr<AVSharedMemory> buffer, uint32_t index);
H A Dvideodec_sample.h115 void ProcessOutputData(OH_AVMemory *buffer, uint32_t index);
H A Dvideodec_api11_sample.h122 void ProcessOutputData(OH_AVBuffer *buffer, uint32_t index);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_sample.h108 void ProcessOutputData(OH_AVMemory *buffer, uint32_t index);
H A Dvideodec_api11_sample.h120 void ProcessOutputData(OH_AVBuffer *buffer, uint32_t index);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_api11_sample.h118 void ProcessOutputData(OH_AVBuffer *buffer, uint32_t index, int32_t size);
H A Dvideodec_inner_sample.h107 …void ProcessOutputData(uint32_t index, AVCodecBufferInfo info, std::shared_ptr<AVSharedMemory> buf…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp554 ProcessOutputData(buffer, index); in OutputFunc()
561 void VDecNdkInnerSample::ProcessOutputData(std::shared_ptr<AVSharedMemory> buffer, uint32_t index) in ProcessOutputData() function in VDecNdkInnerSample
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp616 ProcessOutputData(index, info, buffer, outFile); in OutputFunc()
636 void VDecNdkInnerSample::ProcessOutputData(uint32_t index, AVCodecBufferInfo info, in ProcessOutputData() function in VDecNdkInnerSample
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp707 ProcessOutputData(buffer, index); in OutputFuncTest()
715 void VDecNdkSample::ProcessOutputData(OH_AVMemory *buffer, uint32_t index) in ProcessOutputData() function in VDecNdkSample
H A Dvideodec_api11_sample.cpp884 ProcessOutputData(buffer, index); in OutputFuncTest()
899 void VDecAPI11Sample::ProcessOutputData(OH_AVBuffer *buffer, uint32_t index) in ProcessOutputData() function in VDecAPI11Sample
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp761 ProcessOutputData(buffer, index); in OutputFuncTest()
769 void VDecNdkSample::ProcessOutputData(OH_AVMemory *buffer, uint32_t index) in ProcessOutputData() function in VDecNdkSample
H A Dvideodec_api11_sample.cpp897 ProcessOutputData(buffer, index); in OutputFuncTest()
912 void VDecAPI11Sample::ProcessOutputData(OH_AVBuffer *buffer, uint32_t index) in ProcessOutputData() function in VDecAPI11Sample
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp729 ProcessOutputData(buffer, index, attr.size); in OutputFuncTest()
743 void VDecAPI11Sample::ProcessOutputData(OH_AVBuffer *buffer, uint32_t index, int32_t size) in ProcessOutputData() function in VDecAPI11Sample