Home
last modified time | relevance | path

Searched refs:dstFormat (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Drga_im2d_slt.cpp210 int dstWidth,dstHeight,dstFormat; in pthread_rga_run() local
238 dstFormat = data->format; in pthread_rga_run()
253 …drm_dst.drm_buf = (uint8_t *)drm_buf_alloc(dstWidth, dstHeight, get_bpp_from_format(dstFormat) * 8, in pthread_rga_run()
267 memset(dst_va, 0xff, dstWidth * dstHeight * get_bpp_from_format(dstFormat)); in pthread_rga_run()
272 …t.drm_buf = (uint8_t *)drm_buf_alloc(dstWidth, dstHeight * 1.5, get_bpp_from_format(dstFormat) * 8, in pthread_rga_run()
286 memset(dst_va, 0xff, dstWidth * dstHeight * 1.5 * get_bpp_from_format(dstFormat)); in pthread_rga_run()
290 dst = wrapbuffer_fd(drm_dst.drm_buffer_fd, dstWidth, dstHeight, dstFormat); in pthread_rga_run()
299 dst_buf = GraphicBuffer_Init(dstWidth, dstHeight * 1.5, dstFormat, in pthread_rga_run()
304 dst_buf = GraphicBuffer_Init(dstWidth, dstHeight, dstFormat, in pthread_rga_run()
316 …if(-1 == GraphicBuffer_Fill(dst_buf, dstWidth, dstHeight, dstFormat, EMPTY_BUFF, 0xff, data->rd_mo… in pthread_rga_run()
[all …]
/OK3568_Linux_fs/buildroot/package/ffmpeg/
H A D0001-swscale-x86-yuv2rgb-Fix-build-without-SSSE3.patch31 switch (c->dstFormat) {
40 switch (c->dstFormat) {
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0007-Add-support-for-freerdp2.patch64 + switch( p_gdi->dstFormat )
68 + msg_Dbg( p_vlccontext->p_demux, "unhandled dstFormat %x bpp", p_gdi->dstFormat);
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A DppOp.h64 RK_U32 dstFormat; member
H A DppOp.cpp162 opt.dstFormat = PP_OUT_FORMAT_YUV420INTERLAVE; in main()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog188044 SetupForCPUToScreenAlphaTexture2. These add a dstFormat argument after