Home
last modified time | relevance | path

Searched refs:SendData (Results 1 - 7 of 7) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp116 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 Dvideodec_ndk_inner_sample.h95 int32_t SendData(uint32_t bufferSize, uint32_t index, std::shared_ptr<AVSharedMemory> buffer);
H A Dvideodec_ndk_sample.h109 uint32_t SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer);
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/
H A Dvideodec_ndk_inner_sample.h97 int32_t SendData(uint32_t bufferSize, uint32_t index, std::shared_ptr<AVSharedMemory> buffer);
H A Dvideodec_ndk_sample.h84 uint32_t SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer);
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp508 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 Dvideodec_ndk_sample.cpp539 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