Home
last modified time | relevance | path

Searched refs:GetOutputData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_decoder.cpp112 OH_AVMemory *data = GetOutputData(codec_, index, buffer); in OnOutputBufferAvailable()
150 …OH_AVMemory *GetOutputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemor… in GetOutputData() function in NativeAudioDecoder
H A Dnative_audio_encoder.cpp112 OH_AVMemory *data = GetOutputData(codec_, index, buffer); in OnOutputBufferAvailable()
150 …OH_AVMemory *GetOutputData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVSharedMemor… in GetOutputData() function in NativeAudioEncoderCallback