Searched refs:dst_size (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_yuv_sw.c | 65 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 D | IHaasImageProc.h | 117 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 D | WrapperIHaasImageProc.h | 45 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 D | WrapperIHaasImageProc.cpp | 92 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 D | hal_codec.h | 163 uint32_t hal_codec_vad_recv_data(uint8_t *dst, uint32_t dst_size);
|
Completed in 6 milliseconds