Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp138 OH_AVMemory *data = GetTransData(codec_, index, buffer, false); in OnInputBufferAvailable()
158 OH_AVMemory *data = GetTransData(codec_, index, buffer, true); in OnOutputBufferAvailable()
181 OH_AVBuffer *data = GetTransData(codec_, index, buffer, false); in OnInputBufferAvailable()
195 OH_AVBuffer *data = GetTransData(codec_, index, buffer, true); in OnOutputBufferAvailable()
216 OH_AVFormat *data = GetTransData(codec_, index, parameter); in OnInputParameterAvailable()
248 …OH_AVMemory *GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemor… in GetTransData() function in __anon6f1e29270110::NativeVideoEncoderCallback
279 …OH_AVBuffer *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buf… in GetTransData() function in __anon6f1e29270110::NativeVideoEncoderCallback
310 …OH_AVFormat *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<Format> &param… in GetTransData() function in __anon6f1e29270110::NativeVideoEncoderCallback
H A Dnative_video_decoder.cpp133 OH_AVMemory *data = GetTransData(codec_, index, buffer, false); in OnInputBufferAvailable()
154 data = GetTransData(codec_, index, buffer, true); in OnOutputBufferAvailable()
179 OH_AVBuffer *data = GetTransData(codec_, index, buffer, false); in OnInputBufferAvailable()
195 data = GetTransData(codec_, index, buffer, true); in OnOutputBufferAvailable()
224 …OH_AVMemory *GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemor… in GetTransData() function in __anonc56259bd0110::NativeVideoDecoderCallback
255 …OH_AVBuffer *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buf… in GetTransData() function in __anonc56259bd0110::NativeVideoDecoderCallback
H A Dnative_audio_codec.cpp97 OH_AVBuffer *data = GetTransData(codec_, index, buffer); in OnInputBufferAvailable()
113 OH_AVBuffer *data = GetTransData(codec_, index, buffer); in OnOutputBufferAvailable()
125 …OH_AVBuffer *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> buff… in GetTransData() function in NativeAudioCodec