Searched refs:fourcc (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 123 #define VCHIQ_FOURCC_AS_4CHARS(fourcc) \ argument 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) argument
|
| H A D | vchiq_core.c | 59 int fourcc; member 974 ? service->base.fourcc in queue_message() 1088 ? service->base.fourcc in queue_message_sync() 1374 service->base.fourcc), in resolve_bulks() 1521 unsigned int fourcc; in parse_open() local 1523 fourcc = payload->fourcc; in parse_open() 1724 ? service->base.fourcc in parse_rx_slots() 2195 ? service->base.fourcc in sync_func() 2566 service->base.fourcc = params->fourcc; in vchiq_add_service_internal() 2701 service->base.fourcc, in vchiq_open_service_internal() [all …]
|
| H A D | vchiq_if.h | 102 int fourcc; member 108 int fourcc; member
|
| H A D | vchiq_arm.c | 668 service->base.fourcc), in vchiq_ioctl() 1656 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'), in vchiq_keepalive_thread_func() 2096 service_ptr->base.fourcc), in output_timeout_error() 2390 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_use_internal() 2518 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_release_internal() 2663 int fourcc; in vchiq_dump_service_use_state() member 2689 service_data[j].fourcc = service_ptr->base.fourcc; in vchiq_dump_service_use_state() 2714 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc), in vchiq_dump_service_use_state() 2749 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_check_service()
|
| H A D | vchiq_shim.c | 643 params.fourcc = setup->service_id; in vchi_service_open() 676 params.fourcc = setup->service_id; in vchi_service_create()
|