Searched refs:GetTransData (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_encoder.cpp | 138 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> ¶meter) in GetTransData() function in __anon10055::NativeVideoEncoderCallback
|
H A D | native_video_decoder.cpp | 133 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 D | native_audio_codec.cpp | 97 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