Searched refs:fourcc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h98 #define VCHIQ_MSG_OPEN 2 /* + (srcport, -), fourcc, client_id */
123 #define VCHIQ_FOURCC_AS_4CHARS(fourcc) \
124 ((fourcc) >> 24) & 0xff, \
125 ((fourcc) >> 16) & 0xff, \
126 ((fourcc) >> 8) & 0xff, \
127 (fourcc) & 0xff
140 #define VCHIQ_FOURCC_IS_LEGAL(fourcc) (fourcc != VCHIQ_FOURCC_INVALID)
H A Dvchiq_if.h102 int fourcc; member in struct:vchiq_service_base_struct
108 int fourcc; member in struct:vchiq_service_params_struct
H A Dvchiq_core.c59 int fourcc; member in struct:vchiq_open_payload
356 return service ? service->base.fourcc : 0;
495 get_listening_service(VCHIQ_STATE_T *state, int fourcc) argument
499 WARN_ON(fourcc == VCHIQ_FOURCC_INVALID);
504 (service->public_fourcc == fourcc) &&
972 ? service->base.fourcc
1089 ? service->base.fourcc
1375 service->base.fourcc),
1386 service->base.fourcc),
1432 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
1522 unsigned int fourcc; local
3778 int fourcc = service->base.fourcc; local
[all...]
H A Dvchiq_shim.c643 params.fourcc = setup->service_id;
676 params.fourcc = setup->service_id;
H A Dvchiq_arm.c660 service->base.fourcc),
1638 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'),
2078 service_ptr->base.fourcc),
2372 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
2500 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
2645 int fourcc; member in struct:service_data_struct
2671 service_data[j].fourcc = service_ptr->base.fourcc;
2696 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc),
2731 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc),
[all...]

Completed in 117 milliseconds