Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_chamelium_stream.c438 char page_count_buf[4]; in chamelium_stream_receive_realtime_audio() local
468 igt_assert(body_len >= sizeof(page_count_buf)); in chamelium_stream_receive_realtime_audio()
470 if (!read_whole(client->fd, page_count_buf, sizeof(page_count_buf))) in chamelium_stream_receive_realtime_audio()
473 *page_count = ntohl(*(uint32_t *) &page_count_buf[0]); in chamelium_stream_receive_realtime_audio()
474 body_len -= sizeof(page_count_buf); in chamelium_stream_receive_realtime_audio()