Home
last modified time | relevance | path

Searched refs:dst_size (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/
A DSDL_yuv_sw.c65 int dst_size = 0; in SDL_SW_CreateYUVTexture() local
70 dst_size = sz_plane + sz_plane_chroma + sz_plane_chroma; in SDL_SW_CreateYUVTexture()
76 dst_size = 4 * sz_plane_packed; in SDL_SW_CreateYUVTexture()
81 dst_size = sz_plane + sz_plane_chroma + sz_plane_chroma; in SDL_SW_CreateYUVTexture()
88 swdata->pixels = (Uint8 *) SDL_malloc(dst_size); in SDL_SW_CreateYUVTexture()
/AliOS-Things-master/components/py_engine/modules/minicv/base/include/
A DIHaasImageProc.h117 virtual int Resize(const ImageBuffer_t* src, const ImageSize_t dst_size,
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/include/
A DWrapperIHaasImageProc.h45 int ImageProcResize(void* instance, const ImageBuffer_t* src, const ImageSize_t dst_size,
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/
A DWrapperIHaasImageProc.cpp92 int ImageProcResize(void* instance, const ImageBuffer_t* src, const ImageSize_t dst_size, in ImageProcResize() argument
103 int ret = mIHaasImageProc->Resize(src, dst_size, dst); in ImageProcResize()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_codec.h163 uint32_t hal_codec_vad_recv_data(uint8_t *dst, uint32_t dst_size);

Completed in 6 milliseconds