Home
last modified time | relevance | path

Searched refs:pSurfaceBuffer (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dwindow.h37 // pSurfaceBuffer type is OHOS::sptr<OHOS::SurfaceBuffer>*
38 OHNativeWindowBuffer* CreateNativeWindowBufferFromSurfaceBuffer(void* pSurfaceBuffer);
H A Dexternal_window.h432 * @param pSurfaceBuffer Indicates the pointer to a produce buffer. The type is <b>sptr<OHOS::SurfaceBuffer></b>.
439 OHNativeWindowBuffer* OH_NativeWindow_CreateNativeWindowBufferFromSurfaceBuffer(void* pSurfaceBuffer);
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_converter.cpp280 void *pSurfaceBuffer = static_cast<void *>(sb); in GetMemoryData() local
282 if (memoryData->memoryInfo.extra == pSurfaceBuffer) { in GetMemoryData()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp131 OHNativeWindowBuffer* CreateNativeWindowBufferFromSurfaceBuffer(void* pSurfaceBuffer) in CreateNativeWindowBufferFromSurfaceBuffer() argument
133 if (pSurfaceBuffer == nullptr) { in CreateNativeWindowBufferFromSurfaceBuffer()
137 nwBuffer->sfbuffer = *reinterpret_cast<OHOS::sptr<OHOS::SurfaceBuffer> *>(pSurfaceBuffer); in CreateNativeWindowBufferFromSurfaceBuffer()

Completed in 5 milliseconds