Home
last modified time | relevance | path

Searched refs:CopyPixMapToDst (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_session/frameworks/native/session/include/
H A Davsession_pixel_map_adapter.h32 static bool CopyPixMapToDst(Media::PixelMap &source, void* dstPixels, uint32_t bufferSize);
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_pixel_map_adapter_test.cpp80 * @tc.desc: test CopyPixMapToDst
90 bool result = avsessionPixelMapAdapter.CopyPixMapToDst(source, nullptr, 10); in HWTEST_F()
/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_pixel_map_adapter.cpp79 bool AVSessionPixelMapAdapter::CopyPixMapToDst(Media::PixelMap &source, void* dstPixels, uint32_t bufferSize) in CopyPixMapToDst() function in OHOS::AVSession::AVSessionPixelMapAdapter
82 SLOGD("CopyPixMapToDst in dma"); in CopyPixMapToDst()
95 SLOGI("CopyPixMapToDst in normal way with bufferSize %{public}u", bufferSize); in CopyPixMapToDst()
120 CHECK_AND_RETURN_RET_LOG(CopyPixMapToDst(*pixelMap, dataAddr, dataSize), nullptr, "CopyPixMapToDst failed"); in ConvertToInner()
173 CHECK_AND_RETURN_RET_LOG(CopyPixMapToDst(*pixelMap, dataAddr, dataSize), nullptr, "CopyPixMapToDst failed"); in ConvertToInnerWithLimitedSize()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h412 static bool CopyPixMapToDst(PixelMap &source, void* &dstPixels, int &fd, uint32_t bufferSize);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp883 bool PixelMap::CopyPixMapToDst(PixelMap &source, void* &dstPixels, int &fd, uint32_t bufferSize) in CopyPixMapToDst() function in OHOS::Media::PixelMap
972 if (!CopyPixMapToDst(source, tmpDstPixels, fd, bufferSize)) { in CopyPixelMap()

Completed in 13 milliseconds