Home
last modified time | relevance | path

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

/system/uapp/display-test/
A Dimage.cpp30 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in Create() local
31 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in Create()
32 stride_msg.width = width; in Create()
33 stride_msg.pixel_format = format; in Create()
37 stride_call.wr_bytes = &stride_msg; in Create()
39 stride_call.wr_num_bytes = sizeof(stride_msg); in Create()
/system/ulib/framebuffer/
A Dframebuffer.c124 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in fb_bind() local
125 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in fb_bind()
126 stride_msg.hdr.txid = txid++; in fb_bind()
127 stride_msg.width = mode->horizontal_resolution; in fb_bind()
128 stride_msg.pixel_format = pixel_format; in fb_bind()
132 stride_call.wr_bytes = &stride_msg; in fb_bind()
134 stride_call.wr_num_bytes = sizeof(stride_msg); in fb_bind()
/system/core/virtcon/
A Dvc-display.cpp168 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in handle_display_added() local
169 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in handle_display_added()
170 stride_msg.width = mode->horizontal_resolution; in handle_display_added()
171 stride_msg.pixel_format = pixel_format; in handle_display_added()
175 stride_call.wr_bytes = &stride_msg; in handle_display_added()
177 stride_call.wr_num_bytes = sizeof(stride_msg); in handle_display_added()
/system/uapp/gfxlatency/
A Dmain.cpp361 fuchsia_hardware_display_ControllerComputeLinearImageStrideRequest stride_msg; in compute_linear_image_stride() local
362 stride_msg.hdr.ordinal = fuchsia_hardware_display_ControllerComputeLinearImageStrideOrdinal; in compute_linear_image_stride()
363 stride_msg.hdr.txid = txid++; in compute_linear_image_stride()
364 stride_msg.width = width; in compute_linear_image_stride()
365 stride_msg.pixel_format = format; in compute_linear_image_stride()
369 stride_call.wr_bytes = &stride_msg; in compute_linear_image_stride()
371 stride_call.wr_num_bytes = sizeof(stride_msg); in compute_linear_image_stride()

Completed in 21 milliseconds