Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds