Searched refs:PushData (Results 1 - 8 of 8) sorted by relevance
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/ |
H A D | videoenc_api11_sample.h | 107 int32_t PushData(OH_AVBuffer *buffer, uint32_t index, int32_t &result);
|
H A D | videoenc_ndk_sample.h | 96 int32_t PushData(OH_AVMemory *buffer, uint32_t index, int32_t &result);
|
H A D | videoenc_ndk_inner_sample.h | 99 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 D | videodec_ndk_inner_sample.h | 94 int32_t PushData(std::shared_ptr<AVSharedMemory> buffer, uint32_t index);
|
H A D | videodec_ndk_sample.h | 108 int32_t PushData(uint32_t index, OH_AVMemory *buffer);
|
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 709 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 D | videoenc_ndk_sample.cpp | 631 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 D | videodec_ndk_sample.cpp | 495 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