Home
last modified time | relevance | path

Searched refs:PushData (Results 1 - 8 of 8) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
H A Dvideoenc_api11_sample.h107 int32_t PushData(OH_AVBuffer *buffer, uint32_t index, int32_t &result);
H A Dvideoenc_ndk_sample.h96 int32_t PushData(OH_AVMemory *buffer, uint32_t index, int32_t &result);
H A Dvideoenc_ndk_inner_sample.h99 int32_t PushData(std::shared_ptr<AVSharedMemory> buffer, uint32_t index, int32_t &result);
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/
H A Dvideodec_ndk_inner_sample.h94 int32_t PushData(std::shared_ptr<AVSharedMemory> buffer, uint32_t index);
H A Dvideodec_ndk_sample.h108 int32_t PushData(uint32_t index, OH_AVMemory *buffer);
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp709 int32_t VEncAPI11Sample::PushData(OH_AVBuffer *buffer, uint32_t index, int32_t &result) in PushData() function in VEncAPI11Sample
802 int32_t ret = PushData(buffer, index, pushResult); in InputFunc()
H A Dvideoenc_ndk_sample.cpp631 int32_t VEncNdkSample::PushData(OH_AVMemory *buffer, uint32_t index, int32_t &result) in PushData() function in VEncNdkSample
702 int32_t ret = PushData(buffer, index, pushResult); in InputDataNormal()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp495 int ret = PushData(index, buffer); in InputFuncTest()
506 int32_t VDecNdkSample::PushData(uint32_t index, OH_AVMemory *buffer) in PushData() function in VDecNdkSample

Completed in 7 milliseconds