Home
last modified time | relevance | path

Searched refs:GetInputData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest.cpp136 int32_t GetInputData() in GetInputData() function
151 int32_t inputCMD = GetInputData(); in ProcessInput()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp89 OH_AVMemory *data = GetInputData(codec_, index, buffer); in OnInputBufferAvailable()
124 …OH_AVMemory *GetInputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemory… in GetInputData() function in NativeAudioDecoder
H A Dnative_audio_encoder.cpp93 OH_AVMemory *data = GetInputData(codec_, index, buffer); in OnInputBufferAvailable()
124 …OH_AVMemory *GetInputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemory… in GetInputData() function in NativeAudioEncoderCallback