Searched refs:SendData (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 116 static int32_t SendData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data) in SendData() function 321 if (SendData(vdec_, index, buffer) == 1) in InputFunc()
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/ |
H A D | videodec_ndk_inner_sample.h | 95 int32_t SendData(uint32_t bufferSize, uint32_t index, std::shared_ptr<AVSharedMemory> buffer);
|
H A D | videodec_ndk_sample.h | 109 uint32_t SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer);
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/ |
H A D | videodec_ndk_inner_sample.h | 97 int32_t SendData(uint32_t bufferSize, uint32_t index, std::shared_ptr<AVSharedMemory> buffer);
|
H A D | videodec_ndk_sample.h | 84 uint32_t SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer);
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 508 return SendData(bufferSize, index, buffer); in ReadData() 511 uint32_t VDecNdkSample::SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer) in SendData() function in VDecNdkSample
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 539 return SendData(bufferSize, index, buffer); in PushData() 542 uint32_t VDecNdkSample::SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer) in SendData() function in VDecNdkSample
|
Completed in 6 milliseconds