| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
| D | platform_hardware_buffer_util.cpp | 36 … OH_NativeBuffer* nativeBuffer = static_cast<OH_NativeBuffer*>(reinterpret_cast<void*>(hwBuffer)); in QueryHwBufferFormatProperties() local 115 … OH_NativeBuffer* nativeBuffer = static_cast<OH_NativeBuffer*>(reinterpret_cast<void*>(hwBuffer)); in CreateHwPlatformImage() local
|
| /foundation/graphic/graphic_surface/surface/test/unittest/ |
| D | native_buffer_test.cpp | 76 OH_NativeBuffer* nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(nativeWindowBuffer); variable 591 OH_NativeBuffer* nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(nullptr); variable 625 OH_NativeBuffer* nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(nativeWindowBuffer); variable 724 OH_NativeBuffer* nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(nativeWindowBuffer); variable 784 OH_NativeBuffer* nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(nativeWindowBuffer); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
| D | native_buffer_utils.cpp | 32 …eBufferFormatProperties(RsVulkanContext& vkContext, VkDevice device, OH_NativeBuffer* nativeBuffer, in GetNativeBufferFormatProperties() 108 OH_NativeBuffer* nativeBuffer, VkNativeBufferPropertiesOHOS& nbProps, bool isProtected) in AllocateDeviceMemory() 185 OH_NativeBuffer* nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(nativeWindowBuffer); in MakeFromNativeWindowBuffer() local 289 OH_NativeBuffer* nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(nativeWindowBuffer); in MakeBackendTextureFromNativeBuffer() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_egl_image_manager.cpp | 90 explicit NativeWindowBufferObject(NativeWindowBuffer* nativeBuffer) in NativeWindowBufferObject() 142 EGLClientBuffer CastToEGLClientBuffer(NativeWindowBuffer* nativeBuffer) in CastToEGLClientBuffer() 155 const NativeWindowBufferObject& nativeBuffer) in CreateEGLImage() 218 auto nativeBuffer = Detail::CreateNativeWindowBuffer(buffer); in Create() local
|
| /foundation/multimedia/image_effect/test/unittest/utils/ |
| D | test_native_buffer_utils.cpp | 36 OH_NativeBuffer *nativeBuffer = OH_NativeBuffer_Alloc(&config); in CreateNativeBuffer() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
| D | data.cpp | 31 bool Data::BuildFromOHNativeBuffer(OH_NativeBuffer *nativeBuffer, size_t length) in BuildFromOHNativeBuffer()
|
| /foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
| D | avbuffer_framework_unit_test.cpp | 736 auto nativeBuffer = OH_AVBuffer_GetNativeBuffer(buf); variable 757 auto nativeBuffer = OH_AVBuffer_GetNativeBuffer(buf); variable
|
| /foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkacquirevideobuffer_fuzzer/ |
| D | screencaptureacquirevideobuffer_ndk_fuzzer.cpp | 111 …OH_NativeBuffer *nativeBuffer = OH_AVScreenCapture_AcquireVideoBuffer(screenCapture, &fence, &time… in FuzzScreenCaptureAcquireVideoBufferNdk() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_data.cpp | 38 bool SkiaData::BuildFromOHNativeBuffer(OH_NativeBuffer* nativeBuffer, size_t length) in BuildFromOHNativeBuffer()
|
| /foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/ |
| D | image_native.cpp | 70 uint32_t componentType, OH_NativeBuffer** nativeBuffer) in OH_ImageNative_GetByteBuffer()
|
| /foundation/multimedia/image_effect/test/unittest/ |
| D | native_image_effect_unittest.cpp | 657 OH_NativeBuffer *nativeBuffer = nativeBufferRgba_.get(); variable 1221 OH_NativeBuffer *nativeBuffer = nativeBufferNV21_.get(); variable 1275 OH_NativeBuffer *nativeBuffer = nativeBufferNV12_.get(); variable 1329 OH_NativeBuffer *nativeBuffer = nativeBufferNV21_.get(); variable 1374 OH_NativeBuffer *nativeBuffer = nativeBufferNV21_.get(); variable
|
| /foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/ |
| D | videoenc_api11_sample.cpp | 347 …I11FuzzSample::FlushSurf(OHNativeWindowBuffer *ohNativeWindowBuffer, OH_NativeBuffer *nativeBuffer) in FlushSurf() 388 OH_NativeBuffer *nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(ohNativeWindowBuffer); in InputFuncSurface() local
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
| D | videoenc_api11_sample.cpp | 568 …ncAPI11Sample::FlushSurf(OHNativeWindowBuffer *ohNativeWindowBuffer, OH_NativeBuffer *nativeBuffer) in FlushSurf() 599 OH_NativeBuffer *nativeBuffer = nullptr; in InputFuncSurface() local 632 OH_NativeBuffer *&nativeBuffer, uint8_t *&dst) in InitBuffer()
|
| D | videoenc_ndk_sample.cpp | 450 …VEncNdkSample::FlushSurf(OHNativeWindowBuffer *ohNativeWindowBuffer, OH_NativeBuffer *nativeBuffer) in FlushSurf() 496 OH_NativeBuffer *nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(ohNativeWindowBuffer); in InputFuncSurface() local
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
| D | videoenc_ndk_inner_sample.cpp | 538 int32_t VEncNdkInnerSample::InputProcess(OH_NativeBuffer *nativeBuffer, OHNativeWindowBuffer *ohNat… in InputProcess() 794 OH_NativeBuffer *nativeBuffer = nullptr; in InputFuncSurface() local 828 OH_NativeBuffer *&nativeBuffer, uint8_t *&dst) in InitBuffer()
|
| /foundation/multimedia/image_effect/frameworks/native/capi/ |
| D | image_effect.cpp | 415 …ode OH_ImageEffect_SetInputNativeBuffer(OH_ImageEffect *imageEffect, OH_NativeBuffer *nativeBuffer) in OH_ImageEffect_SetInputNativeBuffer() 438 …de OH_ImageEffect_SetOutputNativeBuffer(OH_ImageEffect *imageEffect, OH_NativeBuffer *nativeBuffer) in OH_ImageEffect_SetOutputNativeBuffer()
|
| /foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/ |
| D | venc_sample.cpp | 570 OH_NativeBuffer *nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(ohNativeWindowBuffer); in InputFuncSurface() local 607 int32_t VideoEncSample::InputProcess(OH_NativeBuffer *nativeBuffer, OHNativeWindowBuffer *ohNativeW… in InputProcess()
|
| /foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/ |
| D | video_sample.cpp | 207 OH_NativeBuffer *nativeBuffer = nullptr; in InputFunc() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
| D | post_proc.cpp | 246 void *nativeBuffer = nullptr; in CenterDisplay() local 523 void **nativeBuffer, int &targetRowStride) in AllocDmaMemory() 542 uint64_t dataSize, uint8_t **buffer, void *nativeBuffer) in ReleaseBuffer()
|
| /foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/ |
| D | avmetadatahelper_impl.cpp | 105 void* nativeBuffer = context; in FreeSurfaceBuffer() local 276 void* nativeBuffer = mySurfaceBuffer.GetRefPtr(); in OnCreatePixelMapHdr() local
|
| /foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
| D | venc_sample.cpp | 972 OH_NativeBuffer *nativeBuffer = OH_NativeBufferFromNativeWindowBuffer(ohNativeWindowBuffer); in InputFuncSurface() local 1010 int32_t VideoEncSample::InputProcess(OH_NativeBuffer *nativeBuffer, OHNativeWindowBuffer *ohNativeW… in InputProcess()
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
| D | svg_decoder.cpp | 152 void* nativeBuffer = sb.GetRefPtr(); in AllocDmaBuffer() local
|
| /foundation/multimedia/media_library/frameworks/js/src/ |
| D | picture_handle_client.cpp | 362 void* nativeBuffer = surfaceBuffer.GetRefPtr(); in ReadSurfaceBuffer() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
| D | picture.cpp | 254 void* nativeBuffer = surfaceBuffer.GetRefPtr(); in SurfaceBuffer2PixelMap() local
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| D | tester_capi.cpp | 421 OH_NativeBuffer* nativeBuffer = OH_AVBuffer_GetNativeBuffer(buf.cavbuf); in WaitForInput() local
|