Searched refs:fourcc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
H A D | vchiq_core.h | 125 #define VCHIQ_FOURCC_AS_4CHARS(fourcc) \ argument 126 ((fourcc) >> 24) & 0xff, \ 127 ((fourcc) >> 16) & 0xff, \ 128 ((fourcc) >> 8) & 0xff, \ 129 (fourcc) & 0xff 142 #define VCHIQ_FOURCC_IS_LEGAL(fourcc) (fourcc != VCHIQ_FOURCC_INVALID) argument
|
H A D | vchiq_core.c | 58 int fourcc; member 362 return service ? service->base.fourcc : 0; in vchiq_get_service_fourcc() 499 get_listening_service(VCHIQ_STATE_T *state, int fourcc) in get_listening_service() argument 503 WARN_ON(fourcc == VCHIQ_FOURCC_INVALID); in get_listening_service() 508 (service->public_fourcc == fourcc) && in get_listening_service() 977 ? service->base.fourcc in queue_message() 1091 ? service->base.fourcc in queue_message_sync() 1377 service->base.fourcc), in resolve_bulks() 1388 service->base.fourcc), in resolve_bulks() 1434 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in abort_outstanding_bulks() [all …]
|
H A D | vchiq_if.h | 102 int fourcc; member 108 int fourcc; member
|
H A D | vchiq_arm.c | 679 service->base.fourcc), in vchiq_ioctl() 1642 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'), in vchiq_keepalive_thread_func() 2080 service_ptr->base.fourcc), in output_timeout_error() 2374 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_use_internal() 2502 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_release_internal() 2695 int fourcc; in vchiq_dump_service_use_state() member 2721 service_data[j].fourcc = service_ptr->base.fourcc; in vchiq_dump_service_use_state() 2746 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc), in vchiq_dump_service_use_state() 2781 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_check_service()
|
H A D | vchiq_shim.c | 648 params.fourcc = setup->service_id; in vchi_service_open() 681 params.fourcc = setup->service_id; in vchi_service_create()
|
/netbsd-src/external/mit/xorg/server/xorg-server.old/include/ |
H A D | Makefile | 33 fbpict.h fbrop.h fi1236.h fourcc.h gc.h gcstruct.h geext.h globals.h \
|
/netbsd-src/external/mit/xorg/server/xorg-server/include/ |
H A D | Makefile | 37 fbpict.h fbrop.h fourcc.h gc.h gcstruct.h geext.h glamor.h globals.h \
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | intel_pm.c | 4046 u32 fourcc = 0; in skl_ddb_get_hw_plane_state() local 4059 fourcc = skl_format_to_fourcc(val & PLANE_CTL_FORMAT_MASK, in skl_ddb_get_hw_plane_state() 4070 if (fourcc && in skl_ddb_get_hw_plane_state() 4071 drm_format_info_is_yuv_semiplanar(drm_format_info(fourcc))) in skl_ddb_get_hw_plane_state()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.c | 9093 int fourcc, pixel_format; in i9xx_get_initial_plane_config() local 9130 fourcc = i9xx_format_to_fourcc(pixel_format); in i9xx_get_initial_plane_config() 9131 fb->format = drm_format_info(fourcc); in i9xx_get_initial_plane_config() 10290 int fourcc, pixel_format; in skl_get_initial_plane_config() local 10324 fourcc = skl_format_to_fourcc(pixel_format, in skl_get_initial_plane_config() 10326 fb->format = drm_format_info(fourcc); in skl_get_initial_plane_config()
|
/netbsd-src/distrib/sets/lists/xcomp/ |
H A D | mi | 853 ./usr/X11R7/include/xorg/fourcc.h xcomp-xorg-server-include xorg
|