Searched refs:swdata (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_yuv_sw.c | 104 swdata->planes[1] = swdata->planes[0] + swdata->pitches[0] * h; in SDL_SW_CreateYUVTexture() 150 … (swdata->h * swdata->w) + 2* ((swdata->h + 1) /2) * ((swdata->w + 1) / 2)); in SDL_SW_UpdateYUVTexture() 168 dst = swdata->pixels + swdata->h * swdata->w; in SDL_SW_UpdateYUVTexture() 179 dst = swdata->pixels + swdata->h * swdata->w + in SDL_SW_UpdateYUVTexture() 215 (swdata->h * swdata->w) + 2* ((swdata->h + 1) /2) * ((swdata->w + 1) / 2)); in SDL_SW_UpdateYUVTexture() 234 dst = swdata->pixels + swdata->h * swdata->w; in SDL_SW_UpdateYUVTexture() 272 dst = swdata->pixels + swdata->h * swdata->w; in SDL_SW_UpdateYUVTexturePlanar() 274 dst = swdata->pixels + swdata->h * swdata->w + in SDL_SW_UpdateYUVTexturePlanar() 288 dst = swdata->pixels + swdata->h * swdata->w; in SDL_SW_UpdateYUVTexturePlanar() 290 dst = swdata->pixels + swdata->h * swdata->w + in SDL_SW_UpdateYUVTexturePlanar() [all …]
|
A D | SDL_yuv_sw_c.h | 50 int SDL_SW_QueryYUVTexturePixels(SDL_SW_YUVTexture * swdata, void **pixels, 52 int SDL_SW_UpdateYUVTexture(SDL_SW_YUVTexture * swdata, const SDL_Rect * rect, 54 int SDL_SW_UpdateYUVTexturePlanar(SDL_SW_YUVTexture * swdata, const SDL_Rect * rect, 58 int SDL_SW_LockYUVTexture(SDL_SW_YUVTexture * swdata, const SDL_Rect * rect, 60 void SDL_SW_UnlockYUVTexture(SDL_SW_YUVTexture * swdata); 61 int SDL_SW_CopyYUVToRGB(SDL_SW_YUVTexture * swdata, const SDL_Rect * srcrect, 64 void SDL_SW_DestroyYUVTexture(SDL_SW_YUVTexture * swdata);
|
Completed in 6 milliseconds