HomeSort by: relevance | last modified time | path
    Searched refs:fourcc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 100 #define VCHIQ_MSG_OPEN 2 /* + (srcport, -), fourcc, client_id */
125 #define VCHIQ_FOURCC_AS_4CHARS(fourcc) \
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)
vchiq_if.h 102 int fourcc; member in struct:vchiq_service_base_struct
108 int fourcc; member in struct:vchiq_service_params_struct
vchiq_core.c 58 int fourcc; member in struct:vchiq_open_payload
362 return service ? service->base.fourcc : 0;
499 get_listening_service(VCHIQ_STATE_T *state, int fourcc)
503 WARN_ON(fourcc == VCHIQ_FOURCC_INVALID);
508 (service->public_fourcc == fourcc) &&
977 ? service->base.fourcc
1091 ? service->base.fourcc
1377 service->base.fourcc),
1388 service->base.fourcc),
1434 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
1524 unsigned int fourcc; local in function:parse_open
3793 int fourcc = service->base.fourcc; local in function:vchiq_dump_service_state
    [all...]
vchiq_shim.c 648 params.fourcc = setup->service_id;
681 params.fourcc = setup->service_id;
vchiq_arm.c 679 service->base.fourcc),
1642 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'),
2080 service_ptr->base.fourcc),
2374 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
2502 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
2695 int fourcc; member in struct:vchiq_dump_service_use_state::service_data_struct
2721 service_data[j].fourcc = service_ptr->base.fourcc;
2746 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc),
2781 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 4046 u32 fourcc = 0; local in function:skl_ddb_get_hw_plane_state
4059 fourcc = skl_format_to_fourcc(val & PLANE_CTL_FORMAT_MASK,
4070 if (fourcc &&
4071 drm_format_info_is_yuv_semiplanar(drm_format_info(fourcc)))
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 9093 int fourcc, pixel_format; local in function:i9xx_get_initial_plane_config
9130 fourcc = i9xx_format_to_fourcc(pixel_format);
9131 fb->format = drm_format_info(fourcc);
10290 int fourcc, pixel_format; local in function:skl_get_initial_plane_config
10324 fourcc = skl_format_to_fourcc(pixel_format,
10326 fb->format = drm_format_info(fourcc);

Completed in 32 milliseconds