Home
last modified time | relevance | path

Searched refs:count_formats (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Ddev.c38 for (i = 0; i < plane->plane->count_formats; i++) { in is_supported_format()
48 for (i = 0; i < plane->plane->count_formats; i++) { in get_supported_format()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c326 for (i = 0; i < plane->plane->count_formats; i++) { in drm_plane_update_format()
330 if (i == plane->plane->count_formats) in drm_plane_update_format()
349 for (i = 0; i < header->count_formats; i++) { in drm_plane_update_format()
353 if (i == header->count_formats) in drm_plane_update_format()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch166 + for (i = 0; i < header->count_formats; i++) {
194 for (j = 0; j < plane->count_formats; j++) {
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch158 + for (i = 0; i < header->count_formats; i++) {
186 for (j = 0; j < plane->count_formats; j++) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch158 + for (i = 0; i < header->count_formats; i++) {
186 for (j = 0; j < plane->count_formats; j++) {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm_mode.h764 __u32 count_formats; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h238 uint32_t count_formats; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm_mode.h764 __u32 count_formats; member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h865 __u32 count_formats; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h322 uint32_t count_formats; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h865 __u32 count_formats; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h764 __u32 count_formats; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h764 __u32 count_formats; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h953 __u32 count_formats; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h764 __u32 count_formats; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h322 uint32_t count_formats; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h322 uint32_t count_formats; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2392 assert(drmmode_crtc->num_formats == fmt_mod_blob->count_formats); in populate_format_modifiers()
2394 for (i = 0; i < fmt_mod_blob->count_formats; i++) { in populate_format_modifiers()
2556 drmmode_crtc->num_formats = best_kplane->count_formats; in drmmode_crtc_create_planes()
2558 best_kplane->count_formats); in drmmode_crtc_create_planes()
2560 for (i = 0; i < best_kplane->count_formats; i++) in drmmode_crtc_create_planes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_plane.c118 blob_data->count_formats = plane->format_count; in create_in_format_blob()
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0006-drm-Reconstructs-the-drm-display-driver.patch574 - for (j = 0; j < plane->count_formats; ++j) {
580 - if (j == plane->count_formats) {
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c408 for (i = 0; i < header->count_formats; i++) { in check_afbc()
446 for (i = 0; i < plane->count_formats; i++) { in drm_ensure_allowed_caps()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c1046 r->count_formats = ovr.count_format_types; in drmModeGetPlane()