Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp55 void MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap);
302 MemoryToTempFunc(inputMemoryMap_); in ClearBufferList()
303 MemoryToTempFunc(outputMemoryMap_); in ClearBufferList()
329 void VideoDecoderObject::MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &te… in MemoryToTempFunc() function in __anonc56259bd0110::VideoDecoderObject
H A Dnative_video_encoder.cpp52 void MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &tempMap);
365 MemoryToTempFunc(inputMemoryMap_); in ClearBufferList()
366 MemoryToTempFunc(outputMemoryMap_); in ClearBufferList()
413 void VideoEncoderObject::MemoryToTempFunc(std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> &te… in MemoryToTempFunc() function in __anon6f1e29270110::VideoEncoderObject