Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp88 decodeOpts_.allocatorType = opts.allocatorType; in DecodePostProc()
96 decodeOpts_.allocatorType = opts.allocatorType; in DecodePostProc()
128 decodeOpts_ = opts; in GetDstImageInfo()
311 if (decodeOpts_.allocatorType == AllocatorType::SHARE_MEM_ALLOC) { in CheckScanlineFilter()
325 ReleaseBuffer(decodeOpts_.allocatorType, fd, bufferSize, &resultData); in CheckScanlineFilter()
331 ReleaseBuffer(decodeOpts_.allocatorType, fd, bufferSize, &resultData); in CheckScanlineFilter()
336 ReleaseBuffer(decodeOpts_.allocatorType, fd, bufferSize, &resultData); in CheckScanlineFilter()
340 if (decodeOpts_.allocatorType == AllocatorType::HEAP_ALLOC) { in CheckScanlineFilter()
341 pixelMap.SetPixelsAddr(resultData, nullptr, bufferSize, decodeOpts_.allocatorType, nullptr); in CheckScanlineFilter()
346 pixelMap.SetPixelsAddr(resultData, fdBuffer, bufferSize, decodeOpts_ in CheckScanlineFilter()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h74 DecodeOptions decodeOpts_; member in OHOS::Media::PostProc
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp908 postProc.decodeOpts_.allocatorType = AllocatorType::SHARE_MEM_ALLOC; in HWTEST_F()
911 postProc.decodeOpts_.allocatorType = AllocatorType::DEFAULT; in HWTEST_F()
937 postProc.decodeOpts_.allocatorType = AllocatorType::HEAP_ALLOC; in HWTEST_F()
990 postProc.decodeOpts_.allocatorType = AllocatorType::SHARE_MEM_ALLOC; in HWTEST_F()
993 postProc.decodeOpts_.allocatorType = AllocatorType::HEAP_ALLOC; in HWTEST_F()

Completed in 4 milliseconds