formats: XR24 AR24 XB24 AB24 RG24 BG24 RG16 BG16 NV12 NV21 NV16 NV61 NV24 NV42 props: 8 type: flags: immutable enum enums: Overlay=0 Primary=1 Cursor=2 value: 1 30 IN_FORMATS: flags: immutable blob blobs: value: 01000000000000000e00000018000000 02000000500000005852323441523234 58423234414...
modetest-Mcanaan-drm-D0-a-s38@36:1080x1920-30-P31@36:1080x1920@NV12-v-Fsmpte 下图所示为LCD显示内容: 2.3 OSD图层输出tiles彩条,颜色空间为AR24,即ARGB8888# 具体指令如下 modetest-Mcanaan-drm-D0-a-s38@36:1080x1920-30-P32@36:1080x1920@AR24-v-Ftiles ...
> > > > + */ > > > > + if (DISPLAY_VER(i915) == 20 && fb->format->format == > > > > DRM_FORMAT_NV12 && > > > > + src_x % 2 != 0 && src_w % 2 == 0) > > > > + return -EINVAL; > > > > > > Also rather than return -EINVAL here we set hsub =2 ...
width=(int)1920, height=(int)1200, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, format=(string)NV12, interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped...
CONFIG_DRM_DW_HDMI对应的驱动位于drivers/gpu/drm/bridge/synopsys/dw-hdmi.c。 有关HDMI音频配置可以参考文章:《Rockchip RK3399 - HDMI音频》。 1.2 保存配置 配置完内核之后记得保存配置: 存档: root@zhengyang:/work/sambashare/rk3399/linux-6.3# mv rk3399_defconfig ./arch/arm64/configs/ ...
> - case DRM_FORMAT_YUYV: > - case DRM_FORMAT_YVYU: > - case DRM_FORMAT_UYVY: > - case DRM_FORMAT_VYUY: > - case DRM_FORMAT_NV12: > - case DRM_FORMAT_XYUV8888: > - case DRM_FORMAT_P010: > - case DRM_FORMAT_P012: ...
Disable the support for odd x pan for even xsize for NV12 format as underrun issue is seen. WA: 16024459452 v2: Replace HSD with WA in commit message [Suraj] Modified the condition for handling odd panning v3: Simplified the condition for checking hsub ...
m_DRMFormat = DRM_FORMAT_NV12; //mpp固定解码为nv12格式 int ret; m_Fd = open("/dev/dri/card0", O_RDWR | O_CLOEXEC); if (m_Fd < 0) { LOGE("failed to open card0, %s", strerror(errno)); goto err; } // 如果设置此属性, drmModeGetResources会返回所有的plane,不设置则...
Creates the decoder and converter for conversion from YUV422/BL to NV12/PL. Sets up the decoder output plane. Feeds data into the decoder output plane, until the EOS is reached. dec_capture_loop Sets up decoder capture plane and converter output/capture plane based on the modes user r...
format = DRM_FORMAT_NV12; break; case 16: handles[0] = bo->handle; pitches[0] = bo->pitch; format = DRM_FORMAT_RGB565; break; case 24: case 32: handles[0] = bo->handle; pitches[0] = bo->pitch; format = DRM_FORMAT_XRGB8888; break; } ret = drmModeAdd...