Searched refs:NativePushInput (Results 1 – 4 of 4) sorted by relevance
135 void NativePushInput(uint32_t index);
126 int32_t NativePushInput(uint32_t index, OH_AVMemory* buffer);
301 void AudioEncoderDemo::NativePushInput(uint32_t index) in NativePushInput() function in AudioEncoderDemo365 NativePushInput(index); in NativeInputFunc()
360 int32_t AudioDecoderDemo::NativePushInput(uint32_t index, OH_AVMemory *buffer) in NativePushInput() function in AudioDecoderDemo424 ret = NativePushInput(index, buffer); in NativeInputFunc()