Home
last modified time | relevance | path

Searched refs:AllocateBuffer (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_interface.cpp44 static int32_t AllocateBuffer(BufferHandle **buffer, uint32_t size) in AllocateBuffer() function
51 return g_JpegImpl->AllocateBuffer(buffer, size); in AllocateBuffer()
77 .AllocateInBuffer = AllocateBuffer,
H A Dcodec_jpeg_impl.cpp84 int32_t CodecJpegImpl::AllocateBuffer(BufferHandle **buffer, uint32_t size) in AllocateBuffer() function in OHOS::VDI::JPEG::CodecJpegImpl
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H A Dcodec_jpeg_interface.cpp49 static int32_t AllocateBuffer(BufferHandle **buffer, uint32_t size) in AllocateBuffer() function
121 .AllocateInBuffer = AllocateBuffer,
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/
H A Dcodec_jpeg_impl.h36 int32_t AllocateBuffer(BufferHandle **buffer, uint32_t size);
/device/soc/rockchip/rk3568/hardware/omx_il/core/
H A DRockchip_OMX_Component_Register.c154 (component->AllocateBuffer == NULL) || in Rockchip_OMX_ComponentAPICheck()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_Vdec.c1552 pOMXComponent->AllocateBuffer = &Rkvpu_OMX_AllocateBuffer; in Rockchip_OMX_ComponentConstructor()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A DRkvpu_OMX_Venc.c1851 pOMXComponent->AllocateBuffer = &Rkvpu_OMX_AllocateBuffer; in Rockchip_OMX_ComponentConstructor()

Completed in 7 milliseconds